@object-ui/plugin-form 3.0.0 → 3.0.1
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.
- package/.turbo/turbo-build.log +4 -4
- package/CHANGELOG.md +11 -0
- package/package.json +7 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @object-ui/plugin-form@3.0.
|
|
2
|
+
> @object-ui/plugin-form@3.0.1 build /home/runner/work/objectui/objectui/packages/plugin-form
|
|
3
3
|
> vite build
|
|
4
4
|
|
|
5
5
|
[36mvite v7.3.1 [32mbuilding client environment for production...[36m[39m
|
|
@@ -8,6 +8,7 @@ transforming...
|
|
|
8
8
|
rendering chunks...
|
|
9
9
|
[32m
|
|
10
10
|
[36m[vite:dts][32m Start generate declaration files...[39m
|
|
11
|
+
computing gzip size...
|
|
11
12
|
[96m../../examples/crm/src/objects/contact.object.ts[0m:[93m3[0m:[93m14[0m - [91merror[0m[90m TS2742: [0mThe 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.
|
|
12
13
|
|
|
13
14
|
[7m3[0m export const ContactObject = ObjectSchema.create({
|
|
@@ -17,9 +18,8 @@ rendering chunks...
|
|
|
17
18
|
[7m4[0m import { createStorybookDataSource } from '@storybook-config/datasource';
|
|
18
19
|
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
|
19
20
|
|
|
20
|
-
computing gzip size...
|
|
21
21
|
[2mdist/[22m[36mindex.js [39m[1m[2m53.50 kB[22m[1m[22m[2m │ gzip: 10.77 kB[22m
|
|
22
|
-
[32m[36m[vite:dts][32m Declaration files built in
|
|
22
|
+
[32m[36m[vite:dts][32m Declaration files built in 22556ms.
|
|
23
23
|
[39m
|
|
24
24
|
[33mNo name was provided for external module "@object-ui/core" in "output.globals" – guessing "core".[39m
|
|
25
25
|
[33mNo name was provided for external module "@object-ui/react" in "output.globals" – guessing "react".[39m
|
|
@@ -27,4 +27,4 @@ computing gzip size...
|
|
|
27
27
|
[33mNo name was provided for external module "@object-ui/components" in "output.globals" – guessing "components".[39m
|
|
28
28
|
[33mNo name was provided for external module "lucide-react" in "output.globals" – guessing "lucideReact".[39m
|
|
29
29
|
[2mdist/[22m[36mindex.umd.cjs [39m[1m[2m36.18 kB[22m[1m[22m[2m │ gzip: 9.06 kB[22m
|
|
30
|
-
[32m✓ built in
|
|
30
|
+
[32m✓ built in 23.98s[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @object-ui/plugin-form
|
|
2
2
|
|
|
3
|
+
## 3.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [adf2cc0]
|
|
8
|
+
- @object-ui/react@3.0.1
|
|
9
|
+
- @object-ui/components@3.0.1
|
|
10
|
+
- @object-ui/fields@3.0.1
|
|
11
|
+
- @object-ui/types@3.0.1
|
|
12
|
+
- @object-ui/core@3.0.1
|
|
13
|
+
|
|
3
14
|
## 3.0.0
|
|
4
15
|
|
|
5
16
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@object-ui/plugin-form",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1",
|
|
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.
|
|
20
|
-
"@object-ui/core": "3.0.
|
|
21
|
-
"@object-ui/fields": "3.0.
|
|
22
|
-
"@object-ui/react": "3.0.
|
|
23
|
-
"@object-ui/types": "3.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"
|
|
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.
|
|
35
|
+
"@object-ui/data-objectstack": "3.0.1"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
38
|
"build": "vite build",
|