@versatiles/style 5.2.8 → 5.2.9
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/dist/index.js +3469 -3483
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versatiles/style",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.9",
|
|
4
4
|
"description": "Generate StyleJSON for MapLibre",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"dev": "tsx scripts/dev.ts",
|
|
15
15
|
"doc": "tsx scripts/screenshots.ts && typedoc --options typedoc.json",
|
|
16
16
|
"lint": "eslint --color .",
|
|
17
|
-
"prepack": "npm run
|
|
17
|
+
"prepack": "npm run check",
|
|
18
18
|
"release": "npx vrt release-npm",
|
|
19
19
|
"test": "npm run test-typescript",
|
|
20
20
|
"test-coverage": "NODE_OPTIONS=--experimental-vm-modules jest --coverage",
|