@blinkk/root-cms 3.0.1-beta.7 → 3.0.1-beta.8

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.
@@ -603,6 +603,14 @@ react-is/cjs/react-is.production.min.js:
603
603
  * See the LICENSE file in the root directory of this source tree.
604
604
  */
605
605
 
606
+ is-plain-object/dist/is-plain-object.js:
607
+ /*!
608
+ * is-plain-object <https://github.com/jonschlinkert/is-plain-object>
609
+ *
610
+ * Copyright (c) 2014-2017, Jon Schlinkert.
611
+ * Released under the MIT License.
612
+ */
613
+
606
614
  use-sync-external-store/cjs/use-sync-external-store-with-selector.production.js:
607
615
  /**
608
616
  * @license React
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blinkk/root-cms",
3
- "version": "3.0.1-beta.7",
3
+ "version": "3.0.1-beta.8",
4
4
  "author": "s@blinkk.com",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -79,6 +79,7 @@
79
79
  "jsonwebtoken": "9.0.2",
80
80
  "kleur": "4.1.5",
81
81
  "minisearch": "7.2.0",
82
+ "sanitize-html": "2.13.1",
82
83
  "sirv": "2.0.3",
83
84
  "tiny-glob": "0.2.9"
84
85
  },
@@ -123,6 +124,7 @@
123
124
  "@types/google.accounts": "0.0.14",
124
125
  "@types/jsonwebtoken": "9.0.1",
125
126
  "@types/node": "24.3.1",
127
+ "@types/sanitize-html": "2.13.0",
126
128
  "@vitest/browser": "4.1.2",
127
129
  "@vitest/browser-playwright": "4.1.2",
128
130
  "concurrently": "7.6.0",
@@ -152,10 +154,10 @@
152
154
  "vite": "8.0.3",
153
155
  "vitest": "4.1.2",
154
156
  "yjs": "13.6.27",
155
- "@blinkk/root": "3.0.1-beta.7"
157
+ "@blinkk/root": "3.0.1-beta.8"
156
158
  },
157
159
  "peerDependencies": {
158
- "@blinkk/root": "3.0.1-beta.7",
160
+ "@blinkk/root": "3.0.1-beta.8",
159
161
  "firebase-admin": ">=11",
160
162
  "firebase-functions": ">=4"
161
163
  },