@tinacms/graphql 2.0.1 → 2.0.2

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 +5 -5
package/dist/index.js CHANGED
@@ -3026,7 +3026,7 @@ var validateField = async (field) => {
3026
3026
  var package_default = {
3027
3027
  name: "@tinacms/graphql",
3028
3028
  type: "module",
3029
- version: "2.0.1",
3029
+ version: "2.0.2",
3030
3030
  main: "dist/index.js",
3031
3031
  module: "./dist/index.js",
3032
3032
  files: [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tinacms/graphql",
3
3
  "type": "module",
4
- "version": "2.0.1",
4
+ "version": "2.0.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "./dist/index.js",
7
7
  "files": [
@@ -43,8 +43,8 @@
43
43
  "normalize-path": "^3.0.0",
44
44
  "readable-stream": "^4.7.0",
45
45
  "yup": "^1.6.1",
46
- "@tinacms/schema-tools": "2.0.0",
47
- "@tinacms/mdx": "2.0.0"
46
+ "@tinacms/mdx": "2.0.1",
47
+ "@tinacms/schema-tools": "2.1.0"
48
48
  },
49
49
  "publishConfig": {
50
50
  "registry": "https://registry.npmjs.org"
@@ -71,8 +71,8 @@
71
71
  "vite": "^4.5.9",
72
72
  "vitest": "^0.32.4",
73
73
  "zod": "^3.24.2",
74
- "@tinacms/schema-tools": "2.0.0",
75
- "@tinacms/scripts": "1.4.2"
74
+ "@tinacms/scripts": "1.4.2",
75
+ "@tinacms/schema-tools": "2.1.0"
76
76
  },
77
77
  "scripts": {
78
78
  "types": "pnpm tsc",