@object-ui/plugin-view 3.0.0 → 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.
- package/.turbo/turbo-build.log +3 -3
- package/CHANGELOG.md +23 -0
- package/package.json +7 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @object-ui/plugin-view@3.0.
|
|
2
|
+
> @object-ui/plugin-view@3.0.2 build /home/runner/work/objectui/objectui/packages/plugin-view
|
|
3
3
|
> vite build
|
|
4
4
|
|
|
5
5
|
[36mvite v7.3.1 [32mbuilding client environment for production...[36m[39m
|
|
@@ -10,7 +10,7 @@ rendering chunks...
|
|
|
10
10
|
[36m[vite:dts][32m Start generate declaration files...[39m
|
|
11
11
|
computing gzip size...
|
|
12
12
|
[2mdist/[22m[36mindex.js [39m[1m[2m47.74 kB[22m[1m[22m[2m │ gzip: 12.27 kB[22m
|
|
13
|
-
[32m[36m[vite:dts][32m Declaration files built in
|
|
13
|
+
[32m[36m[vite:dts][32m Declaration files built in 4775ms.
|
|
14
14
|
[39m
|
|
15
15
|
[33mNo name was provided for external module "@object-ui/core" in "output.globals" – guessing "core".[39m
|
|
16
16
|
[33mNo name was provided for external module "@object-ui/plugin-grid" in "output.globals" – guessing "pluginGrid".[39m
|
|
@@ -19,4 +19,4 @@ computing gzip size...
|
|
|
19
19
|
[33mNo name was provided for external module "lucide-react" in "output.globals" – guessing "lucideReact".[39m
|
|
20
20
|
[33mNo name was provided for external module "@object-ui/react" in "output.globals" – guessing "react".[39m
|
|
21
21
|
[2mdist/[22m[36mindex.umd.cjs [39m[1m[2m33.55 kB[22m[1m[22m[2m │ gzip: 10.79 kB[22m
|
|
22
|
-
[32m✓ built in
|
|
22
|
+
[32m✓ built in 5.24s[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @object-ui/plugin-view
|
|
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/plugin-form@3.0.2
|
|
12
|
+
- @object-ui/plugin-grid@3.0.2
|
|
13
|
+
|
|
14
|
+
## 3.0.1
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies [adf2cc0]
|
|
19
|
+
- @object-ui/react@3.0.1
|
|
20
|
+
- @object-ui/components@3.0.1
|
|
21
|
+
- @object-ui/plugin-form@3.0.1
|
|
22
|
+
- @object-ui/plugin-grid@3.0.1
|
|
23
|
+
- @object-ui/types@3.0.1
|
|
24
|
+
- @object-ui/core@3.0.1
|
|
25
|
+
|
|
3
26
|
## 3.0.0
|
|
4
27
|
|
|
5
28
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@object-ui/plugin-view",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Object View plugin for Object UI",
|
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"class-variance-authority": "^0.7.1",
|
|
19
19
|
"lucide-react": "^0.563.0",
|
|
20
|
-
"@object-ui/components": "3.0.
|
|
21
|
-
"@object-ui/core": "3.0.
|
|
22
|
-
"@object-ui/plugin-form": "3.0.
|
|
23
|
-
"@object-ui/plugin-grid": "3.0.
|
|
24
|
-
"@object-ui/react": "3.0.
|
|
25
|
-
"@object-ui/types": "3.0.
|
|
20
|
+
"@object-ui/components": "3.0.2",
|
|
21
|
+
"@object-ui/core": "3.0.2",
|
|
22
|
+
"@object-ui/plugin-form": "3.0.2",
|
|
23
|
+
"@object-ui/plugin-grid": "3.0.2",
|
|
24
|
+
"@object-ui/react": "3.0.2",
|
|
25
|
+
"@object-ui/types": "3.0.2"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"react": "^18.0.0 || ^19.0.0",
|