tinacms 0.68.12 → 0.68.13
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.es.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -2155,7 +2155,7 @@ mutation addPendingDocumentMutation(
|
|
|
2155
2155
|
const enrichedSchema = new TinaSchema({
|
|
2156
2156
|
version: { fullVersion: "", major: "", minor: "", patch: "" },
|
|
2157
2157
|
meta: { flags: [] },
|
|
2158
|
-
...addNamespaceToSchema(options.schema, [])
|
|
2158
|
+
...addNamespaceToSchema({ ...options.schema }, [])
|
|
2159
2159
|
});
|
|
2160
2160
|
this.schema = enrichedSchema;
|
|
2161
2161
|
}
|
package/dist/index.js
CHANGED
|
@@ -2173,7 +2173,7 @@ mutation addPendingDocumentMutation(
|
|
|
2173
2173
|
const enrichedSchema = new schemaTools.TinaSchema({
|
|
2174
2174
|
version: { fullVersion: "", major: "", minor: "", patch: "" },
|
|
2175
2175
|
meta: { flags: [] },
|
|
2176
|
-
...schemaTools.addNamespaceToSchema(options.schema, [])
|
|
2176
|
+
...schemaTools.addNamespaceToSchema({ ...options.schema }, [])
|
|
2177
2177
|
});
|
|
2178
2178
|
this.schema = enrichedSchema;
|
|
2179
2179
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tinacms",
|
|
3
|
-
"version": "0.68.
|
|
3
|
+
"version": "0.68.13",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "./dist/index.es.js",
|
|
6
6
|
"exports": {
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@headlessui/react": "^1.5.0",
|
|
44
44
|
"@heroicons/react": "^1.0.4",
|
|
45
45
|
"@react-hook/window-size": "^3.0.7",
|
|
46
|
-
"@tinacms/schema-tools": "0.0.
|
|
46
|
+
"@tinacms/schema-tools": "0.0.8",
|
|
47
47
|
"@tinacms/sharedctx": "0.1.2",
|
|
48
48
|
"@tinacms/toolkit": "0.56.35",
|
|
49
49
|
"crypto-js": "^4.0.0",
|