@tinacms/graphql 1.4.33 → 1.4.34

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 CHANGED
@@ -2855,7 +2855,7 @@ var validateField = async (field) => {
2855
2855
  // package.json
2856
2856
  var package_default = {
2857
2857
  name: "@tinacms/graphql",
2858
- version: "1.4.33",
2858
+ version: "1.4.34",
2859
2859
  main: "dist/index.js",
2860
2860
  module: "dist/index.mjs",
2861
2861
  typings: "dist/index.d.ts",
package/dist/index.mjs CHANGED
@@ -2788,7 +2788,7 @@ var validateField = async (field) => {
2788
2788
  // package.json
2789
2789
  var package_default = {
2790
2790
  name: "@tinacms/graphql",
2791
- version: "1.4.33",
2791
+ version: "1.4.34",
2792
2792
  main: "dist/index.js",
2793
2793
  module: "dist/index.mjs",
2794
2794
  typings: "dist/index.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/graphql",
3
- "version": "1.4.33",
3
+ "version": "1.4.34",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "typings": "dist/index.d.ts",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@iarna/toml": "^2.2.5",
27
- "@tinacms/mdx": "1.3.23",
27
+ "@tinacms/mdx": "1.3.24",
28
28
  "@tinacms/schema-tools": "1.4.15",
29
29
  "abstract-level": "^1.0.3",
30
30
  "body-parser": "^1.19.0",