@tinacms/graphql 0.63.1 → 0.63.4

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +6 -6
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.1";
2440
+ var version = "0.63.4";
2441
2441
  var main = "dist/index.js";
2442
2442
  var typings = "dist/index.d.ts";
2443
2443
  var files = [
@@ -2538,7 +2538,7 @@ var devDependencies = {
2538
2538
  "jest-diff": "27.0.6",
2539
2539
  "jest-file-snapshot": "^0.5.0",
2540
2540
  "jest-matcher-utils": "27.0.6",
2541
- nodemon: "^2.0.4",
2541
+ nodemon: "2.0.19",
2542
2542
  typescript: "4.3.5"
2543
2543
  };
2544
2544
  var package_default = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/graphql",
3
- "version": "0.63.1",
3
+ "version": "0.63.4",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
6
6
  "files": [
@@ -19,9 +19,9 @@
19
19
  },
20
20
  "dependencies": {
21
21
  "@graphql-tools/relay-operation-optimizer": "^6.4.1",
22
- "@tinacms/datalayer": "0.2.2",
22
+ "@tinacms/datalayer": "0.2.3",
23
23
  "@tinacms/schema-tools": "0.1.0",
24
- "@tinacms/mdx": "0.61.1",
24
+ "@tinacms/mdx": "0.61.3",
25
25
  "body-parser": "^1.19.0",
26
26
  "cors": "^2.8.5",
27
27
  "dataloader": "^2.0.0",
@@ -71,9 +71,9 @@
71
71
  "directory": "packages/tina-graphql"
72
72
  },
73
73
  "devDependencies": {
74
- "@tinacms/datalayer": "0.2.2",
74
+ "@tinacms/datalayer": "0.2.3",
75
75
  "@tinacms/schema-tools": "0.1.0",
76
- "@tinacms/scripts": "0.51.0",
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",
@@ -93,7 +93,7 @@
93
93
  "jest-diff": "27.0.6",
94
94
  "jest-file-snapshot": "^0.5.0",
95
95
  "jest-matcher-utils": "27.0.6",
96
- "nodemon": "^2.0.4",
96
+ "nodemon": "2.0.19",
97
97
  "typescript": "4.3.5"
98
98
  },
99
99
  "scripts": {