@maplibre/maplibre-gl-style-spec
Advanced tools
Comparing version 18.0.1-pre.14 to 18.0.1-pre.15
{ | ||
"name": "@maplibre/maplibre-gl-style-spec", | ||
"description": "a specification for maplibre gl styles", | ||
"version": "18.0.1-pre.14", | ||
"version": "18.0.1-pre.15", | ||
"author": "MapLibre", | ||
@@ -79,3 +79,3 @@ "keywords": [ | ||
"rollup": "^3.15.0", | ||
"rollup-plugin-executable": "^1.6.3", | ||
"rollup-plugin-preserve-shebang": "^1.0.1", | ||
"rollup-plugin-sourcemaps": "^0.6.3", | ||
@@ -82,0 +82,0 @@ "semver": "^7.3.8", |
@@ -8,3 +8,3 @@ import replace from '@rollup/plugin-replace'; | ||
import minifyStyleSpec from './build/rollup_plugin_minify_style_spec'; | ||
import executable from 'rollup-plugin-executable'; | ||
import shebang from 'rollup-plugin-preserve-shebang'; | ||
@@ -67,3 +67,3 @@ const rollupPlugins = [ | ||
}], | ||
plugins: [...rollupPlugins, executable()] | ||
plugins: [...rollupPlugins, shebang()] | ||
}, | ||
@@ -83,3 +83,3 @@ { | ||
}], | ||
plugins: [...rollupPlugins, executable()] | ||
plugins: [...rollupPlugins, shebang()] | ||
}, | ||
@@ -99,4 +99,4 @@ { | ||
}], | ||
plugins: [...rollupPlugins, executable()] | ||
plugins: [...rollupPlugins, shebang()] | ||
}]; | ||
export default config; |
@@ -7,3 +7,3 @@ import replace from '@rollup/plugin-replace'; | ||
import minifyStyleSpec from './build/rollup_plugin_minify_style_spec'; | ||
import executable from 'rollup-plugin-executable'; | ||
import shebang from 'rollup-plugin-preserve-shebang'; | ||
const rollupPlugins = [ | ||
@@ -64,3 +64,3 @@ minifyStyleSpec(), | ||
}], | ||
plugins: [...rollupPlugins, executable()] | ||
plugins: [...rollupPlugins, shebang()] | ||
}, | ||
@@ -80,3 +80,3 @@ { | ||
}], | ||
plugins: [...rollupPlugins, executable()] | ||
plugins: [...rollupPlugins, shebang()] | ||
}, | ||
@@ -96,5 +96,5 @@ { | ||
}], | ||
plugins: [...rollupPlugins, executable()] | ||
plugins: [...rollupPlugins, shebang()] | ||
}]; | ||
export default config; | ||
//# sourceMappingURL=rollup.config.js.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
6317041
95905