update to new maplibre with linux arm64 binary (#668)

This commit is contained in:
Andrew Calcutt 2022-12-10 13:09:25 -05:00 committed by GitHub
parent 12974b0553
commit da4a1af51e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -13,7 +13,7 @@
"@mapbox/mbtiles": "0.12.1", "@mapbox/mbtiles": "0.12.1",
"@mapbox/sphericalmercator": "1.2.0", "@mapbox/sphericalmercator": "1.2.0",
"@mapbox/vector-tile": "1.3.1", "@mapbox/vector-tile": "1.3.1",
"@maplibre/maplibre-gl-native": "5.0.1-pre.6", "@maplibre/maplibre-gl-native": "5.1.0-pre.1",
"@maplibre/maplibre-gl-style-spec": "17.0.1", "@maplibre/maplibre-gl-style-spec": "17.0.1",
"advanced-pool": "0.3.3", "advanced-pool": "0.3.3",
"canvas": "2.10.2", "canvas": "2.10.2",
@ -907,9 +907,9 @@
} }
}, },
"node_modules/@maplibre/maplibre-gl-native": { "node_modules/@maplibre/maplibre-gl-native": {
"version": "5.0.1-pre.6", "version": "5.1.0-pre.1",
"resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-native/-/maplibre-gl-native-5.0.1-pre.6.tgz", "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-native/-/maplibre-gl-native-5.1.0-pre.1.tgz",
"integrity": "sha512-uDjrNdsnwWqM1KoCNnEHoBM5zpCIQ/iV7K0kDMd7ds0xb0mzcW8b8Fz3ApyVYrHEJXBVONjgwpv46I6DtSfLcQ==", "integrity": "sha512-m4HTUhKmMWiTolNRPwdSP62+0ixZO34sE5zFMrDAocpeDH3Er55tTbSZci+1Q/HGzamPf2gq75ZPPMrfOJn9tA==",
"hasInstallScript": true, "hasInstallScript": true,
"dependencies": { "dependencies": {
"@acalcutt/node-pre-gyp": "^1.0.11", "@acalcutt/node-pre-gyp": "^1.0.11",
@ -9605,9 +9605,9 @@
} }
}, },
"@maplibre/maplibre-gl-native": { "@maplibre/maplibre-gl-native": {
"version": "5.0.1-pre.6", "version": "5.1.0-pre.1",
"resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-native/-/maplibre-gl-native-5.0.1-pre.6.tgz", "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-native/-/maplibre-gl-native-5.1.0-pre.1.tgz",
"integrity": "sha512-uDjrNdsnwWqM1KoCNnEHoBM5zpCIQ/iV7K0kDMd7ds0xb0mzcW8b8Fz3ApyVYrHEJXBVONjgwpv46I6DtSfLcQ==", "integrity": "sha512-m4HTUhKmMWiTolNRPwdSP62+0ixZO34sE5zFMrDAocpeDH3Er55tTbSZci+1Q/HGzamPf2gq75ZPPMrfOJn9tA==",
"requires": { "requires": {
"@acalcutt/node-pre-gyp": "^1.0.11", "@acalcutt/node-pre-gyp": "^1.0.11",
"@acalcutt/node-pre-gyp-github": "1.4.8", "@acalcutt/node-pre-gyp-github": "1.4.8",

View file

@ -22,7 +22,7 @@
"@mapbox/mbtiles": "0.12.1", "@mapbox/mbtiles": "0.12.1",
"@mapbox/sphericalmercator": "1.2.0", "@mapbox/sphericalmercator": "1.2.0",
"@mapbox/vector-tile": "1.3.1", "@mapbox/vector-tile": "1.3.1",
"@maplibre/maplibre-gl-native": "5.0.1-pre.6", "@maplibre/maplibre-gl-native": "5.1.0-pre.1",
"@maplibre/maplibre-gl-style-spec": "17.0.1", "@maplibre/maplibre-gl-style-spec": "17.0.1",
"advanced-pool": "0.3.3", "advanced-pool": "0.3.3",
"canvas": "2.10.2", "canvas": "2.10.2",