@object-ui/layout 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.
- package/.turbo/turbo-build.log +3 -3
- package/CHANGELOG.md +9 -0
- package/package.json +5 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @object-ui/layout@3.1.
|
|
2
|
+
> @object-ui/layout@3.1.5 build /home/runner/work/objectui/objectui/packages/layout
|
|
3
3
|
> vite build
|
|
4
4
|
|
|
5
5
|
[36mvite v8.0.1 [32mbuilding client environment for production...[36m[39m
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
rendering chunks...
|
|
8
8
|
[32m
|
|
9
9
|
[36m[vite:dts][32m Start generate declaration files...[39m
|
|
10
|
-
[32m[36m[vite:dts][32m Declaration files built in
|
|
10
|
+
[32m[36m[vite:dts][32m Declaration files built in 36479ms.
|
|
11
11
|
[39m
|
|
12
12
|
computing gzip size...
|
|
13
13
|
dist/index.js 90.20 kB │ gzip: 25.71 kB
|
|
@@ -35,4 +35,4 @@ dist/index.umd.cjs 69.83 kB │ gzip: 22.27 kB
|
|
|
35
35
|
[39m
|
|
36
36
|
[33m[33m[MISSING_GLOBAL_NAME] Warning:[0m No name was provided for external module "@object-ui/react" in "output.globals" – guessing "_object_ui_react".
|
|
37
37
|
[39m
|
|
38
|
-
[32m✓ built in
|
|
38
|
+
[32m✓ built in 38.15s[39m
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@object-ui/layout",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "dist/index.umd.cjs",
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
"react": "19.2.4",
|
|
23
23
|
"react-dom": "19.2.4",
|
|
24
24
|
"tailwind-merge": "^3.5.0",
|
|
25
|
-
"@object-ui/components": "3.1.
|
|
26
|
-
"@object-ui/core": "3.1.
|
|
27
|
-
"@object-ui/
|
|
28
|
-
"@object-ui/
|
|
25
|
+
"@object-ui/components": "3.1.5",
|
|
26
|
+
"@object-ui/core": "3.1.5",
|
|
27
|
+
"@object-ui/react": "3.1.5",
|
|
28
|
+
"@object-ui/types": "3.1.5"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"react": "^18.0.0 || ^19.0.0",
|