@object-ui/plugin-dashboard 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 +4 -7
- 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/plugin-dashboard@3.1.
|
|
2
|
+
> @object-ui/plugin-dashboard@3.1.5 build /home/runner/work/objectui/objectui/packages/plugin-dashboard
|
|
3
3
|
> vite build
|
|
4
4
|
|
|
5
5
|
[36mvite v8.0.1 [32mbuilding client environment for production...[36m[39m
|
|
@@ -13,16 +13,13 @@ rendering chunks...
|
|
|
13
13
|
[7m47[0m return columns.map((col) => {
|
|
14
14
|
[7m [0m [91m ~~~~~~[0m
|
|
15
15
|
|
|
16
|
-
[32m[36m[vite:dts][32m Declaration files built in
|
|
16
|
+
[32m[36m[vite:dts][32m Declaration files built in 15363ms.
|
|
17
17
|
[39m
|
|
18
18
|
computing gzip size...
|
|
19
19
|
dist/index.css 2.32 kB │ gzip: 0.57 kB
|
|
20
20
|
dist/index.js 157.19 kB │ gzip: 39.00 kB
|
|
21
21
|
|
|
22
|
-
[33m[33m[PLUGIN_TIMINGS] Warning:[0m Your build spent significant time in
|
|
23
|
-
- vite:dts (94%)
|
|
24
|
-
- vite:css (5%)
|
|
25
|
-
See https://rolldown.rs/options/checks#plugintimings for more details.
|
|
22
|
+
[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.
|
|
26
23
|
[39m
|
|
27
24
|
[2K
|
|
28
25
|
rendering chunks...
|
|
@@ -33,5 +30,5 @@ dist/index.umd.cjs 117.76 kB │ gzip: 33.92 kB
|
|
|
33
30
|
[33m[33m[MISSING_GLOBAL_NAME] Warning:[0m No name was provided for external module "lucide-react" in "output.globals" – guessing "lucide_react".
|
|
34
31
|
[39m
|
|
35
32
|
[33m[33m[MISSING_GLOBAL_NAME] Warning:[0m No name was provided for external module "clsx" in "output.globals" – guessing "clsx".
|
|
33
|
+
[32m✓ built in 16.59s[39m
|
|
36
34
|
[39m
|
|
37
|
-
[32m✓ built in 33.25s[39m
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@object-ui/plugin-dashboard",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Dashboard plugin for Object UI",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"react-dom": "19.2.4",
|
|
22
22
|
"react-grid-layout": "^2.2.2",
|
|
23
23
|
"tailwind-merge": "^3.5.0",
|
|
24
|
-
"@object-ui/components": "3.1.
|
|
25
|
-
"@object-ui/core": "3.1.
|
|
26
|
-
"@object-ui/react": "3.1.
|
|
27
|
-
"@object-ui/types": "3.1.
|
|
24
|
+
"@object-ui/components": "3.1.5",
|
|
25
|
+
"@object-ui/core": "3.1.5",
|
|
26
|
+
"@object-ui/react": "3.1.5",
|
|
27
|
+
"@object-ui/types": "3.1.5"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
30
|
"react": "^18.0.0",
|