@acalcutt/maplibre-gl-native-test 6.2.0-pre.10 → 6.2.0-pre.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acalcutt/maplibre-gl-native-test",
|
|
3
|
-
"version": "6.2.0-pre.
|
|
3
|
+
"version": "6.2.0-pre.12",
|
|
4
4
|
"description": "Renders map tiles with MapLibre Native",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"maplibre",
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"node": ">=18"
|
|
59
59
|
},
|
|
60
60
|
"scripts": {
|
|
61
|
-
"install": "prebuild-install --force || echo 'pre-compiled binary not found, please build from source'",
|
|
62
|
-
"
|
|
61
|
+
"install": "prebuild-install --force --tag-prefix 'node-v'|| echo 'pre-compiled binary not found, please build from source'",
|
|
62
|
+
"package-binaries": "node package-binaries.js",
|
|
63
63
|
"test": "tape test/js/**/*.test.js",
|
|
64
64
|
"test-memory": "node --expose-gc test/memory.test.js",
|
|
65
65
|
"test-expressions": "node -r esm test/expression.test.js",
|