@object-ui/plugin-view 3.1.4 → 3.3.0

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,23 +1,28 @@
1
1
 
2
- > @object-ui/plugin-view@3.1.4 build /home/runner/work/objectui/objectui/packages/plugin-view
2
+ > @object-ui/plugin-view@3.3.0 build /home/runner/work/objectui/objectui/packages/plugin-view
3
3
  > vite build
4
4
 
5
- vite v8.0.1 building client environment for production...
6
- 
5
+ vite v8.0.8 building client environment for production...
6
+ 
7
7
  rendering chunks...
8
+ src/ObjectView.tsx:662:9 - error TS2591: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
8
9
  
9
10
  [vite:dts] Start generate declaration files...
10
- [vite:dts] Declaration files built in 5659ms.
11
+
12
+ 662 if (process.env.NODE_ENV === 'development') {
13
+    ~~~~~~~
14
+
15
+ [vite:dts] Declaration files built in 9034ms.
11
16
  
12
17
  computing gzip size...
13
- dist/index.js 126.91 kB │ gzip: 34.50 kB
18
+ dist/index.js 119.40 kB │ gzip: 32.03 kB
14
19
 
15
20
  [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `vite:dts`. See https://rolldown.rs/options/checks#plugintimings for more details.
16
21
  
17
- 
22
+ 
18
23
  rendering chunks...
19
24
  computing gzip size...
20
- dist/index.umd.cjs 96.40 kB │ gzip: 29.72 kB
25
+ dist/index.umd.cjs 90.77 kB │ gzip: 27.65 kB
21
26
 
22
27
  [MISSING_GLOBAL_NAME] Warning: No name was provided for external module "@object-ui/core" in "output.globals" – guessing "_object_ui_core".
23
28
  
@@ -31,4 +36,4 @@ dist/index.umd.cjs 96.40 kB │ gzip: 29.72 kB
31
36
  
32
37
  [MISSING_GLOBAL_NAME] Warning: No name was provided for external module "lucide-react" in "output.globals" – guessing "lucide_react".
33
38
  
34
- ✓ built in 5.98s
39
+ ✓ built in 9.53s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # @object-ui/plugin-view
2
2
 
3
+ ## 3.3.0
4
+
5
+ ### Patch Changes
6
+
7
+ - @object-ui/types@3.3.0
8
+ - @object-ui/core@3.3.0
9
+ - @object-ui/react@3.3.0
10
+ - @object-ui/components@3.3.0
11
+ - @object-ui/plugin-form@3.3.0
12
+ - @object-ui/plugin-grid@3.3.0
13
+
14
+ ## 3.2.0
15
+
16
+ ### Patch Changes
17
+
18
+ - @object-ui/types@3.2.0
19
+ - @object-ui/core@3.2.0
20
+ - @object-ui/react@3.2.0
21
+ - @object-ui/components@3.2.0
22
+ - @object-ui/plugin-form@3.2.0
23
+ - @object-ui/plugin-grid@3.2.0
24
+
25
+ ## 3.1.5
26
+
27
+ ### Patch Changes
28
+
29
+ - @object-ui/react@3.1.5
30
+ - @object-ui/components@3.1.5
31
+ - @object-ui/plugin-form@3.1.5
32
+ - @object-ui/plugin-grid@3.1.5
33
+ - @object-ui/types@3.1.5
34
+ - @object-ui/core@3.1.5
35
+
3
36
  ## 3.1.4
4
37
 
5
38
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export * from './plugin-view/src/index'
1
+ export * from './packages/plugin-view/src/index'
2
2
  export {}