@object-ui/layout 3.1.3 → 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,24 +1,38 @@
1
1
 
2
- > @object-ui/layout@3.1.3 build /home/runner/work/objectui/objectui/packages/layout
2
+ > @object-ui/layout@3.1.5 build /home/runner/work/objectui/objectui/packages/layout
3
3
  > vite build
4
4
 
5
- vite v7.3.1 building client environment for production...
6
- transforming...
7
- ✓ 22 modules transformed.
5
+ vite v8.0.1 building client environment for production...
6
+ 
8
7
  rendering chunks...
9
8
  
10
9
  [vite:dts] Start generate declaration files...
10
+ [vite:dts] Declaration files built in 36479ms.
11
+ 
11
12
  computing gzip size...
12
- dist/index.js 103.89 kB │ gzip: 27.41 kB
13
- [vite:dts] Declaration files built in 29205ms.
14
- 
15
- No name was provided for external module "@object-ui/core" in "output.globals" – guessing "core".
16
- No name was provided for external module "react" in "output.globals" – guessing "React".
17
- No name was provided for external module "@object-ui/components" in "output.globals" – guessing "components".
18
- No name was provided for external module "react-router-dom" in "output.globals" – guessing "reactRouterDom".
19
- No name was provided for external module "lucide-react" in "output.globals" – guessing "LucideIcons".
20
- No name was provided for external module "react-dom" in "output.globals" – guessing "reactDom".
21
- No name was provided for external module "@object-ui/types" in "output.globals" – guessing "types".
22
- No name was provided for external module "@object-ui/react" in "output.globals" – guessing "react".
23
- dist/index.umd.cjs 70.08 kB │ gzip: 23.15 kB
24
- ✓ built in 32.87s
13
+ dist/index.js 90.20 kB │ gzip: 25.71 kB
14
+
15
+ [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `vite:dts`. See https://rolldown.rs/options/checks#plugintimings for more details.
16
+ 
17
+ 
18
+ rendering chunks...
19
+ computing gzip size...
20
+ dist/index.umd.cjs 69.83 kB │ gzip: 22.27 kB
21
+
22
+ [MISSING_GLOBAL_NAME] Warning: No name was provided for external module "@object-ui/core" in "output.globals" – guessing "_object_ui_core".
23
+ 
24
+ [MISSING_GLOBAL_NAME] Warning: No name was provided for external module "react" in "output.globals" – guessing "react".
25
+ 
26
+ [MISSING_GLOBAL_NAME] Warning: No name was provided for external module "@object-ui/components" in "output.globals" – guessing "_object_ui_components".
27
+ 
28
+ [MISSING_GLOBAL_NAME] Warning: No name was provided for external module "react-router-dom" in "output.globals" – guessing "react_router_dom".
29
+ 
30
+ [MISSING_GLOBAL_NAME] Warning: No name was provided for external module "lucide-react" in "output.globals" – guessing "lucide_react".
31
+ 
32
+ [MISSING_GLOBAL_NAME] Warning: No name was provided for external module "react-dom" in "output.globals" – guessing "react_dom".
33
+ 
34
+ [MISSING_GLOBAL_NAME] Warning: No name was provided for external module "@object-ui/types" in "output.globals" – guessing "_object_ui_types".
35
+ 
36
+ [MISSING_GLOBAL_NAME] Warning: No name was provided for external module "@object-ui/react" in "output.globals" – guessing "_object_ui_react".
37
+ 
38
+ ✓ built in 38.15s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @object-ui/layout
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
+
12
+ ## 3.1.4
13
+
14
+ ### Patch Changes
15
+
16
+ - @object-ui/types@3.1.4
17
+ - @object-ui/core@3.1.4
18
+ - @object-ui/react@3.1.4
19
+ - @object-ui/components@3.1.4
20
+
3
21
  ## 3.1.3
4
22
 
5
23
  ### Patch Changes