@blinkk/root-cms 2.5.10 → 2.5.12-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-7QY6372S.js → chunk-LHKDOVL6.js} +4 -8
- package/dist/{client-CFCGhGA0.d.ts → client-B_x5Fbkq.d.ts} +4 -0
- package/dist/client.d.ts +1 -1
- package/dist/core.d.ts +2 -2
- package/dist/plugin.d.ts +1 -1
- package/dist/plugin.js +3 -2
- package/dist/ui/ui.css +1 -1
- package/dist/ui/ui.js +96 -96
- package/package.json +5 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blinkk/root-cms",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.12-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
|
],
|
|
@@ -141,7 +138,7 @@
|
|
|
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",
|
|
@@ -151,14 +148,13 @@
|
|
|
151
148
|
"vite": "7.1.4",
|
|
152
149
|
"vitest": "4.0.10",
|
|
153
150
|
"yjs": "13.6.27",
|
|
154
|
-
"@blinkk/root": "2.5.
|
|
151
|
+
"@blinkk/root": "2.5.12-alpha.0"
|
|
155
152
|
},
|
|
156
153
|
"peerDependencies": {
|
|
157
|
-
"@blinkk/root": "2.5.
|
|
154
|
+
"@blinkk/root": "2.5.12-alpha.0",
|
|
158
155
|
"firebase-admin": ">=11",
|
|
159
156
|
"firebase-functions": ">=4",
|
|
160
|
-
"preact": ">=10"
|
|
161
|
-
"preact-render-to-string": ">=5"
|
|
157
|
+
"preact": ">=10"
|
|
162
158
|
},
|
|
163
159
|
"peerDependenciesMeta": {
|
|
164
160
|
"firebase-functions": {
|