@object-ui/plugin-map 3.1.4 → 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.
- package/.turbo/turbo-build.log +14 -9
- package/CHANGELOG.md +27 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +301 -284
- package/dist/index.umd.cjs +41 -49
- package/dist/{maplibre-gl-Dl-lwKEH.js → maplibre-gl-DK6BxsIK.js} +6144 -6098
- package/dist/packages/plugin-map/src/ObjectMap.d.ts.map +1 -0
- package/dist/packages/plugin-map/src/index.d.ts.map +1 -0
- package/package.json +11 -11
- package/vite.config.ts +1 -0
- package/dist/src/ObjectMap.d.ts.map +0 -1
- package/dist/src/index.d.ts.map +0 -1
- /package/dist/{src → packages/plugin-map/src}/ObjectMap.d.ts +0 -0
- /package/dist/{src → packages/plugin-map/src}/index.d.ts +0 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,29 +1,34 @@
|
|
|
1
1
|
|
|
2
|
-
> @object-ui/plugin-map@3.
|
|
2
|
+
> @object-ui/plugin-map@3.3.0 build /home/runner/work/objectui/objectui/packages/plugin-map
|
|
3
3
|
> vite build
|
|
4
4
|
|
|
5
|
-
[36mvite v8.0.
|
|
5
|
+
[36mvite v8.0.8 [32mbuilding client environment for production...[36m[39m
|
|
6
6
|
[2K
|
|
7
7
|
rendering chunks...
|
|
8
8
|
[32m
|
|
9
9
|
[36m[vite:dts][32m Start generate declaration files...[39m
|
|
10
|
-
[
|
|
10
|
+
[96msrc/ObjectMap.tsx[0m:[93m31[0m:[93m8[0m - [91merror[0m[90m TS2882: [0mCannot find module or type declarations for side-effect import of 'maplibre-gl/dist/maplibre-gl.css'.
|
|
11
|
+
|
|
12
|
+
[7m31[0m import 'maplibre-gl/dist/maplibre-gl.css';
|
|
13
|
+
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
|
14
|
+
|
|
15
|
+
[32m[36m[vite:dts][32m Declaration files built in 18746ms.
|
|
11
16
|
[39m
|
|
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.
|
|
16
|
-
dist/maplibre-gl-
|
|
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
|
[33m[33m[PLUGIN_TIMINGS] Warning:[0m Your build spent significant time in plugins. Here is a breakdown:
|
|
19
|
-
- vite:dts (
|
|
20
|
-
- vite:css (
|
|
24
|
+
- vite:dts (94%)
|
|
25
|
+
- vite:css (5%)
|
|
21
26
|
See https://rolldown.rs/options/checks#plugintimings for more details.
|
|
22
27
|
[39m
|
|
23
28
|
[2K
|
|
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.
|
|
32
|
+
dist/index.umd.cjs 1,119.99 kB │ gzip: 299.59 kB
|
|
28
33
|
|
|
29
|
-
[32m✓ built in
|
|
34
|
+
[32m✓ built in 22.53s[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
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
|
+
|
|
21
|
+
## 3.1.5
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- @object-ui/react@3.1.5
|
|
26
|
+
- @object-ui/components@3.1.5
|
|
27
|
+
- @object-ui/types@3.1.5
|
|
28
|
+
- @object-ui/core@3.1.5
|
|
29
|
+
|
|
3
30
|
## 3.1.4
|
|
4
31
|
|
|
5
32
|
### 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 {}
|