@blinkk/root-cms 2.4.4 → 2.4.6
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 +8 -2
- package/dist/cli.js +630 -40
- package/dist/{client-DYO2WWlf.d.ts → client-DrJWXKxt.d.ts} +3 -1
- package/dist/client.d.ts +1 -1
- package/dist/core.d.ts +3 -3
- package/dist/core.js +18 -1
- package/dist/plugin.d.ts +1 -1
- package/dist/plugin.js +10 -4
- package/dist/project.d.ts +1 -1
- package/dist/{schema-BxPmMeRc.d.ts → schema-Bux4PrV2.d.ts} +5 -0
- package/dist/ui/ui.css +1 -1
- package/dist/ui/ui.js +152 -152
- package/package.json +9 -3
package/dist/app.js
CHANGED
|
@@ -83,7 +83,7 @@ function convertOneOfTypes(collection) {
|
|
|
83
83
|
// package.json
|
|
84
84
|
var package_default = {
|
|
85
85
|
name: "@blinkk/root-cms",
|
|
86
|
-
version: "2.4.
|
|
86
|
+
version: "2.4.6",
|
|
87
87
|
author: "s@blinkk.com",
|
|
88
88
|
license: "MIT",
|
|
89
89
|
engines: {
|
|
@@ -157,10 +157,14 @@ var package_default = {
|
|
|
157
157
|
"@genkit-ai/vertexai": "1.18.0",
|
|
158
158
|
"@google-cloud/firestore": "7.11.3",
|
|
159
159
|
"@hello-pangea/dnd": "18.0.1",
|
|
160
|
+
"@types/cli-progress": "3.11.6",
|
|
160
161
|
"body-parser": "1.20.2",
|
|
162
|
+
"cli-progress": "3.12.0",
|
|
161
163
|
commander: "11.0.0",
|
|
162
164
|
"csv-parse": "5.5.2",
|
|
163
165
|
"csv-stringify": "6.4.4",
|
|
166
|
+
"date-fns": "4.1.0",
|
|
167
|
+
"date-fns-tz": "3.2.0",
|
|
164
168
|
diff: "8.0.2",
|
|
165
169
|
"dts-dom": "3.7.0",
|
|
166
170
|
"fnv-plus": "1.3.1",
|
|
@@ -205,6 +209,7 @@ var package_default = {
|
|
|
205
209
|
"@preact/compat": "18.3.1",
|
|
206
210
|
"@tabler/icons-preact": "3.35.0",
|
|
207
211
|
"@testing-library/preact": "3.2.4",
|
|
212
|
+
"@testing-library/user-event": "14.6.1",
|
|
208
213
|
"@types/body-parser": "1.19.3",
|
|
209
214
|
"@types/fnv-plus": "1.3.2",
|
|
210
215
|
"@types/gapi": "0.0.47",
|
|
@@ -222,6 +227,7 @@ var package_default = {
|
|
|
222
227
|
"firebase-functions": "6.4.0",
|
|
223
228
|
"firebase-tools": "14.15.2",
|
|
224
229
|
"highlight.js": "11.6.0",
|
|
230
|
+
jsdom: "27.2.0",
|
|
225
231
|
"json-diff-kit": "1.0.29",
|
|
226
232
|
lexical: "0.33.1",
|
|
227
233
|
marked: "9.1.1",
|
|
@@ -242,7 +248,7 @@ var package_default = {
|
|
|
242
248
|
yjs: "13.6.27"
|
|
243
249
|
},
|
|
244
250
|
peerDependencies: {
|
|
245
|
-
"@blinkk/root": "2.4.
|
|
251
|
+
"@blinkk/root": "2.4.6",
|
|
246
252
|
"firebase-admin": ">=11",
|
|
247
253
|
"firebase-functions": ">=4",
|
|
248
254
|
preact: ">=10",
|