@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.
- package/dist/index.js +1 -1
- 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.
|
|
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 = [
|