@tinacms/graphql 0.63.1 → 0.63.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 +3 -3
package/dist/index.js
CHANGED
|
@@ -2437,7 +2437,7 @@ var validateField = async (field) => {
|
|
|
2437
2437
|
|
|
2438
2438
|
// package.json
|
|
2439
2439
|
var name = "@tinacms/graphql";
|
|
2440
|
-
var version = "0.63.
|
|
2440
|
+
var version = "0.63.2";
|
|
2441
2441
|
var main = "dist/index.js";
|
|
2442
2442
|
var typings = "dist/index.d.ts";
|
|
2443
2443
|
var files = [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tinacms/graphql",
|
|
3
|
-
"version": "0.63.
|
|
3
|
+
"version": "0.63.2",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"typings": "dist/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@graphql-tools/relay-operation-optimizer": "^6.4.1",
|
|
22
22
|
"@tinacms/datalayer": "0.2.2",
|
|
23
23
|
"@tinacms/schema-tools": "0.1.0",
|
|
24
|
-
"@tinacms/mdx": "0.61.
|
|
24
|
+
"@tinacms/mdx": "0.61.2",
|
|
25
25
|
"body-parser": "^1.19.0",
|
|
26
26
|
"cors": "^2.8.5",
|
|
27
27
|
"dataloader": "^2.0.0",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"@tinacms/datalayer": "0.2.2",
|
|
75
75
|
"@tinacms/schema-tools": "0.1.0",
|
|
76
|
-
"@tinacms/scripts": "0.51.
|
|
76
|
+
"@tinacms/scripts": "0.51.1",
|
|
77
77
|
"@types/cors": "^2.8.7",
|
|
78
78
|
"@types/estree": "^0.0.50",
|
|
79
79
|
"@types/express": "^4.17.8",
|