@object-ui/plugin-gantt 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 +10 -0
- package/dist/index.js +1 -1
- package/package.json +7 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @object-ui/plugin-gantt@3.1.
|
|
2
|
+
> @object-ui/plugin-gantt@3.1.5 build /home/runner/work/objectui/objectui/packages/plugin-gantt
|
|
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 18359ms.
|
|
11
11
|
[39m
|
|
12
12
|
computing gzip size...
|
|
13
13
|
dist/index.js 220.74 kB │ gzip: 54.39 kB
|
|
@@ -19,4 +19,4 @@ rendering chunks...
|
|
|
19
19
|
computing gzip size...
|
|
20
20
|
dist/index.umd.cjs 181.78 kB │ gzip: 49.74 kB
|
|
21
21
|
|
|
22
|
-
[32m✓ built in 20.
|
|
22
|
+
[32m✓ built in 20.42s[39m
|
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -3145,7 +3145,7 @@ var Yo = {
|
|
|
3145
3145
|
}, Xo;
|
|
3146
3146
|
(function(e) {})(Xo ||= {});
|
|
3147
3147
|
//#endregion
|
|
3148
|
-
//#region ../../node_modules/.pnpm/@objectstack+spec@3.
|
|
3148
|
+
//#region ../../node_modules/.pnpm/@objectstack+spec@3.3.0/node_modules/@objectstack/spec/dist/ui/index.mjs
|
|
3149
3149
|
var Zo = U({
|
|
3150
3150
|
key: I().describe("Translation key (e.g., \"views.task_list.label\")"),
|
|
3151
3151
|
defaultValue: I().optional().describe("Fallback value when translation key is not found"),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@object-ui/plugin-gantt",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Gantt chart plugin for Object UI",
|
|
@@ -24,13 +24,13 @@
|
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@objectstack/spec": "^3.
|
|
27
|
+
"@objectstack/spec": "^3.3.0",
|
|
28
28
|
"lucide-react": "^0.577.0",
|
|
29
|
-
"@object-ui/components": "3.1.
|
|
30
|
-
"@object-ui/core": "3.1.
|
|
31
|
-
"@object-ui/fields": "3.1.
|
|
32
|
-
"@object-ui/react": "3.1.
|
|
33
|
-
"@object-ui/types": "3.1.
|
|
29
|
+
"@object-ui/components": "3.1.5",
|
|
30
|
+
"@object-ui/core": "3.1.5",
|
|
31
|
+
"@object-ui/fields": "3.1.5",
|
|
32
|
+
"@object-ui/react": "3.1.5",
|
|
33
|
+
"@object-ui/types": "3.1.5"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"react": "^18.0.0 || ^19.0.0",
|