@tinacms/graphql 1.3.4 → 1.3.5
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
|
@@ -2479,7 +2479,7 @@ var validateField = async (field) => {
|
|
|
2479
2479
|
// package.json
|
|
2480
2480
|
var package_default = {
|
|
2481
2481
|
name: "@tinacms/graphql",
|
|
2482
|
-
version: "1.3.
|
|
2482
|
+
version: "1.3.5",
|
|
2483
2483
|
main: "dist/index.js",
|
|
2484
2484
|
module: "dist/index.es.js",
|
|
2485
2485
|
typings: "dist/index.d.ts",
|
package/dist/index.js
CHANGED
|
@@ -2527,7 +2527,7 @@ var validateField = async (field) => {
|
|
|
2527
2527
|
// package.json
|
|
2528
2528
|
var package_default = {
|
|
2529
2529
|
name: "@tinacms/graphql",
|
|
2530
|
-
version: "1.3.
|
|
2530
|
+
version: "1.3.5",
|
|
2531
2531
|
main: "dist/index.js",
|
|
2532
2532
|
module: "dist/index.es.js",
|
|
2533
2533
|
typings: "dist/index.d.ts",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tinacms/graphql",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.5",
|
|
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.3.
|
|
28
|
+
"@tinacms/mdx": "1.3.4",
|
|
29
|
+
"@tinacms/schema-tools": "1.3.4",
|
|
30
30
|
"abstract-level": "^1.0.3",
|
|
31
31
|
"body-parser": "^1.19.0",
|
|
32
32
|
"cors": "^2.8.5",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"directory": "packages/tina-graphql"
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
|
-
"@tinacms/schema-tools": "1.3.
|
|
85
|
+
"@tinacms/schema-tools": "1.3.4",
|
|
86
86
|
"@tinacms/scripts": "1.0.4",
|
|
87
87
|
"@types/cors": "^2.8.7",
|
|
88
88
|
"@types/estree": "^0.0.50",
|