@tinacms/graphql 0.63.7 → 0.63.8

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2439,7 +2439,7 @@ var validateField = async (field) => {
2439
2439
 
2440
2440
  // package.json
2441
2441
  var name = "@tinacms/graphql";
2442
- var version = "0.63.7";
2442
+ var version = "0.63.8";
2443
2443
  var main = "dist/index.js";
2444
2444
  var typings = "dist/index.d.ts";
2445
2445
  var files = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/graphql",
3
- "version": "0.63.7",
3
+ "version": "0.63.8",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
6
6
  "files": [