tinacms 3.1.0 → 3.1.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 +4 -4
package/dist/index.js
CHANGED
|
@@ -46634,7 +46634,7 @@ const NavProvider = ({
|
|
|
46634
46634
|
};
|
|
46635
46635
|
return /* @__PURE__ */ React__default.createElement(NavContext.Provider, { value }, children);
|
|
46636
46636
|
};
|
|
46637
|
-
const version$1 = "3.1.
|
|
46637
|
+
const version$1 = "3.1.1";
|
|
46638
46638
|
const VersionInfo = () => {
|
|
46639
46639
|
var _a2, _b, _c, _d, _e, _f;
|
|
46640
46640
|
const cms = useCMS();
|
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.1.
|
|
5
|
+
"version": "3.1.1",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "./dist/index.js",
|
|
8
8
|
"exports": {
|
|
@@ -111,8 +111,8 @@
|
|
|
111
111
|
"yup": "^1.6.1",
|
|
112
112
|
"zod": "^3.24.2",
|
|
113
113
|
"@tinacms/mdx": "2.0.1",
|
|
114
|
-
"@tinacms/
|
|
115
|
-
"@tinacms/
|
|
114
|
+
"@tinacms/schema-tools": "2.1.0",
|
|
115
|
+
"@tinacms/search": "1.1.7"
|
|
116
116
|
},
|
|
117
117
|
"devDependencies": {
|
|
118
118
|
"@graphql-tools/utils": "^10.8.1",
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
"identity-obj-proxy": "^3.0.0",
|
|
132
132
|
"jest-file-snapshot": "^0.7.0",
|
|
133
133
|
"lowlight": "^3.3.0",
|
|
134
|
-
"next": "14.2.
|
|
134
|
+
"next": "14.2.35",
|
|
135
135
|
"react": "^18.3.1",
|
|
136
136
|
"react-dom": "^18.3.1",
|
|
137
137
|
"react-is": "^18.3.1",
|