@blinkk/root-cms 1.1.3 → 1.2.1
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 +20 -7
- package/dist/cli.js +1 -1
- package/dist/{client-HeqoTA-T.d.ts → client-RzUT90wD.d.ts} +17 -7
- package/dist/client.d.ts +2 -2
- package/dist/client.js +1 -1
- package/dist/core.d.ts +2 -2
- package/dist/core.js +1 -1
- package/dist/functions.js +1 -1
- package/dist/plugin.d.ts +1 -1
- package/dist/plugin.js +87 -3
- package/dist/ui/ui.css +319 -50
- package/dist/ui/ui.js +83008 -62304
- package/package.json +11 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blinkk/root-cms",
|
|
3
|
-
"version": "1.1
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"author": "s@blinkk.com",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": {
|
|
@@ -51,6 +51,9 @@
|
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
+
"@genkit-ai/ai": "0.5.2",
|
|
55
|
+
"@genkit-ai/core": "0.5.2",
|
|
56
|
+
"@genkit-ai/vertexai": "0.5.2",
|
|
54
57
|
"body-parser": "1.20.2",
|
|
55
58
|
"commander": "11.0.0",
|
|
56
59
|
"csv-parse": "5.5.2",
|
|
@@ -82,7 +85,7 @@
|
|
|
82
85
|
"@mantine/notifications": "4.2.12",
|
|
83
86
|
"@mantine/spotlight": "4.2.12",
|
|
84
87
|
"@preact/compat": "17.1.2",
|
|
85
|
-
"@tabler/icons-preact": "2.
|
|
88
|
+
"@tabler/icons-preact": "2.47.0",
|
|
86
89
|
"@types/body-parser": "1.19.3",
|
|
87
90
|
"@types/gapi": "0.0.47",
|
|
88
91
|
"@types/gapi.client.drive-v3": "0.0.4",
|
|
@@ -96,8 +99,12 @@
|
|
|
96
99
|
"firebase-admin": "11.11.1",
|
|
97
100
|
"firebase-functions": "4.8.0",
|
|
98
101
|
"firebase-tools": "12.9.1",
|
|
102
|
+
"highlight.js": "11.6.0",
|
|
99
103
|
"json-diff-kit": "1.0.29",
|
|
100
104
|
"marked": "9.1.1",
|
|
105
|
+
"mdast-util-from-markdown": "2.0.1",
|
|
106
|
+
"mdast-util-gfm": "3.0.0",
|
|
107
|
+
"micromark-extension-gfm": "3.0.0",
|
|
101
108
|
"preact": "10.19.3",
|
|
102
109
|
"preact-render-to-string": "6.3.1",
|
|
103
110
|
"preact-router": "4.1.2",
|
|
@@ -108,10 +115,10 @@
|
|
|
108
115
|
"typescript": "5.2.2",
|
|
109
116
|
"vite": "5.0.8",
|
|
110
117
|
"vitest": "0.34.6",
|
|
111
|
-
"@blinkk/root": "1.1
|
|
118
|
+
"@blinkk/root": "1.2.1"
|
|
112
119
|
},
|
|
113
120
|
"peerDependencies": {
|
|
114
|
-
"@blinkk/root": "1.1
|
|
121
|
+
"@blinkk/root": "1.2.1",
|
|
115
122
|
"firebase-admin": ">=11",
|
|
116
123
|
"firebase-functions": ">=4",
|
|
117
124
|
"preact": ">=10",
|