@uniformdev/uniform-nuxt 20.74.4 → 20.74.5-alpha.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/dist/module.json
CHANGED
package/dist/runtime/plugin.d.ts
CHANGED
|
@@ -130,6 +130,7 @@ declare const _default: import("#app").Plugin<{
|
|
|
130
130
|
projectId: string;
|
|
131
131
|
created: string;
|
|
132
132
|
modified: string;
|
|
133
|
+
deletedAt?: string;
|
|
133
134
|
creator?: string;
|
|
134
135
|
author?: string;
|
|
135
136
|
categoryId?: string;
|
|
@@ -921,6 +922,7 @@ declare const _default: import("#app").Plugin<{
|
|
|
921
922
|
projectId: string;
|
|
922
923
|
created: string;
|
|
923
924
|
modified: string;
|
|
925
|
+
deletedAt?: string;
|
|
924
926
|
creator?: string;
|
|
925
927
|
author?: string;
|
|
926
928
|
categoryId?: string;
|
|
@@ -1723,6 +1725,7 @@ declare const _default: import("#app").Plugin<{
|
|
|
1723
1725
|
projectId: string;
|
|
1724
1726
|
created: string;
|
|
1725
1727
|
modified: string;
|
|
1728
|
+
deletedAt?: string;
|
|
1726
1729
|
creator?: string;
|
|
1727
1730
|
author?: string;
|
|
1728
1731
|
categoryId?: string;
|
|
@@ -2514,6 +2517,7 @@ declare const _default: import("#app").Plugin<{
|
|
|
2514
2517
|
projectId: string;
|
|
2515
2518
|
created: string;
|
|
2516
2519
|
modified: string;
|
|
2520
|
+
deletedAt?: string;
|
|
2517
2521
|
creator?: string;
|
|
2518
2522
|
author?: string;
|
|
2519
2523
|
categoryId?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/uniform-nuxt",
|
|
3
|
-
"version": "20.74.
|
|
3
|
+
"version": "20.74.5-alpha.5+f0dbc3befe",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@nuxt/kit": "4.4.8",
|
|
32
|
-
"@uniformdev/canvas": "20.74.
|
|
33
|
-
"@uniformdev/canvas-vue": "20.74.
|
|
34
|
-
"@uniformdev/context": "20.74.
|
|
35
|
-
"@uniformdev/context-vue": "20.74.
|
|
36
|
-
"@uniformdev/richtext": "20.74.
|
|
32
|
+
"@uniformdev/canvas": "20.74.5-alpha.5+f0dbc3befe",
|
|
33
|
+
"@uniformdev/canvas-vue": "20.74.5-alpha.5+f0dbc3befe",
|
|
34
|
+
"@uniformdev/context": "20.74.5-alpha.5+f0dbc3befe",
|
|
35
|
+
"@uniformdev/context-vue": "20.74.5-alpha.5+f0dbc3befe",
|
|
36
|
+
"@uniformdev/richtext": "20.74.5-alpha.5+f0dbc3befe"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@nuxt/module-builder": "1.0.2",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"publishConfig": {
|
|
48
48
|
"access": "public"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "f0dbc3befe92a152b47994f7b20448ca027ae39a"
|
|
51
51
|
}
|