tinacms 2.6.3 → 2.6.4
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/dist/index.mjs +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -10195,7 +10195,7 @@ flowchart TD
|
|
|
10195
10195
|
"Event Log"
|
|
10196
10196
|
));
|
|
10197
10197
|
};
|
|
10198
|
-
const version = "2.6.
|
|
10198
|
+
const version = "2.6.4";
|
|
10199
10199
|
const Nav = ({
|
|
10200
10200
|
isLocalMode,
|
|
10201
10201
|
className = "",
|
package/dist/index.mjs
CHANGED
|
@@ -10222,7 +10222,7 @@ const SyncStatus = ({ cms, setEventsOpen }) => {
|
|
|
10222
10222
|
"Event Log"
|
|
10223
10223
|
));
|
|
10224
10224
|
};
|
|
10225
|
-
const version = "2.6.
|
|
10225
|
+
const version = "2.6.4";
|
|
10226
10226
|
const Nav = ({
|
|
10227
10227
|
isLocalMode,
|
|
10228
10228
|
className = "",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tinacms",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.4",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "./dist/index.mjs",
|
|
6
6
|
"exports": {
|
|
@@ -129,9 +129,9 @@
|
|
|
129
129
|
"webfontloader": "1.6.28",
|
|
130
130
|
"yup": "^1.4.0",
|
|
131
131
|
"zod": "^3.23.8",
|
|
132
|
-
"@tinacms/
|
|
132
|
+
"@tinacms/mdx": "1.5.4",
|
|
133
133
|
"@tinacms/schema-tools": "1.7.0",
|
|
134
|
-
"@tinacms/
|
|
134
|
+
"@tinacms/search": "1.0.39"
|
|
135
135
|
},
|
|
136
136
|
"devDependencies": {
|
|
137
137
|
"@graphql-tools/utils": "^10.5.6",
|