@tinacms/graphql 1.5.0 → 1.5.1
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +4 -4
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.1",
|
|
2886
2886
|
main: "dist/index.js",
|
|
2887
2887
|
module: "dist/index.mjs",
|
|
2888
2888
|
typings: "dist/index.d.ts",
|
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.1",
|
|
2819
2819
|
main: "dist/index.js",
|
|
2820
2820
|
module: "dist/index.mjs",
|
|
2821
2821
|
typings: "dist/index.d.ts",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tinacms/graphql",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.1",
|
|
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.1",
|
|
48
|
+
"@tinacms/schema-tools": "1.6.1"
|
|
49
49
|
},
|
|
50
50
|
"publishConfig": {
|
|
51
51
|
"registry": "https://registry.npmjs.org"
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"memory-level": "^1.0.0",
|
|
78
78
|
"nodemon": "2.0.19",
|
|
79
79
|
"typescript": "^5.5.4",
|
|
80
|
-
"@tinacms/schema-tools": "1.6.
|
|
80
|
+
"@tinacms/schema-tools": "1.6.1",
|
|
81
81
|
"@tinacms/scripts": "1.2.0"
|
|
82
82
|
},
|
|
83
83
|
"scripts": {
|