@object-ui/plugin-map 0.5.0 → 2.0.0

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,36 +1,19 @@
1
1
 
2
- > @object-ui/plugin-map@0.5.0 build /home/runner/work/objectui/objectui/packages/plugin-map
2
+ > @object-ui/plugin-map@2.0.0 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...
6
6
  transforming...
7
7
  ✓ 121 modules transformed.
8
8
  rendering chunks...
9
- src/ObjectMap.tsx:448:31 - error TS2304: Cannot find name 'onEdit'.
10
-
11
9
  
12
- 448 {onEdit && (
13
10
  [vite:dts] Start generate declaration files...
14
-    ~~~~~~
15
- src/ObjectMap.tsx:449:98 - error TS2304: Cannot find name 'onEdit'.
16
-
17
- 449 <button className="text-blue-500 hover:underline" onClick={() => onEdit(selectedMarker.data)}>Edit</button>
18
-    ~~~~~~
19
- src/ObjectMap.tsx:451:31 - error TS2304: Cannot find name 'onDelete'.
20
-
21
- 451 {onDelete && (
22
-    ~~~~~~~~
23
- src/ObjectMap.tsx:452:97 - error TS2304: Cannot find name 'onDelete'.
24
-
25
- 452 <button className="text-red-500 hover:underline" onClick={() => onDelete(selectedMarker.data)}>Delete</button>
26
-    ~~~~~~~~
27
-
28
11
  computing gzip size...
29
- [vite:dts] Declaration files built in 14683ms.
12
+ [vite:dts] Declaration files built in 17491ms.
30
13
  
31
14
  dist/index.css  69.34 kB │ gzip: 9.97 kB
32
- dist/index.js  129.04 kB │ gzip: 31.27 kB
15
+ dist/index.js  129.80 kB │ gzip: 31.45 kB
33
16
  dist/maplibre-gl-CNsW26De.js 1,452.36 kB │ gzip: 309.76 kB
34
17
  dist/index.css  69.34 kB │ gzip: 9.97 kB
35
- dist/index.umd.cjs 1,117.77 kB │ gzip: 304.86 kB
36
- ✓ built in 35.71s
18
+ dist/index.umd.cjs 1,118.30 kB │ gzip: 304.99 kB
19
+ ✓ built in 50.25s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @object-ui/plugin-map
2
2
 
3
+ ## 2.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - b859617: Release v1.0.0 — unify all package versions to 1.0.0
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [b859617]
12
+ - @object-ui/types@2.0.0
13
+ - @object-ui/core@2.0.0
14
+ - @object-ui/react@2.0.0
15
+ - @object-ui/components@2.0.0
16
+
3
17
  ## 0.3.1
4
18
 
5
19
  ### Patch Changes