@tinacms/graphql 2.4.4 → 2.4.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 +4 -4
package/dist/index.js CHANGED
@@ -3052,7 +3052,7 @@ var assertCheckboxGroupIsList = (field) => {
3052
3052
  var package_default = {
3053
3053
  name: "@tinacms/graphql",
3054
3054
  type: "module",
3055
- version: "2.4.4",
3055
+ version: "2.4.5",
3056
3056
  main: "dist/index.js",
3057
3057
  module: "./dist/index.js",
3058
3058
  files: [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tinacms/graphql",
3
3
  "type": "module",
4
- "version": "2.4.4",
4
+ "version": "2.4.5",
5
5
  "main": "dist/index.js",
6
6
  "module": "./dist/index.js",
7
7
  "files": [
@@ -43,7 +43,7 @@
43
43
  "normalize-path": "^3.0.0",
44
44
  "readable-stream": "^4.7.0",
45
45
  "yup": "^1.6.1",
46
- "@tinacms/mdx": "2.1.6",
46
+ "@tinacms/mdx": "2.1.7",
47
47
  "@tinacms/schema-tools": "2.8.1"
48
48
  },
49
49
  "publishConfig": {
@@ -72,8 +72,8 @@
72
72
  "vite": "^4.5.9",
73
73
  "vitest": "^0.32.4",
74
74
  "zod": "^3.24.2",
75
- "@tinacms/schema-tools": "2.8.1",
76
- "@tinacms/scripts": "1.6.1"
75
+ "@tinacms/scripts": "1.6.1",
76
+ "@tinacms/schema-tools": "2.8.1"
77
77
  },
78
78
  "scripts": {
79
79
  "types": "pnpm tsc",