@object-ui/plugin-view 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-view@3.1.4 build /home/runner/work/objectui/objectui/packages/plugin-view
2
+ > @object-ui/plugin-view@3.1.5 build /home/runner/work/objectui/objectui/packages/plugin-view
3
3
  > vite build
4
4
 
5
5
  vite v8.0.1 building client environment for production...
@@ -7,7 +7,7 @@
7
7
  rendering chunks...
8
8
  
9
9
  [vite:dts] Start generate declaration files...
10
- [vite:dts] Declaration files built in 5659ms.
10
+ [vite:dts] Declaration files built in 6270ms.
11
11
  
12
12
  computing gzip size...
13
13
  dist/index.js 126.91 kB │ gzip: 34.50 kB
@@ -31,4 +31,4 @@ dist/index.umd.cjs 96.40 kB │ gzip: 29.72 kB
31
31
  
32
32
  [MISSING_GLOBAL_NAME] Warning: No name was provided for external module "lucide-react" in "output.globals" – guessing "lucide_react".
33
33
  
34
- ✓ built in 5.98s
34
+ ✓ built in 6.58s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @object-ui/plugin-view
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/plugin-form@3.1.5
10
+ - @object-ui/plugin-grid@3.1.5
11
+ - @object-ui/types@3.1.5
12
+ - @object-ui/core@3.1.5
13
+
3
14
  ## 3.1.4
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@object-ui/plugin-view",
3
- "version": "3.1.4",
3
+ "version": "3.1.5",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "Object View plugin for Object UI",
@@ -20,12 +20,12 @@
20
20
  "@dnd-kit/utilities": "^3.2.2",
21
21
  "class-variance-authority": "^0.7.1",
22
22
  "lucide-react": "^0.577.0",
23
- "@object-ui/components": "3.1.4",
24
- "@object-ui/core": "3.1.4",
25
- "@object-ui/plugin-form": "3.1.4",
26
- "@object-ui/plugin-grid": "3.1.4",
27
- "@object-ui/react": "3.1.4",
28
- "@object-ui/types": "3.1.4"
23
+ "@object-ui/components": "3.1.5",
24
+ "@object-ui/core": "3.1.5",
25
+ "@object-ui/plugin-form": "3.1.5",
26
+ "@object-ui/plugin-grid": "3.1.5",
27
+ "@object-ui/react": "3.1.5",
28
+ "@object-ui/types": "3.1.5"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "react": "^18.0.0 || ^19.0.0",