@tinacms/graphql 1.4.29 → 1.4.30
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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2855,7 +2855,7 @@ var validateField = async (field) => {
|
|
|
2855
2855
|
// package.json
|
|
2856
2856
|
var package_default = {
|
|
2857
2857
|
name: "@tinacms/graphql",
|
|
2858
|
-
version: "1.4.
|
|
2858
|
+
version: "1.4.30",
|
|
2859
2859
|
main: "dist/index.js",
|
|
2860
2860
|
module: "dist/index.mjs",
|
|
2861
2861
|
typings: "dist/index.d.ts",
|
|
@@ -5080,7 +5080,7 @@ var Resolver = class {
|
|
|
5080
5080
|
if (Array.isArray(fieldValue)) {
|
|
5081
5081
|
if (fieldValue.length === 0) {
|
|
5082
5082
|
accum[fieldName] = [];
|
|
5083
|
-
|
|
5083
|
+
break;
|
|
5084
5084
|
}
|
|
5085
5085
|
}
|
|
5086
5086
|
const field = template.fields.find((field2) => field2.name === fieldName);
|
package/dist/index.mjs
CHANGED
|
@@ -2788,7 +2788,7 @@ var validateField = async (field) => {
|
|
|
2788
2788
|
// package.json
|
|
2789
2789
|
var package_default = {
|
|
2790
2790
|
name: "@tinacms/graphql",
|
|
2791
|
-
version: "1.4.
|
|
2791
|
+
version: "1.4.30",
|
|
2792
2792
|
main: "dist/index.js",
|
|
2793
2793
|
module: "dist/index.mjs",
|
|
2794
2794
|
typings: "dist/index.d.ts",
|
|
@@ -5006,7 +5006,7 @@ var Resolver = class {
|
|
|
5006
5006
|
if (Array.isArray(fieldValue)) {
|
|
5007
5007
|
if (fieldValue.length === 0) {
|
|
5008
5008
|
accum[fieldName] = [];
|
|
5009
|
-
|
|
5009
|
+
break;
|
|
5010
5010
|
}
|
|
5011
5011
|
}
|
|
5012
5012
|
const field = template.fields.find((field2) => field2.name === fieldName);
|