@object-ui/cli 4.6.0 → 4.8.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.
- package/CHANGELOG.md +16 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @object-ui/cli
|
|
2
2
|
|
|
3
|
+
## 4.8.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @object-ui/types@4.8.0
|
|
8
|
+
- @object-ui/react@4.8.0
|
|
9
|
+
- @object-ui/components@4.8.0
|
|
10
|
+
|
|
11
|
+
## 4.7.0
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- @object-ui/types@4.7.0
|
|
16
|
+
- @object-ui/react@4.7.0
|
|
17
|
+
- @object-ui/components@4.7.0
|
|
18
|
+
|
|
3
19
|
## 4.6.0
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@object-ui/cli",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.8.0",
|
|
4
4
|
"description": "Standalone CLI for Object UI — scaffold, develop, build and validate JSON/YAML schema-driven applications.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"homepage": "https://www.objectui.org/docs/utilities/cli",
|
|
@@ -56,9 +56,9 @@
|
|
|
56
56
|
"glob": "^13.0.6",
|
|
57
57
|
"js-yaml": "^4.1.1",
|
|
58
58
|
"vite": "^8.0.13",
|
|
59
|
-
"@object-ui/components": "4.
|
|
60
|
-
"@object-ui/react": "4.
|
|
61
|
-
"@object-ui/types": "4.
|
|
59
|
+
"@object-ui/components": "4.8.0",
|
|
60
|
+
"@object-ui/react": "4.8.0",
|
|
61
|
+
"@object-ui/types": "4.8.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@types/express": "^4.17.25",
|