@object-ui/plugin-map 3.1.0 → 3.1.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.1.0 build /home/runner/work/objectui/objectui/packages/plugin-map
2
+ > @object-ui/plugin-map@3.1.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 23017ms.
12
+ [vite:dts] Declaration files built in 23388ms.
13
13
  
14
14
  dist/index.css  69.92 kB │ gzip: 10.05 kB
15
15
  dist/index.js  133.62 kB │ gzip: 32.55 kB
16
16
  dist/maplibre-gl-D7mIxaE5.js 1,452.06 kB │ gzip: 310.22 kB
17
17
  dist/index.css  69.92 kB │ gzip: 10.05 kB
18
18
  dist/index.umd.cjs 1,121.90 kB │ gzip: 306.15 kB
19
- ✓ built in 56.77s
19
+ ✓ built in 55.02s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @object-ui/plugin-map
2
2
 
3
+ ## 3.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @object-ui/types@3.1.1
9
+ - @object-ui/components@3.1.1
10
+ - @object-ui/core@3.1.1
11
+ - @object-ui/react@3.1.1
12
+
3
13
  ## 3.0.3
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@object-ui/plugin-map",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
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.2.0",
27
+ "@objectstack/spec": "^3.2.1",
28
28
  "lucide-react": "^0.576.0",
29
29
  "maplibre-gl": "^5.19.0",
30
30
  "react-map-gl": "^8.1.0",
31
31
  "zod": "^4.3.6",
32
- "@object-ui/components": "3.1.0",
33
- "@object-ui/core": "3.1.0",
34
- "@object-ui/react": "3.1.0",
35
- "@object-ui/types": "3.1.0"
32
+ "@object-ui/components": "3.1.1",
33
+ "@object-ui/core": "3.1.1",
34
+ "@object-ui/react": "3.1.1",
35
+ "@object-ui/types": "3.1.1"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "react": "^18.0.0 || ^19.0.0",