@object-ui/plugin-map 3.0.1 → 3.0.2

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @object-ui/plugin-map@3.0.1 build /home/runner/work/objectui/objectui/packages/plugin-map
2
+ > @object-ui/plugin-map@3.0.2 build /home/runner/work/objectui/objectui/packages/plugin-map
3
3
  > vite build
4
4
 
5
5
  vite v7.3.1 building client environment for production...
@@ -9,11 +9,11 @@ rendering chunks...
9
9
  
10
10
  [vite:dts] Start generate declaration files...
11
11
  computing gzip size...
12
- [vite:dts] Declaration files built in 22736ms.
12
+ [vite:dts] Declaration files built in 21919ms.
13
13
  
14
14
  dist/index.css  69.44 kB │ gzip: 10.00 kB
15
15
  dist/index.js  131.38 kB │ gzip: 31.95 kB
16
16
  dist/maplibre-gl-DSpYxujd.js 1,450.26 kB │ gzip: 309.94 kB
17
17
  dist/index.css  69.44 kB │ gzip: 10.00 kB
18
18
  dist/index.umd.cjs 1,119.24 kB │ gzip: 305.32 kB
19
- ✓ built in 50.01s
19
+ ✓ built in 53.93s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @object-ui/plugin-map
2
2
 
3
+ ## 3.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - @object-ui/types@3.0.2
8
+ - @object-ui/core@3.0.2
9
+ - @object-ui/react@3.0.2
10
+ - @object-ui/components@3.0.2
11
+
3
12
  ## 3.0.1
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@object-ui/plugin-map",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "Map visualization plugin for Object UI",
@@ -24,15 +24,15 @@
24
24
  }
25
25
  },
26
26
  "dependencies": {
27
- "@objectstack/spec": "^3.0.2",
27
+ "@objectstack/spec": "^3.0.4",
28
28
  "lucide-react": "^0.563.0",
29
29
  "maplibre-gl": "^5.18.0",
30
30
  "react-map-gl": "^8.1.0",
31
31
  "zod": "^4.3.6",
32
- "@object-ui/components": "3.0.1",
33
- "@object-ui/core": "3.0.1",
34
- "@object-ui/react": "3.0.1",
35
- "@object-ui/types": "3.0.1"
32
+ "@object-ui/components": "3.0.2",
33
+ "@object-ui/core": "3.0.2",
34
+ "@object-ui/react": "3.0.2",
35
+ "@object-ui/types": "3.0.2"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "react": "^18.0.0 || ^19.0.0",