@blinkk/root-cms 2.5.4 → 2.5.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 +1 -1
- package/dist/{chunk-4XSWQVCI.js → chunk-A5DEI2QQ.js} +1 -1
- package/dist/{chunk-HFAYSWLP.js → chunk-PCA5TR6B.js} +7 -4
- package/dist/cli.js +304 -78
- package/dist/{client-C5l3dj98.d.ts → client-TgoRyFWJ.d.ts} +1 -1
- package/dist/client.d.ts +2 -2
- package/dist/client.js +1 -1
- package/dist/core.d.ts +3 -3
- package/dist/core.js +1 -1
- package/dist/functions.js +2 -2
- package/dist/plugin.d.ts +2 -2
- package/dist/plugin.js +3 -3
- package/dist/project.d.ts +1 -1
- package/dist/{schema-BKfPP_s9.d.ts → schema-Bht24XmU.d.ts} +4 -0
- package/dist/ui/ui.css +1 -1
- package/dist/ui/ui.js +241 -241
- package/dist/ui/ui.js.LEGAL.txt +331 -1147
- package/package.json +8 -5
- /package/dist/{chunk-UEJ2UTTJ.js → chunk-7LT3ZBCG.js} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blinkk/root-cms",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.6",
|
|
4
4
|
"author": "s@blinkk.com",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": {
|
|
@@ -11,6 +11,9 @@
|
|
|
11
11
|
"url": "git+https://github.com/blinkk/rootjs.git",
|
|
12
12
|
"directory": "packages/root-cms"
|
|
13
13
|
},
|
|
14
|
+
"publishConfig": {
|
|
15
|
+
"provenance": true
|
|
16
|
+
},
|
|
14
17
|
"files": [
|
|
15
18
|
"dist/**/*"
|
|
16
19
|
],
|
|
@@ -74,7 +77,6 @@
|
|
|
74
77
|
"genkit": "1.26.0",
|
|
75
78
|
"jsonwebtoken": "9.0.2",
|
|
76
79
|
"kleur": "4.1.5",
|
|
77
|
-
"react-easy-crop": "5.5.6",
|
|
78
80
|
"sirv": "2.0.3",
|
|
79
81
|
"tiny-glob": "0.2.9"
|
|
80
82
|
},
|
|
@@ -138,20 +140,21 @@
|
|
|
138
140
|
"micromark-extension-gfm": "3.0.0",
|
|
139
141
|
"playwright": "1.56.1",
|
|
140
142
|
"preact": "10.27.1",
|
|
143
|
+
"preact-iso": "2.11.1",
|
|
141
144
|
"preact-render-to-string": "6.6.1",
|
|
142
|
-
"preact-router": "4.1.2",
|
|
143
145
|
"react": "npm:@preact/compat@18.3.1",
|
|
144
146
|
"react-dom": "npm:@preact/compat@18.3.1",
|
|
147
|
+
"react-easy-crop": "5.5.6",
|
|
145
148
|
"react-json-view-compare": "2.0.2",
|
|
146
149
|
"tsup": "8.5.0",
|
|
147
150
|
"typescript": "5.9.2",
|
|
148
151
|
"vite": "7.1.4",
|
|
149
152
|
"vitest": "4.0.10",
|
|
150
153
|
"yjs": "13.6.27",
|
|
151
|
-
"@blinkk/root": "2.5.
|
|
154
|
+
"@blinkk/root": "2.5.6"
|
|
152
155
|
},
|
|
153
156
|
"peerDependencies": {
|
|
154
|
-
"@blinkk/root": "2.5.
|
|
157
|
+
"@blinkk/root": "2.5.6",
|
|
155
158
|
"firebase-admin": ">=11",
|
|
156
159
|
"firebase-functions": ">=4",
|
|
157
160
|
"preact": ">=10",
|
|
File without changes
|