tinacms 3.9.1 → 3.9.2

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -13186,7 +13186,7 @@ const NavProvider = ({
13186
13186
  const name = "tinacms";
13187
13187
  const type = "module";
13188
13188
  const typings = "dist/index.d.ts";
13189
- const version$1 = "3.9.1";
13189
+ const version$1 = "3.9.2";
13190
13190
  const main = "dist/index.js";
13191
13191
  const module = "./dist/index.js";
13192
13192
  const exports = {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "tinacms",
3
3
  "type": "module",
4
4
  "typings": "dist/index.d.ts",
5
- "version": "3.9.1",
5
+ "version": "3.9.2",
6
6
  "main": "dist/index.js",
7
7
  "module": "./dist/index.js",
8
8
  "exports": {
@@ -120,7 +120,7 @@
120
120
  "@tinacms/bridge": "0.3.0",
121
121
  "@tinacms/mdx": "2.1.6",
122
122
  "@tinacms/schema-tools": "2.8.1",
123
- "@tinacms/search": "1.2.17"
123
+ "@tinacms/search": "1.2.18"
124
124
  },
125
125
  "devDependencies": {
126
126
  "@graphql-tools/utils": "^10.8.1",