@object-ui/plugin-map 3.0.0 → 3.0.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @object-ui/plugin-map@3.0.0 build /home/runner/work/objectui/objectui/packages/plugin-map
2
+ > @object-ui/plugin-map@3.0.1 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 11220ms.
12
+ [vite:dts] Declaration files built in 22736ms.
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 32.29s
19
+ ✓ built in 50.01s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @object-ui/plugin-map
2
2
 
3
+ ## 3.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [adf2cc0]
8
+ - @object-ui/react@3.0.1
9
+ - @object-ui/components@3.0.1
10
+ - @object-ui/types@3.0.1
11
+ - @object-ui/core@3.0.1
12
+
3
13
  ## 3.0.0
4
14
 
5
15
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@object-ui/plugin-map",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "Map visualization plugin for Object UI",
@@ -29,10 +29,10 @@
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.0",
33
- "@object-ui/react": "3.0.0",
34
- "@object-ui/core": "3.0.0",
35
- "@object-ui/types": "3.0.0"
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"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "react": "^18.0.0 || ^19.0.0",