@mapcomponents/deck-gl 1.8.1 → 1.8.3

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/CHANGELOG.md CHANGED
@@ -1,4 +1,9 @@
1
- ## [v## [V1.8.0] (2026-01-19)
1
+ ## [v1.8.1] (2026-01-26)
2
+
3
+ - 38a52cb: add license
4
+
5
+
6
+ ## [v1.8.0] (2026-01-19)
2
7
 
3
8
  ### Added
4
9
 
package/dist/CHANGELOG.md CHANGED
@@ -1,4 +1,9 @@
1
- ## [v## [V1.8.0] (2026-01-19)
1
+ ## [v1.8.1] (2026-01-26)
2
+
3
+ - 38a52cb: add license
4
+
5
+
6
+ ## [v1.8.0] (2026-01-19)
2
7
 
3
8
  ### Added
4
9
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mapcomponents/deck-gl",
3
- "version": "1.8.1",
3
+ "version": "1.8.3",
4
4
  "description": "",
5
5
  "main": "src/index.ts",
6
6
  "module": "dist/index.mjs",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mapcomponents/deck-gl",
3
- "version": "1.8.1",
3
+ "version": "1.8.3",
4
4
  "description": "",
5
5
  "main": "src/index.ts",
6
6
  "module": "dist/index.mjs",
@@ -16,7 +16,7 @@
16
16
  "@storybook/react": "^9.1.4",
17
17
  "maplibre-gl": "^5.16.0",
18
18
  "uuid": "^11.1.0",
19
- "@mapcomponents/react-maplibre": "1.8.1"
19
+ "@mapcomponents/react-maplibre": "1.8.3"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/geojson": "^7946.0.16"
@@ -109,7 +109,7 @@ WhereGroupLocationExample.args = {
109
109
  getOrientation: () => [0, 0, 90],
110
110
  getColor: () => [255, 255, 255],
111
111
  scenegraph:
112
- "https://mapcomponents.github.io/react-map-components-maplibre/deck-gl/assets/3D/WhereGroupLogo.glb",
112
+ 'https://mapcomponents.github.io/react-map-components-maplibre/deck-gl/assets/3D/WhereGroupLogo.glb',
113
113
  sizeScale: 100,
114
114
  _animations: {
115
115
  '*': { speed: 5 },