@object-ui/plugin-map 3.1.5 → 3.3.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,29 +1,34 @@
1
1
 
2
- > @object-ui/plugin-map@3.1.5 build /home/runner/work/objectui/objectui/packages/plugin-map
2
+ > @object-ui/plugin-map@3.3.0 build /home/runner/work/objectui/objectui/packages/plugin-map
3
3
  > vite build
4
4
 
5
- vite v8.0.1 building client environment for production...
5
+ vite v8.0.8 building client environment for production...
6
6
  
7
7
  rendering chunks...
8
8
  
9
9
  [vite:dts] Start generate declaration files...
10
- [vite:dts] Declaration files built in 25029ms.
10
+ src/ObjectMap.tsx:31:8 - error TS2882: Cannot find module or type declarations for side-effect import of 'maplibre-gl/dist/maplibre-gl.css'.
11
+
12
+ 31 import 'maplibre-gl/dist/maplibre-gl.css';
13
+    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14
+
15
+ [vite:dts] Declaration files built in 18746ms.
11
16
  
12
17
  computing gzip size...
13
18
  dist/index.css 69.82 kB │ gzip: 10.12 kB
14
19
  dist/chunk-vKJrgz-R.js 1.20 kB │ gzip: 0.66 kB
15
- dist/index.js 126.43 kB │ gzip: 31.37 kB
16
- dist/maplibre-gl-Dl-lwKEH.js 1,363.01 kB │ gzip: 305.81 kB
20
+ dist/index.js 126.65 kB │ gzip: 31.48 kB
21
+ dist/maplibre-gl-DK6BxsIK.js 1,362.99 kB │ gzip: 305.24 kB
17
22
 
18
23
  [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugins. Here is a breakdown:
19
- - vite:dts (91%)
20
- - vite:css (7%)
24
+ - vite:dts (94%)
25
+ - vite:css (5%)
21
26
  See https://rolldown.rs/options/checks#plugintimings for more details.
22
27
  
23
28
  
24
29
  rendering chunks...
25
30
  computing gzip size...
26
31
  dist/index.css 69.82 kB │ gzip: 10.12 kB
27
- dist/index.umd.cjs 1,119.25 kB │ gzip: 299.49 kB
32
+ dist/index.umd.cjs 1,119.99 kB │ gzip: 299.59 kB
28
33
 
29
- ✓ built in 32.86s
34
+ ✓ built in 22.53s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @object-ui/plugin-map
2
2
 
3
+ ## 3.3.0
4
+
5
+ ### Patch Changes
6
+
7
+ - @object-ui/types@3.3.0
8
+ - @object-ui/core@3.3.0
9
+ - @object-ui/react@3.3.0
10
+ - @object-ui/components@3.3.0
11
+
12
+ ## 3.2.0
13
+
14
+ ### Patch Changes
15
+
16
+ - @object-ui/types@3.2.0
17
+ - @object-ui/core@3.2.0
18
+ - @object-ui/react@3.2.0
19
+ - @object-ui/components@3.2.0
20
+
3
21
  ## 3.1.5
4
22
 
5
23
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export * from './src/index'
1
+ export * from './packages/plugin-map/src/index'
2
2
  export {}