tinacms 3.8.0 → 3.8.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -12775,7 +12775,7 @@ const NavProvider = ({
12775
12775
  const name = "tinacms";
12776
12776
  const type = "module";
12777
12777
  const typings = "dist/index.d.ts";
12778
- const version$1 = "3.8.0";
12778
+ const version$1 = "3.8.1";
12779
12779
  const main = "dist/index.js";
12780
12780
  const module = "./dist/index.js";
12781
12781
  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.8.0",
5
+ "version": "3.8.1",
6
6
  "main": "dist/index.js",
7
7
  "module": "./dist/index.js",
8
8
  "exports": {
@@ -117,10 +117,10 @@
117
117
  "webfontloader": "1.6.28",
118
118
  "yup": "^1.6.1",
119
119
  "zod": "^3.24.2",
120
- "@tinacms/bridge": "0.2.0",
121
- "@tinacms/schema-tools": "2.7.4",
122
120
  "@tinacms/mdx": "2.1.4",
123
- "@tinacms/search": "1.2.14"
121
+ "@tinacms/schema-tools": "2.7.4",
122
+ "@tinacms/bridge": "0.2.0",
123
+ "@tinacms/search": "1.2.15"
124
124
  },
125
125
  "devDependencies": {
126
126
  "@graphql-tools/utils": "^10.8.1",