@object-ui/plugin-kanban 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 +9 -0
- package/package.json +6 -6
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @object-ui/plugin-kanban@3.1.
|
|
2
|
+
> @object-ui/plugin-kanban@3.1.5 build /home/runner/work/objectui/objectui/packages/plugin-kanban
|
|
3
3
|
> vite build
|
|
4
4
|
|
|
5
5
|
[36mvite v8.0.1 [32mbuilding client environment for production...[36m[39m
|
|
@@ -12,7 +12,7 @@ rendering chunks...
|
|
|
12
12
|
[7m37[0m ...props
|
|
13
13
|
[7m [0m [91m ~~~~~[0m
|
|
14
14
|
|
|
15
|
-
[32m[36m[vite:dts][32m Declaration files built in
|
|
15
|
+
[32m[36m[vite:dts][32m Declaration files built in 29215ms.
|
|
16
16
|
[39m
|
|
17
17
|
computing gzip size...
|
|
18
18
|
dist/chevron-down-DpXJN6OX.js 0.15 kB │ gzip: 0.15 kB
|
|
@@ -29,4 +29,4 @@ rendering chunks...
|
|
|
29
29
|
computing gzip size...
|
|
30
30
|
dist/index.umd.cjs 102.70 kB │ gzip: 32.38 kB
|
|
31
31
|
|
|
32
|
-
[32m✓ built in
|
|
32
|
+
[32m✓ built in 34.84s[39m
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@object-ui/plugin-kanban",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Kanban board plugin for Object UI, powered by dnd-kit",
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"@dnd-kit/utilities": "^3.2.2",
|
|
30
30
|
"@tanstack/react-virtual": "^3.13.23",
|
|
31
31
|
"lucide-react": "^0.577.0",
|
|
32
|
-
"@object-ui/components": "3.1.
|
|
33
|
-
"@object-ui/core": "3.1.
|
|
34
|
-
"@object-ui/react": "3.1.
|
|
35
|
-
"@object-ui/types": "3.1.
|
|
32
|
+
"@object-ui/components": "3.1.5",
|
|
33
|
+
"@object-ui/core": "3.1.5",
|
|
34
|
+
"@object-ui/react": "3.1.5",
|
|
35
|
+
"@object-ui/types": "3.1.5"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"react": "^18.0.0 || ^19.0.0",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"typescript": "^5.9.3",
|
|
46
46
|
"vite": "^8.0.1",
|
|
47
47
|
"vite-plugin-dts": "^4.5.4",
|
|
48
|
-
"@object-ui/data-objectstack": "3.1.
|
|
48
|
+
"@object-ui/data-objectstack": "3.1.5"
|
|
49
49
|
},
|
|
50
50
|
"scripts": {
|
|
51
51
|
"build": "vite build",
|