@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/dist/app.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// package.json
|
|
2
2
|
var package_default = {
|
|
3
3
|
name: "@blinkk/root-cms",
|
|
4
|
-
version: "2.5.
|
|
4
|
+
version: "2.5.6",
|
|
5
5
|
author: "s@blinkk.com",
|
|
6
6
|
license: "MIT",
|
|
7
7
|
engines: {
|
|
@@ -12,6 +12,9 @@ var package_default = {
|
|
|
12
12
|
url: "git+https://github.com/blinkk/rootjs.git",
|
|
13
13
|
directory: "packages/root-cms"
|
|
14
14
|
},
|
|
15
|
+
publishConfig: {
|
|
16
|
+
provenance: true
|
|
17
|
+
},
|
|
15
18
|
files: [
|
|
16
19
|
"dist/**/*"
|
|
17
20
|
],
|
|
@@ -89,7 +92,6 @@ var package_default = {
|
|
|
89
92
|
genkit: "1.26.0",
|
|
90
93
|
jsonwebtoken: "9.0.2",
|
|
91
94
|
kleur: "4.1.5",
|
|
92
|
-
"react-easy-crop": "5.5.6",
|
|
93
95
|
sirv: "2.0.3",
|
|
94
96
|
"tiny-glob": "0.2.9"
|
|
95
97
|
},
|
|
@@ -154,10 +156,11 @@ var package_default = {
|
|
|
154
156
|
"micromark-extension-gfm": "3.0.0",
|
|
155
157
|
playwright: "1.56.1",
|
|
156
158
|
preact: "10.27.1",
|
|
159
|
+
"preact-iso": "2.11.1",
|
|
157
160
|
"preact-render-to-string": "6.6.1",
|
|
158
|
-
"preact-router": "4.1.2",
|
|
159
161
|
react: "npm:@preact/compat@18.3.1",
|
|
160
162
|
"react-dom": "npm:@preact/compat@18.3.1",
|
|
163
|
+
"react-easy-crop": "5.5.6",
|
|
161
164
|
"react-json-view-compare": "2.0.2",
|
|
162
165
|
tsup: "8.5.0",
|
|
163
166
|
typescript: "5.9.2",
|
|
@@ -166,7 +169,7 @@ var package_default = {
|
|
|
166
169
|
yjs: "13.6.27"
|
|
167
170
|
},
|
|
168
171
|
peerDependencies: {
|
|
169
|
-
"@blinkk/root": "2.5.
|
|
172
|
+
"@blinkk/root": "2.5.6",
|
|
170
173
|
"firebase-admin": ">=11",
|
|
171
174
|
"firebase-functions": ">=4",
|
|
172
175
|
preact: ">=10",
|