@object-ui/plugin-form 3.0.1 → 3.0.2

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-form@3.0.1 build /home/runner/work/objectui/objectui/packages/plugin-form
2
+ > @object-ui/plugin-form@3.0.2 build /home/runner/work/objectui/objectui/packages/plugin-form
3
3
  > vite build
4
4
 
5
5
  vite v7.3.1 building client environment for production...
@@ -8,7 +8,6 @@ transforming...
8
8
  rendering chunks...
9
9
  
10
10
  [vite:dts] Start generate declaration files...
11
- computing gzip size...
12
11
  ../../examples/crm/src/objects/contact.object.ts:3:14 - error TS2742: The inferred type of 'ContactObject' cannot be named without a reference to 'examples/crm/node_modules/@objectstack/spec/dist/state-machine.zod-DoC0JvQb'. This is likely not portable. A type annotation is necessary.
13
12
 
14
13
  3 export const ContactObject = ObjectSchema.create({
@@ -18,8 +17,9 @@ computing gzip size...
18
17
  4 import { createStorybookDataSource } from '@storybook-config/datasource';
19
18
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
20
19
 
20
+ computing gzip size...
21
21
  dist/index.js 53.50 kB │ gzip: 10.77 kB
22
- [vite:dts] Declaration files built in 22556ms.
22
+ [vite:dts] Declaration files built in 19314ms.
23
23
  
24
24
  No name was provided for external module "@object-ui/core" in "output.globals" – guessing "core".
25
25
  No name was provided for external module "@object-ui/react" in "output.globals" – guessing "react".
@@ -27,4 +27,4 @@ computing gzip size...
27
27
  No name was provided for external module "@object-ui/components" in "output.globals" – guessing "components".
28
28
  No name was provided for external module "lucide-react" in "output.globals" – guessing "lucideReact".
29
29
  dist/index.umd.cjs 36.18 kB │ gzip: 9.06 kB
30
- ✓ built in 23.98s
30
+ ✓ built in 20.29s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @object-ui/plugin-form
2
2
 
3
+ ## 3.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - @object-ui/types@3.0.2
8
+ - @object-ui/core@3.0.2
9
+ - @object-ui/react@3.0.2
10
+ - @object-ui/components@3.0.2
11
+ - @object-ui/fields@3.0.2
12
+
3
13
  ## 3.0.1
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@object-ui/plugin-form",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "Form plugin for Object UI",
@@ -16,11 +16,11 @@
16
16
  },
17
17
  "dependencies": {
18
18
  "lucide-react": "^0.563.0",
19
- "@object-ui/components": "3.0.1",
20
- "@object-ui/core": "3.0.1",
21
- "@object-ui/fields": "3.0.1",
22
- "@object-ui/react": "3.0.1",
23
- "@object-ui/types": "3.0.1"
19
+ "@object-ui/components": "3.0.2",
20
+ "@object-ui/core": "3.0.2",
21
+ "@object-ui/fields": "3.0.2",
22
+ "@object-ui/react": "3.0.2",
23
+ "@object-ui/types": "3.0.2"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "react": "^18.0.0 || ^19.0.0",
@@ -32,7 +32,7 @@
32
32
  "typescript": "^5.9.3",
33
33
  "vite": "^7.3.1",
34
34
  "vite-plugin-dts": "^4.5.4",
35
- "@object-ui/data-objectstack": "3.0.1"
35
+ "@object-ui/data-objectstack": "3.0.2"
36
36
  },
37
37
  "scripts": {
38
38
  "build": "vite build",