@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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @object-ui/plugin-dashboard@3.1.4 build /home/runner/work/objectui/objectui/packages/plugin-dashboard
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
  vite v8.0.1 building client environment for production...
@@ -13,16 +13,13 @@ rendering chunks...
13
13
  47 return columns.map((col) => {
14
14
     ~~~~~~
15
15
 
16
- [vite:dts] Declaration files built in 30386ms.
16
+ [vite:dts] Declaration files built in 15363ms.
17
17
  
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
- [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugins. Here is a breakdown:
23
- - vite:dts (94%)
24
- - vite:css (5%)
25
- See https://rolldown.rs/options/checks#plugintimings for more details.
22
+ [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `vite:dts`. See https://rolldown.rs/options/checks#plugintimings for more details.
26
23
  
27
24
  
28
25
  rendering chunks...
@@ -33,5 +30,5 @@ dist/index.umd.cjs 117.76 kB │ gzip: 33.92 kB
33
30
  [MISSING_GLOBAL_NAME] Warning: No name was provided for external module "lucide-react" in "output.globals" – guessing "lucide_react".
34
31
  
35
32
  [MISSING_GLOBAL_NAME] Warning: No name was provided for external module "clsx" in "output.globals" – guessing "clsx".
33
+ ✓ built in 16.59s
36
34
  
37
- ✓ built in 33.25s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @object-ui/plugin-dashboard
2
2
 
3
+ ## 3.1.5
4
+
5
+ ### Patch Changes
6
+
7
+ - @object-ui/react@3.1.5
8
+ - @object-ui/components@3.1.5
9
+ - @object-ui/types@3.1.5
10
+ - @object-ui/core@3.1.5
11
+
3
12
  ## 3.1.4
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@object-ui/plugin-dashboard",
3
- "version": "3.1.4",
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.4",
25
- "@object-ui/core": "3.1.4",
26
- "@object-ui/react": "3.1.4",
27
- "@object-ui/types": "3.1.4"
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",