@object-ui/plugin-grid 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.
- package/.turbo/turbo-build.log +3 -3
- package/CHANGELOG.md +11 -0
- package/package.json +8 -8
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @object-ui/plugin-grid@3.1.
|
|
2
|
+
> @object-ui/plugin-grid@3.1.5 build /home/runner/work/objectui/objectui/packages/plugin-grid
|
|
3
3
|
> vite build
|
|
4
4
|
|
|
5
5
|
[36mvite v8.0.1 [32mbuilding client environment for production...[36m[39m
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
rendering chunks...
|
|
8
8
|
[32m
|
|
9
9
|
[36m[vite:dts][32m Start generate declaration files...[39m
|
|
10
|
-
[32m[36m[vite:dts][32m Declaration files built in
|
|
10
|
+
[32m[36m[vite:dts][32m Declaration files built in 24822ms.
|
|
11
11
|
[39m
|
|
12
12
|
computing gzip size...
|
|
13
13
|
dist/index.js 104.18 kB │ gzip: 28.58 kB
|
|
@@ -23,10 +23,10 @@ dist/index.umd.cjs 78.31 kB │ gzip: 24.32 kB
|
|
|
23
23
|
[39m
|
|
24
24
|
[33m[33m[MISSING_GLOBAL_NAME] Warning:[0m No name was provided for external module "@object-ui/react" in "output.globals" – guessing "_object_ui_react".
|
|
25
25
|
[39m
|
|
26
|
+
[32m✓ built in 25.84s[39m
|
|
26
27
|
[33m[33m[MISSING_GLOBAL_NAME] Warning:[0m No name was provided for external module "@object-ui/fields" in "output.globals" – guessing "_object_ui_fields".
|
|
27
28
|
[39m
|
|
28
29
|
[33m[33m[MISSING_GLOBAL_NAME] Warning:[0m No name was provided for external module "@object-ui/components" in "output.globals" – guessing "_object_ui_components".
|
|
29
30
|
[39m
|
|
30
31
|
[33m[33m[MISSING_GLOBAL_NAME] Warning:[0m No name was provided for external module "lucide-react" in "output.globals" – guessing "lucide_react".
|
|
31
32
|
[39m
|
|
32
|
-
[32m✓ built in 27.16s[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @object-ui/plugin-grid
|
|
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/fields@3.1.5
|
|
10
|
+
- @object-ui/types@3.1.5
|
|
11
|
+
- @object-ui/core@3.1.5
|
|
12
|
+
- @object-ui/mobile@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-grid",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Grid plugin for Object UI",
|
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@tanstack/react-virtual": "^3.13.23",
|
|
19
19
|
"lucide-react": "^0.577.0",
|
|
20
|
-
"@object-ui/components": "3.1.
|
|
21
|
-
"@object-ui/core": "3.1.
|
|
22
|
-
"@object-ui/fields": "3.1.
|
|
23
|
-
"@object-ui/mobile": "3.1.
|
|
24
|
-
"@object-ui/react": "3.1.
|
|
25
|
-
"@object-ui/types": "3.1.
|
|
20
|
+
"@object-ui/components": "3.1.5",
|
|
21
|
+
"@object-ui/core": "3.1.5",
|
|
22
|
+
"@object-ui/fields": "3.1.5",
|
|
23
|
+
"@object-ui/mobile": "3.1.5",
|
|
24
|
+
"@object-ui/react": "3.1.5",
|
|
25
|
+
"@object-ui/types": "3.1.5"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"react": "^18.0.0 || ^19.0.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"typescript": "^5.9.3",
|
|
35
35
|
"vite": "^8.0.1",
|
|
36
36
|
"vite-plugin-dts": "^4.5.4",
|
|
37
|
-
"@object-ui/data-objectstack": "3.1.
|
|
37
|
+
"@object-ui/data-objectstack": "3.1.5"
|
|
38
38
|
},
|
|
39
39
|
"scripts": {
|
|
40
40
|
"build": "vite build",
|