tinacms 3.6.0 → 3.6.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/index.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -46974,7 +46974,7 @@ const NavProvider = ({
|
|
|
46974
46974
|
const name = "tinacms";
|
|
46975
46975
|
const type = "module";
|
|
46976
46976
|
const typings = "dist/index.d.ts";
|
|
46977
|
-
const version$1 = "3.6.
|
|
46977
|
+
const version$1 = "3.6.1";
|
|
46978
46978
|
const main = "dist/index.js";
|
|
46979
46979
|
const module = "./dist/index.js";
|
|
46980
46980
|
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.6.
|
|
5
|
+
"version": "3.6.1",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "./dist/index.js",
|
|
8
8
|
"exports": {
|
|
@@ -112,9 +112,9 @@
|
|
|
112
112
|
"webfontloader": "1.6.28",
|
|
113
113
|
"yup": "^1.6.1",
|
|
114
114
|
"zod": "^3.24.2",
|
|
115
|
+
"@tinacms/schema-tools": "2.7.0",
|
|
115
116
|
"@tinacms/mdx": "2.0.7",
|
|
116
|
-
"@tinacms/search": "1.2.
|
|
117
|
-
"@tinacms/schema-tools": "2.7.0"
|
|
117
|
+
"@tinacms/search": "1.2.6"
|
|
118
118
|
},
|
|
119
119
|
"devDependencies": {
|
|
120
120
|
"@graphql-tools/utils": "^10.8.1",
|