@object-ui/plugin-map 3.1.4 → 3.1.5

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.4 build /home/runner/work/objectui/objectui/packages/plugin-map
2
+ > @object-ui/plugin-map@3.1.5 build /home/runner/work/objectui/objectui/packages/plugin-map
3
3
  > vite build
4
4
 
5
5
  vite v8.0.1 building client environment for production...
@@ -7,7 +7,7 @@
7
7
  rendering chunks...
8
8
  
9
9
  [vite:dts] Start generate declaration files...
10
- [vite:dts] Declaration files built in 23750ms.
10
+ [vite:dts] Declaration files built in 25029ms.
11
11
  
12
12
  computing gzip size...
13
13
  dist/index.css 69.82 kB │ gzip: 10.12 kB
@@ -16,7 +16,7 @@ dist/index.js 126.43 kB │ gzip: 31.37 kB
16
16
  dist/maplibre-gl-Dl-lwKEH.js 1,363.01 kB │ gzip: 305.81 kB
17
17
 
18
18
  [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugins. Here is a breakdown:
19
- - vite:dts (90%)
19
+ - vite:dts (91%)
20
20
  - vite:css (7%)
21
21
  See https://rolldown.rs/options/checks#plugintimings for more details.
22
22
  
@@ -26,4 +26,4 @@ computing gzip size...
26
26
  dist/index.css 69.82 kB │ gzip: 10.12 kB
27
27
  dist/index.umd.cjs 1,119.25 kB │ gzip: 299.49 kB
28
28
 
29
- ✓ built in 31.68s
29
+ ✓ built in 32.86s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @object-ui/plugin-map
2
2
 
3
+ ## 3.1.5
4
+
5
+ ### Patch Changes
6
+
7
+ - @object-ui/react@3.1.5
8
+ - @object-ui/components@3.1.5
9
+ - @object-ui/types@3.1.5
10
+ - @object-ui/core@3.1.5
11
+
3
12
  ## 3.1.4
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.1.4",
3
+ "version": "3.1.5",
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.9",
27
+ "@objectstack/spec": "^3.3.0",
28
28
  "lucide-react": "^0.577.0",
29
29
  "maplibre-gl": "^5.21.0",
30
30
  "react-map-gl": "^8.1.0",
31
31
  "zod": "^4.3.6",
32
- "@object-ui/components": "3.1.4",
33
- "@object-ui/core": "3.1.4",
34
- "@object-ui/react": "3.1.4",
35
- "@object-ui/types": "3.1.4"
32
+ "@object-ui/components": "3.1.5",
33
+ "@object-ui/core": "3.1.5",
34
+ "@object-ui/react": "3.1.5",
35
+ "@object-ui/types": "3.1.5"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "react": "^18.0.0 || ^19.0.0",