@tinacms/graphql 1.5.8 → 1.5.9

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
@@ -2896,7 +2896,7 @@ var validateField = async (field) => {
2896
2896
  // package.json
2897
2897
  var package_default = {
2898
2898
  name: "@tinacms/graphql",
2899
- version: "1.5.8",
2899
+ version: "1.5.9",
2900
2900
  main: "dist/index.js",
2901
2901
  module: "dist/index.mjs",
2902
2902
  typings: "dist/index.d.ts",
package/dist/index.mjs CHANGED
@@ -2829,7 +2829,7 @@ var validateField = async (field) => {
2829
2829
  // package.json
2830
2830
  var package_default = {
2831
2831
  name: "@tinacms/graphql",
2832
- version: "1.5.8",
2832
+ version: "1.5.9",
2833
2833
  main: "dist/index.js",
2834
2834
  module: "dist/index.mjs",
2835
2835
  typings: "dist/index.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/graphql",
3
- "version": "1.5.8",
3
+ "version": "1.5.9",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "typings": "dist/index.d.ts",
@@ -44,8 +44,8 @@
44
44
  "readable-stream": "^4.5.2",
45
45
  "scmp": "^2.1.0",
46
46
  "yup": "^0.32.11",
47
- "@tinacms/mdx": "1.5.2",
48
- "@tinacms/schema-tools": "1.6.8"
47
+ "@tinacms/schema-tools": "1.6.9",
48
+ "@tinacms/mdx": "1.5.3"
49
49
  },
50
50
  "publishConfig": {
51
51
  "registry": "https://registry.npmjs.org"
@@ -78,7 +78,7 @@
78
78
  "nodemon": "3.1.4",
79
79
  "typescript": "^5.6.3",
80
80
  "@tinacms/scripts": "1.3.1",
81
- "@tinacms/schema-tools": "1.6.8"
81
+ "@tinacms/schema-tools": "1.6.9"
82
82
  },
83
83
  "scripts": {
84
84
  "types": "pnpm tsc",