@tinacms/graphql 0.61.1 → 0.61.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 +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -7873,7 +7873,7 @@ var validateField = async (field) => {
|
|
|
7873
7873
|
|
|
7874
7874
|
// package.json
|
|
7875
7875
|
var name = "@tinacms/graphql";
|
|
7876
|
-
var version = "0.61.
|
|
7876
|
+
var version = "0.61.2";
|
|
7877
7877
|
var main = "dist/index.js";
|
|
7878
7878
|
var typings = "dist/index.d.ts";
|
|
7879
7879
|
var files = [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tinacms/graphql",
|
|
3
|
-
"version": "0.61.
|
|
3
|
+
"version": "0.61.2",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"typings": "dist/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@graphql-tools/relay-operation-optimizer": "^6.4.1",
|
|
42
|
-
"@tinacms/datalayer": "0.2.
|
|
43
|
-
"@tinacms/schema-tools": "0.0.
|
|
42
|
+
"@tinacms/datalayer": "0.2.1",
|
|
43
|
+
"@tinacms/schema-tools": "0.0.8",
|
|
44
44
|
"body-parser": "^1.19.0",
|
|
45
45
|
"cors": "^2.8.5",
|
|
46
46
|
"dataloader": "^2.0.0",
|
|
@@ -90,8 +90,8 @@
|
|
|
90
90
|
"directory": "packages/tina-graphql"
|
|
91
91
|
},
|
|
92
92
|
"devDependencies": {
|
|
93
|
-
"@tinacms/datalayer": "0.2.
|
|
94
|
-
"@tinacms/schema-tools": "0.0.
|
|
93
|
+
"@tinacms/datalayer": "0.2.1",
|
|
94
|
+
"@tinacms/schema-tools": "0.0.8",
|
|
95
95
|
"@tinacms/scripts": "0.50.9",
|
|
96
96
|
"@types/cors": "^2.8.7",
|
|
97
97
|
"@types/estree": "^0.0.50",
|