@tinacms/graphql 1.4.16 → 1.4.17
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +4 -4
package/dist/index.es.js
CHANGED
|
@@ -2525,7 +2525,7 @@ var validateField = async (field) => {
|
|
|
2525
2525
|
// package.json
|
|
2526
2526
|
var package_default = {
|
|
2527
2527
|
name: "@tinacms/graphql",
|
|
2528
|
-
version: "1.4.
|
|
2528
|
+
version: "1.4.17",
|
|
2529
2529
|
main: "dist/index.js",
|
|
2530
2530
|
module: "dist/index.es.js",
|
|
2531
2531
|
typings: "dist/index.d.ts",
|
package/dist/index.js
CHANGED
|
@@ -2582,7 +2582,7 @@ var validateField = async (field) => {
|
|
|
2582
2582
|
// package.json
|
|
2583
2583
|
var package_default = {
|
|
2584
2584
|
name: "@tinacms/graphql",
|
|
2585
|
-
version: "1.4.
|
|
2585
|
+
version: "1.4.17",
|
|
2586
2586
|
main: "dist/index.js",
|
|
2587
2587
|
module: "dist/index.es.js",
|
|
2588
2588
|
typings: "dist/index.d.ts",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tinacms/graphql",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.17",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/index.es.js",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@graphql-tools/relay-operation-optimizer": "^6.4.1",
|
|
27
27
|
"@iarna/toml": "^2.2.5",
|
|
28
|
-
"@tinacms/mdx": "1.3.
|
|
29
|
-
"@tinacms/schema-tools": "1.4.
|
|
28
|
+
"@tinacms/mdx": "1.3.12",
|
|
29
|
+
"@tinacms/schema-tools": "1.4.6",
|
|
30
30
|
"abstract-level": "^1.0.3",
|
|
31
31
|
"body-parser": "^1.19.0",
|
|
32
32
|
"cors": "^2.8.5",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"directory": "packages/tina-graphql"
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
|
-
"@tinacms/schema-tools": "1.4.
|
|
87
|
+
"@tinacms/schema-tools": "1.4.6",
|
|
88
88
|
"@tinacms/scripts": "1.1.0",
|
|
89
89
|
"@types/cors": "^2.8.7",
|
|
90
90
|
"@types/estree": "^0.0.50",
|