@object-ui/components 3.1.3 → 3.1.4
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 +22 -14
- package/CHANGELOG.md +8 -0
- package/dist/index.css +3 -1
- package/dist/index.js +78016 -67064
- package/dist/index.umd.cjs +72 -77
- package/dist/src/lib/use-sync-external-store-shim.d.ts +10 -0
- package/dist/src/lib/use-sync-external-store-with-selector-shim.d.ts +1 -0
- package/package.json +11 -11
- package/src/lib/use-sync-external-store-shim.ts +10 -0
- package/src/lib/use-sync-external-store-with-selector-shim.ts +90 -0
- package/vite.config.ts +19 -11
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,26 +1,25 @@
|
|
|
1
1
|
|
|
2
|
-
> @object-ui/components@3.1.
|
|
2
|
+
> @object-ui/components@3.1.4 prebuild /home/runner/work/objectui/objectui/packages/components
|
|
3
3
|
> pnpm --filter @object-ui/types build && pnpm --filter @object-ui/core build && pnpm --filter @object-ui/react build
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @object-ui/types@3.1.
|
|
6
|
+
> @object-ui/types@3.1.4 build /home/runner/work/objectui/objectui/packages/types
|
|
7
7
|
> tsc
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
> @object-ui/core@3.1.
|
|
10
|
+
> @object-ui/core@3.1.4 build /home/runner/work/objectui/objectui/packages/core
|
|
11
11
|
> tsc
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
> @object-ui/react@3.1.
|
|
14
|
+
> @object-ui/react@3.1.4 build /home/runner/work/objectui/objectui/packages/react
|
|
15
15
|
> tsc
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
> @object-ui/components@3.1.
|
|
18
|
+
> @object-ui/components@3.1.4 build /home/runner/work/objectui/objectui/packages/components
|
|
19
19
|
> vite build
|
|
20
20
|
|
|
21
|
-
[36mvite
|
|
22
|
-
|
|
23
|
-
[32m✓[39m 3605 modules transformed.
|
|
21
|
+
[36mvite v8.0.1 [32mbuilding client environment for production...[36m[39m
|
|
22
|
+
[2K
|
|
24
23
|
rendering chunks...
|
|
25
24
|
[32m
|
|
26
25
|
[36m[vite:dts][32m Start generate declaration files...[39m
|
|
@@ -46,11 +45,20 @@ rendering chunks...
|
|
|
46
45
|
[7m289[0m .filter((item) => item.type !== "none")
|
|
47
46
|
[7m [0m [91m ~~~~~~[0m
|
|
48
47
|
|
|
48
|
+
[32m[36m[vite:dts][32m Declaration files built in 7948ms.
|
|
49
|
+
[39m
|
|
50
|
+
computing gzip size...
|
|
51
|
+
dist/index.css 117.20 kB │ gzip: 19.15 kB
|
|
52
|
+
dist/index.js 2,017.82 kB │ gzip: 470.41 kB
|
|
53
|
+
|
|
54
|
+
[33m[33m[PLUGIN_TIMINGS] Warning:[0m Your build spent significant time in plugin `vite:dts`. See https://rolldown.rs/options/checks#plugintimings for more details.
|
|
55
|
+
[39m
|
|
56
|
+
[2K
|
|
57
|
+
rendering chunks...
|
|
49
58
|
computing gzip size...
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
59
|
+
dist/index.css 117.20 kB │ gzip: 19.15 kB
|
|
60
|
+
dist/index.umd.cjs 1,552.98 kB │ gzip: 419.79 kB
|
|
61
|
+
|
|
62
|
+
[33m[33m[MISSING_GLOBAL_NAME] Warning:[0m No name was provided for external module "react/jsx-runtime" in "output.globals" – guessing "react_jsx_runtime".
|
|
53
63
|
[39m
|
|
54
|
-
[
|
|
55
|
-
[2mdist/[22m[36mindex.umd.cjs [39m[1m[33m1,552.75 kB[39m[22m[2m │ gzip: 429.76 kB[22m
|
|
56
|
-
[32m✓ built in 16.14s[39m
|
|
64
|
+
[32m✓ built in 11.58s[39m
|