@blinkk/root-cms 2.0.0 → 2.0.1

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
@@ -7,7 +7,7 @@ import { render as renderToString } from "preact-render-to-string";
7
7
  // package.json
8
8
  var package_default = {
9
9
  name: "@blinkk/root-cms",
10
- version: "2.0.0",
10
+ version: "2.0.1",
11
11
  author: "s@blinkk.com",
12
12
  license: "MIT",
13
13
  engines: {
@@ -142,7 +142,7 @@ var package_default = {
142
142
  vitest: "0.34.6"
143
143
  },
144
144
  peerDependencies: {
145
- "@blinkk/root": "2.0.0",
145
+ "@blinkk/root": "2.0.1",
146
146
  "firebase-admin": ">=11",
147
147
  "firebase-functions": ">=4",
148
148
  preact: ">=10",