@tinacms/graphql 1.5.1 → 1.5.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/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -2882,7 +2882,7 @@ var validateField = async (field) => {
|
|
|
2882
2882
|
// package.json
|
|
2883
2883
|
var package_default = {
|
|
2884
2884
|
name: "@tinacms/graphql",
|
|
2885
|
-
version: "1.5.
|
|
2885
|
+
version: "1.5.2",
|
|
2886
2886
|
main: "dist/index.js",
|
|
2887
2887
|
module: "dist/index.mjs",
|
|
2888
2888
|
typings: "dist/index.d.ts",
|
|
@@ -2967,7 +2967,7 @@ var package_default = {
|
|
|
2967
2967
|
"jest-file-snapshot": "^0.5.0",
|
|
2968
2968
|
"jest-matcher-utils": "^29.7.0",
|
|
2969
2969
|
"memory-level": "^1.0.0",
|
|
2970
|
-
nodemon: "
|
|
2970
|
+
nodemon: "3.1.4",
|
|
2971
2971
|
typescript: "^5.5.4"
|
|
2972
2972
|
}
|
|
2973
2973
|
};
|
package/dist/index.mjs
CHANGED
|
@@ -2815,7 +2815,7 @@ var validateField = async (field) => {
|
|
|
2815
2815
|
// package.json
|
|
2816
2816
|
var package_default = {
|
|
2817
2817
|
name: "@tinacms/graphql",
|
|
2818
|
-
version: "1.5.
|
|
2818
|
+
version: "1.5.2",
|
|
2819
2819
|
main: "dist/index.js",
|
|
2820
2820
|
module: "dist/index.mjs",
|
|
2821
2821
|
typings: "dist/index.d.ts",
|
|
@@ -2900,7 +2900,7 @@ var package_default = {
|
|
|
2900
2900
|
"jest-file-snapshot": "^0.5.0",
|
|
2901
2901
|
"jest-matcher-utils": "^29.7.0",
|
|
2902
2902
|
"memory-level": "^1.0.0",
|
|
2903
|
-
nodemon: "
|
|
2903
|
+
nodemon: "3.1.4",
|
|
2904
2904
|
typescript: "^5.5.4"
|
|
2905
2905
|
}
|
|
2906
2906
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tinacms/graphql",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.2",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/index.mjs",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"readable-stream": "^4.5.2",
|
|
45
45
|
"scmp": "^2.1.0",
|
|
46
46
|
"yup": "^0.32.11",
|
|
47
|
-
"@tinacms/mdx": "1.4.
|
|
48
|
-
"@tinacms/schema-tools": "1.6.
|
|
47
|
+
"@tinacms/mdx": "1.4.2",
|
|
48
|
+
"@tinacms/schema-tools": "1.6.2"
|
|
49
49
|
},
|
|
50
50
|
"publishConfig": {
|
|
51
51
|
"registry": "https://registry.npmjs.org"
|
|
@@ -75,10 +75,10 @@
|
|
|
75
75
|
"jest-file-snapshot": "^0.5.0",
|
|
76
76
|
"jest-matcher-utils": "^29.7.0",
|
|
77
77
|
"memory-level": "^1.0.0",
|
|
78
|
-
"nodemon": "
|
|
78
|
+
"nodemon": "3.1.4",
|
|
79
79
|
"typescript": "^5.5.4",
|
|
80
|
-
"@tinacms/schema-tools": "1.6.
|
|
81
|
-
"@tinacms/scripts": "1.2.
|
|
80
|
+
"@tinacms/schema-tools": "1.6.2",
|
|
81
|
+
"@tinacms/scripts": "1.2.1"
|
|
82
82
|
},
|
|
83
83
|
"scripts": {
|
|
84
84
|
"types": "pnpm tsc",
|