@object-ui/plugin-view 3.1.2 → 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.
@@ -1,22 +1,34 @@
1
1
 
2
- > @object-ui/plugin-view@3.1.2 build /home/runner/work/objectui/objectui/packages/plugin-view
2
+ > @object-ui/plugin-view@3.1.4 build /home/runner/work/objectui/objectui/packages/plugin-view
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 5659ms.
11
+ 
12
+ computing gzip size...
13
+ dist/index.js 126.91 kB │ gzip: 34.50 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...
11
19
  computing gzip size...
12
- dist/index.js 144.91 kB │ gzip: 36.59 kB
13
- [vite:dts] Declaration files built in 9094ms.
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 "@object-ui/plugin-grid" in "output.globals" – guessing "pluginGrid".
17
- No name was provided for external module "@object-ui/plugin-form" in "output.globals" – guessing "pluginForm".
18
- No name was provided for external module "@object-ui/components" in "output.globals" – guessing "components".
19
- No name was provided for external module "lucide-react" in "output.globals" – guessing "lucideReact".
20
- No name was provided for external module "@object-ui/react" in "output.globals" – guessing "react".
21
- dist/index.umd.cjs 96.51 kB │ gzip: 30.84 kB
22
- ✓ built in 9.97s
20
+ dist/index.umd.cjs 96.40 kB │ gzip: 29.72 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 "@object-ui/react" in "output.globals" – guessing "_object_ui_react".
25
+ 
26
+ [MISSING_GLOBAL_NAME] Warning: No name was provided for external module "@object-ui/plugin-grid" in "output.globals" – guessing "_object_ui_plugin_grid".
27
+ 
28
+ [MISSING_GLOBAL_NAME] Warning: No name was provided for external module "@object-ui/plugin-form" in "output.globals" – guessing "_object_ui_plugin_form".
29
+ 
30
+ [MISSING_GLOBAL_NAME] Warning: No name was provided for external module "@object-ui/components" in "output.globals" – guessing "_object_ui_components".
31
+ 
32
+ [MISSING_GLOBAL_NAME] Warning: No name was provided for external module "lucide-react" in "output.globals" – guessing "lucide_react".
33
+ 
34
+ ✓ built in 5.98s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @object-ui/plugin-view
2
2
 
3
+ ## 3.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - @object-ui/types@3.1.4
8
+ - @object-ui/core@3.1.4
9
+ - @object-ui/react@3.1.4
10
+ - @object-ui/components@3.1.4
11
+ - @object-ui/plugin-form@3.1.4
12
+ - @object-ui/plugin-grid@3.1.4
13
+
14
+ ## 3.1.3
15
+
16
+ ### Patch Changes
17
+
18
+ - @object-ui/types@3.1.3
19
+ - @object-ui/core@3.1.3
20
+ - @object-ui/react@3.1.3
21
+ - @object-ui/components@3.1.3
22
+ - @object-ui/plugin-form@3.1.3
23
+ - @object-ui/plugin-grid@3.1.3
24
+
3
25
  ## 3.1.2
4
26
 
5
27
  ### Patch Changes