@tinacms/graphql 0.55.1 → 0.55.2
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/CHANGELOG.md +6 -0
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -22442,8 +22442,8 @@ var Database = class {
|
|
|
22442
22442
|
if (keepTemplateKey) {
|
|
22443
22443
|
extra["_template"] = _template;
|
|
22444
22444
|
}
|
|
22445
|
-
return import_gray_matter.default.stringify(`
|
|
22446
|
-
${$_body}
|
|
22445
|
+
return import_gray_matter.default.stringify(typeof $_body === "undefined" ? "" : `
|
|
22446
|
+
${$_body}`, __spreadValues(__spreadValues({}, rest), extra));
|
|
22447
22447
|
case ".json":
|
|
22448
22448
|
return JSON.stringify(content3, null, 2);
|
|
22449
22449
|
default:
|