@maplibre/maplibre-gl-style-spec
Advanced tools
Comparing version 18.0.1-pre.12 to 18.0.1-pre.13
{ | ||
"name": "@maplibre/maplibre-gl-style-spec", | ||
"description": "a specification for maplibre gl styles", | ||
"version": "18.0.1-pre.12", | ||
"version": "18.0.1-pre.13", | ||
"author": "MapLibre", | ||
@@ -21,2 +21,6 @@ "keywords": [ | ||
"build-style-spec": "rollup --configPlugin @rollup/plugin-typescript -c rollup.config.style-spec.ts", | ||
"build-gl-style-format": "rollup --configPlugin @rollup/plugin-typescript -c rollup.config.gl-style-format.ts", | ||
"build-gl-style-migrate": "rollup --configPlugin @rollup/plugin-typescript -c rollup.config.gl-style-migrate.ts", | ||
"build-gl-style-validate": "rollup --configPlugin @rollup/plugin-typescript -c rollup.config.gl-style-validate.ts", | ||
"build": "npm run build-style-spec && npm run build-gl-style-format && npm run build-gl-style-migrate && npm run build-gl-style-validate", | ||
"generate-style-spec": "ts-node build/generate-style-spec.ts", | ||
@@ -38,5 +42,5 @@ "generate-typings": "ts-node build/generate-typings.ts", | ||
"bin": { | ||
"gl-style-migrate": "bin/gl-style-migrate.js", | ||
"gl-style-validate": "bin/gl-style-validate.js", | ||
"gl-style-format": "bin/gl-style-format.js" | ||
"gl-style-migrate": "dist/gl-style-migrate.js", | ||
"gl-style-validate": "dist/gl-style-validate.js", | ||
"gl-style-format": "dist/gl-style-format.js" | ||
}, | ||
@@ -43,0 +47,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3767267
631
78383