@blinkk/root-cms 2.5.13 → 3.0.1-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 +4 -4
- package/dist/{chunk-PKD2TDSV.js → chunk-H6ZKML2S.js} +14 -2
- package/dist/{chunk-EKLY6WLD.js → chunk-N4Z3O53K.js} +8 -13
- package/dist/{client-B_x5Fbkq.d.ts → client-cP6yMgT8.d.ts} +32 -3
- package/dist/client.d.ts +1 -1
- package/dist/core.d.ts +2 -2
- package/dist/functions.js +1 -1
- package/dist/plugin.d.ts +1 -1
- package/dist/plugin.js +2 -2
- package/dist/ui/ui.css +1 -1
- package/dist/ui/ui.js +140 -140
- package/package.json +9 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blinkk/root-cms",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.1-alpha.0",
|
|
4
4
|
"author": "s@blinkk.com",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": {
|
|
@@ -11,9 +11,6 @@
|
|
|
11
11
|
"url": "git+https://github.com/blinkk/rootjs.git",
|
|
12
12
|
"directory": "packages/root-cms"
|
|
13
13
|
},
|
|
14
|
-
"publishConfig": {
|
|
15
|
-
"provenance": true
|
|
16
|
-
},
|
|
17
14
|
"files": [
|
|
18
15
|
"dist/**/*"
|
|
19
16
|
],
|
|
@@ -122,8 +119,8 @@
|
|
|
122
119
|
"@types/google.accounts": "0.0.14",
|
|
123
120
|
"@types/jsonwebtoken": "9.0.1",
|
|
124
121
|
"@types/node": "24.3.1",
|
|
125
|
-
"@vitest/browser": "4.
|
|
126
|
-
"@vitest/browser-playwright": "4.
|
|
122
|
+
"@vitest/browser": "4.1.2",
|
|
123
|
+
"@vitest/browser-playwright": "4.1.2",
|
|
127
124
|
"concurrently": "7.6.0",
|
|
128
125
|
"esbuild": "0.25.9",
|
|
129
126
|
"firebase": "12.2.1",
|
|
@@ -141,24 +138,22 @@
|
|
|
141
138
|
"playwright": "1.56.1",
|
|
142
139
|
"preact": "10.27.1",
|
|
143
140
|
"preact-iso": "2.11.1",
|
|
144
|
-
"preact-render-to-string": "6.6.
|
|
141
|
+
"preact-render-to-string": "6.6.7",
|
|
145
142
|
"react": "npm:@preact/compat@18.3.1",
|
|
146
143
|
"react-dom": "npm:@preact/compat@18.3.1",
|
|
147
144
|
"react-easy-crop": "5.5.6",
|
|
148
145
|
"react-json-view-compare": "2.0.2",
|
|
149
146
|
"tsup": "8.5.0",
|
|
150
147
|
"typescript": "5.9.2",
|
|
151
|
-
"vite": "
|
|
152
|
-
"vitest": "4.
|
|
148
|
+
"vite": "8.0.3",
|
|
149
|
+
"vitest": "4.1.2",
|
|
153
150
|
"yjs": "13.6.27",
|
|
154
|
-
"@blinkk/root": "
|
|
151
|
+
"@blinkk/root": "3.0.1-alpha.0"
|
|
155
152
|
},
|
|
156
153
|
"peerDependencies": {
|
|
157
|
-
"@blinkk/root": "
|
|
154
|
+
"@blinkk/root": "3.0.1-alpha.0",
|
|
158
155
|
"firebase-admin": ">=11",
|
|
159
|
-
"firebase-functions": ">=4"
|
|
160
|
-
"preact": ">=10",
|
|
161
|
-
"preact-render-to-string": ">=5"
|
|
156
|
+
"firebase-functions": ">=4"
|
|
162
157
|
},
|
|
163
158
|
"peerDependenciesMeta": {
|
|
164
159
|
"firebase-functions": {
|