@tinacms/graphql 1.4.20 → 1.4.21

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 CHANGED
@@ -2526,7 +2526,7 @@ var validateField = async (field) => {
2526
2526
  // package.json
2527
2527
  var package_default = {
2528
2528
  name: "@tinacms/graphql",
2529
- version: "1.4.20",
2529
+ version: "1.4.21",
2530
2530
  main: "dist/index.js",
2531
2531
  module: "dist/index.es.js",
2532
2532
  typings: "dist/index.d.ts",
@@ -5855,6 +5855,9 @@ var _indexContent = async (database, level, documentPaths, enqueueOps, collectio
5855
5855
  collection,
5856
5856
  templateInfo
5857
5857
  );
5858
+ if (!aliasedData) {
5859
+ return;
5860
+ }
5858
5861
  const normalizedPath = normalizePath(filepath);
5859
5862
  const folderKey = folderTreeBuilder.update(
5860
5863
  normalizedPath,
package/dist/index.js CHANGED
@@ -2585,7 +2585,7 @@ var validateField = async (field) => {
2585
2585
  // package.json
2586
2586
  var package_default = {
2587
2587
  name: "@tinacms/graphql",
2588
- version: "1.4.20",
2588
+ version: "1.4.21",
2589
2589
  main: "dist/index.js",
2590
2590
  module: "dist/index.es.js",
2591
2591
  typings: "dist/index.d.ts",
@@ -5925,6 +5925,9 @@ var _indexContent = async (database, level, documentPaths, enqueueOps, collectio
5925
5925
  collection,
5926
5926
  templateInfo
5927
5927
  );
5928
+ if (!aliasedData) {
5929
+ return;
5930
+ }
5928
5931
  const normalizedPath = (0, import_schema_tools3.normalizePath)(filepath);
5929
5932
  const folderKey = folderTreeBuilder.update(
5930
5933
  normalizedPath,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/graphql",
3
- "version": "1.4.20",
3
+ "version": "1.4.21",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.es.js",
6
6
  "typings": "dist/index.d.ts",