@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  getServerVersion
3
- } from "./chunk-HFAYSWLP.js";
3
+ } from "./chunk-PCA5TR6B.js";
4
4
  import {
5
5
  getCollectionSchema,
6
6
  getProjectSchemas
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  RootCMSClient,
3
3
  getCmsPlugin
4
- } from "./chunk-UEJ2UTTJ.js";
4
+ } from "./chunk-7LT3ZBCG.js";
5
5
 
6
6
  // core/versions.ts
7
7
  import path from "path";
@@ -1,7 +1,7 @@
1
1
  // package.json
2
2
  var package_default = {
3
3
  name: "@blinkk/root-cms",
4
- version: "2.5.4",
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.4",
172
+ "@blinkk/root": "2.5.6",
170
173
  "firebase-admin": ">=11",
171
174
  "firebase-functions": ">=4",
172
175
  preact: ">=10",