maplibre-gl 3.5.0 → 3.5.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "maplibre-gl",
3
3
  "description": "BSD licensed community fork of mapbox-gl, a WebGL interactive maps library",
4
- "version": "3.5.0",
4
+ "version": "3.5.1",
5
5
  "main": "dist/maplibre-gl.js",
6
6
  "style": "dist/maplibre-gl.css",
7
7
  "license": "BSD-3-Clause",
@@ -42,11 +42,11 @@
42
42
  "devDependencies": {
43
43
  "@mapbox/mapbox-gl-rtl-text": "^0.2.3",
44
44
  "@mapbox/mvt-fixtures": "^3.10.0",
45
- "@rollup/plugin-commonjs": "^25.0.5",
45
+ "@rollup/plugin-commonjs": "^25.0.7",
46
46
  "@rollup/plugin-json": "^6.0.1",
47
47
  "@rollup/plugin-node-resolve": "^15.2.3",
48
- "@rollup/plugin-replace": "^5.0.3",
49
- "@rollup/plugin-strip": "^3.0.3",
48
+ "@rollup/plugin-replace": "^5.0.4",
49
+ "@rollup/plugin-strip": "^3.0.4",
50
50
  "@rollup/plugin-terser": "^0.4.4",
51
51
  "@rollup/plugin-typescript": "^11.1.5",
52
52
  "@types/benchmark": "^2.1.3",
@@ -79,7 +79,7 @@
79
79
  "cssnano": "^6.0.1",
80
80
  "d3": "^7.8.5",
81
81
  "d3-queue": "^3.0.7",
82
- "devtools-protocol": "^0.0.1208070",
82
+ "devtools-protocol": "^0.0.1209236",
83
83
  "diff": "^5.1.0",
84
84
  "dts-bundle-generator": "^8.0.1",
85
85
  "eslint": "^8.51.0",
@@ -101,7 +101,6 @@
101
101
  "minimist": "^1.2.8",
102
102
  "mock-geolocation": "^1.0.11",
103
103
  "nise": "^5.1.4",
104
- "node-plantuml": "^0.9.0",
105
104
  "npm-font-open-sans": "^1.1.0",
106
105
  "npm-run-all": "^4.1.5",
107
106
  "pdf-merger-js": "^4.3.0",
@@ -114,7 +113,7 @@
114
113
  "puppeteer": "^21.3.8",
115
114
  "react": "^18.2.0",
116
115
  "react-dom": "^18.2.0",
117
- "rollup": "^4.0.2",
116
+ "rollup": "^4.1.4",
118
117
  "rollup-plugin-sourcemaps": "^0.6.3",
119
118
  "rw": "^1.3.3",
120
119
  "semver": "^7.5.4",
@@ -154,7 +153,6 @@
154
153
  "build-csp": "rollup --configPlugin @rollup/plugin-typescript -c rollup.config.csp.ts",
155
154
  "build-csp-dev": "rollup --configPlugin @rollup/plugin-typescript -c rollup.config.csp.ts --environment BUILD:dev",
156
155
  "build-css": "postcss -o dist/maplibre-gl.css src/css/maplibre-gl.css",
157
- "build-diagrams": "cd docs/diagrams; ls *.plantuml | xargs -I {} puml generate --svg {} -o {}.svg",
158
156
  "watch-css": "postcss --watch -o dist/maplibre-gl.css src/css/maplibre-gl.css",
159
157
  "build-benchmarks": "npm run build-dev && rollup --configPlugin @rollup/plugin-typescript -c test/bench/rollup_config_benchmarks.ts",
160
158
  "watch-benchmarks": "rollup --configPlugin @rollup/plugin-typescript -c test/bench/rollup_config_benchmarks.ts --watch",