@blinkk/root-cms 2.0.10 → 2.1.2-alpha.0
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/app.js +108 -41
- package/dist/cli.js +20 -9
- package/dist/{client-Vr32ZRmC.d.ts → client-BKO9Ikqy.d.ts} +4 -4
- package/dist/client.d.ts +1 -1
- package/dist/client.js +1 -1
- package/dist/core.d.ts +3 -4
- package/dist/core.js +19 -15
- package/dist/functions.d.ts +2 -2
- package/dist/functions.js +3 -3
- package/dist/plugin.d.ts +1 -1
- package/dist/plugin.js +109 -33
- package/dist/project.d.ts +14 -4
- package/dist/project.js +68 -8
- package/dist/{schema-KpQGOA1Z.d.ts → schema-FB6Ck9sN.d.ts} +39 -9
- package/dist/ui/signin.js +168 -72
- package/dist/ui/ui.css +1 -1
- package/dist/ui/ui.js +491 -288
- package/package.json +24 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blinkk/root-cms",
|
|
3
|
-
"version": "2.0
|
|
3
|
+
"version": "2.1.2-alpha.0",
|
|
4
4
|
"author": "s@blinkk.com",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": {
|
|
@@ -51,9 +51,10 @@
|
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@genkit-ai/ai": "1.
|
|
55
|
-
"@genkit-ai/core": "1.
|
|
56
|
-
"@genkit-ai/vertexai": "1.
|
|
54
|
+
"@genkit-ai/ai": "1.18.0",
|
|
55
|
+
"@genkit-ai/core": "1.18.0",
|
|
56
|
+
"@genkit-ai/vertexai": "1.18.0",
|
|
57
|
+
"@google-cloud/firestore": "7.11.3",
|
|
57
58
|
"@hello-pangea/dnd": "18.0.1",
|
|
58
59
|
"body-parser": "1.20.2",
|
|
59
60
|
"commander": "11.0.0",
|
|
@@ -62,11 +63,12 @@
|
|
|
62
63
|
"diff": "8.0.2",
|
|
63
64
|
"dts-dom": "3.7.0",
|
|
64
65
|
"fnv-plus": "1.3.1",
|
|
65
|
-
"genkit": "1.
|
|
66
|
+
"genkit": "1.18.0",
|
|
66
67
|
"jsonwebtoken": "9.0.2",
|
|
67
68
|
"kleur": "4.1.5",
|
|
68
69
|
"sirv": "2.0.3",
|
|
69
|
-
"tiny-glob": "0.2.9"
|
|
70
|
+
"tiny-glob": "0.2.9",
|
|
71
|
+
"zod": "3.23.8"
|
|
70
72
|
},
|
|
71
73
|
"//": "NOTE(stevenle): due to compat issues with mantine and preact, mantine is pinned to v4.2.12",
|
|
72
74
|
"devDependencies": {
|
|
@@ -80,9 +82,9 @@
|
|
|
80
82
|
"@editorjs/table": "2.4.4",
|
|
81
83
|
"@editorjs/underline": "1.2.1",
|
|
82
84
|
"@emotion/react": "11.10.5",
|
|
83
|
-
"@firebase/app-compat": "0.2
|
|
84
|
-
"@firebase/app-types": "0.9.
|
|
85
|
-
"@firebase/rules-unit-testing": "
|
|
85
|
+
"@firebase/app-compat": "0.5.2",
|
|
86
|
+
"@firebase/app-types": "0.9.3",
|
|
87
|
+
"@firebase/rules-unit-testing": "5.0.0",
|
|
86
88
|
"@lexical/code": "0.33.1",
|
|
87
89
|
"@lexical/html": "0.33.1",
|
|
88
90
|
"@lexical/link": "0.33.1",
|
|
@@ -106,13 +108,13 @@
|
|
|
106
108
|
"@types/gapi.client.sheets-v4": "0.0.4",
|
|
107
109
|
"@types/google.accounts": "0.0.14",
|
|
108
110
|
"@types/jsonwebtoken": "9.0.1",
|
|
109
|
-
"@types/node": "
|
|
111
|
+
"@types/node": "24.3.1",
|
|
110
112
|
"concurrently": "7.6.0",
|
|
111
113
|
"esbuild": "0.19.9",
|
|
112
|
-
"firebase": "
|
|
113
|
-
"firebase-admin": "
|
|
114
|
-
"firebase-functions": "4.
|
|
115
|
-
"firebase-tools": "
|
|
114
|
+
"firebase": "12.2.1",
|
|
115
|
+
"firebase-admin": "13.5.0",
|
|
116
|
+
"firebase-functions": "6.4.0",
|
|
117
|
+
"firebase-tools": "14.15.2",
|
|
116
118
|
"highlight.js": "11.6.0",
|
|
117
119
|
"json-diff-kit": "1.0.29",
|
|
118
120
|
"lexical": "0.33.1",
|
|
@@ -120,21 +122,21 @@
|
|
|
120
122
|
"mdast-util-from-markdown": "2.0.1",
|
|
121
123
|
"mdast-util-gfm": "3.0.0",
|
|
122
124
|
"micromark-extension-gfm": "3.0.0",
|
|
123
|
-
"preact": "10.
|
|
124
|
-
"preact-render-to-string": "6.
|
|
125
|
+
"preact": "10.27.1",
|
|
126
|
+
"preact-render-to-string": "6.6.1",
|
|
125
127
|
"preact-router": "4.1.2",
|
|
126
128
|
"react": "npm:@preact/compat@^17.1.2",
|
|
127
129
|
"react-dom": "npm:@preact/compat@^17.1.2",
|
|
128
130
|
"react-json-view-compare": "2.0.2",
|
|
129
|
-
"tsup": "8.0
|
|
130
|
-
"typescript": "5.
|
|
131
|
-
"vite": "
|
|
132
|
-
"vitest": "
|
|
131
|
+
"tsup": "8.5.0",
|
|
132
|
+
"typescript": "5.9.2",
|
|
133
|
+
"vite": "7.1.4",
|
|
134
|
+
"vitest": "3.2.4",
|
|
133
135
|
"yjs": "13.6.27",
|
|
134
|
-
"@blinkk/root": "2.0
|
|
136
|
+
"@blinkk/root": "2.1.2-alpha.0"
|
|
135
137
|
},
|
|
136
138
|
"peerDependencies": {
|
|
137
|
-
"@blinkk/root": "2.0
|
|
139
|
+
"@blinkk/root": "2.1.2-alpha.0",
|
|
138
140
|
"firebase-admin": ">=11",
|
|
139
141
|
"firebase-functions": ">=4",
|
|
140
142
|
"preact": ">=10",
|