@tinacms/graphql 0.61.2 → 0.61.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
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.2";
7876
+ var version = "0.61.5";
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.2",
3
+ "version": "0.61.5",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
6
6
  "files": [