@tinacms/graphql 2.2.0 → 2.2.1

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 +3 -2
  2. package/package.json +5 -4
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.2.0",
3029
+ version: "2.2.1",
3030
3030
  main: "dist/index.js",
3031
3031
  module: "./dist/index.js",
3032
3032
  files: [
@@ -3053,7 +3053,7 @@ var package_default = {
3053
3053
  types: "pnpm tsc",
3054
3054
  build: "tinacms-scripts build",
3055
3055
  docs: "pnpm typedoc",
3056
- test: "vitest run",
3056
+ test: "vitest run --coverage.enabled",
3057
3057
  "test-watch": "vitest"
3058
3058
  },
3059
3059
  dependencies: {
@@ -3099,6 +3099,7 @@ var package_default = {
3099
3099
  "@types/node": "^22.13.1",
3100
3100
  "@types/normalize-path": "catalog:",
3101
3101
  "@types/ws": "catalog:",
3102
+ "@vitest/coverage-v8": "0.32.4",
3102
3103
  "jest-file-snapshot": "^0.5.0",
3103
3104
  "memory-level": "catalog:",
3104
3105
  typescript: "^5.7.3",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tinacms/graphql",
3
3
  "type": "module",
4
- "version": "2.2.0",
4
+ "version": "2.2.1",
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.0.7",
46
+ "@tinacms/mdx": "2.1.0",
47
47
  "@tinacms/schema-tools": "2.7.0"
48
48
  },
49
49
  "publishConfig": {
@@ -65,6 +65,7 @@
65
65
  "@types/node": "^22.13.1",
66
66
  "@types/normalize-path": "^3.0.2",
67
67
  "@types/ws": "^7.4.7",
68
+ "@vitest/coverage-v8": "0.32.4",
68
69
  "jest-file-snapshot": "^0.5.0",
69
70
  "memory-level": "^1.0.0",
70
71
  "typescript": "^5.7.3",
@@ -72,13 +73,13 @@
72
73
  "vitest": "^0.32.4",
73
74
  "zod": "^3.24.2",
74
75
  "@tinacms/schema-tools": "2.7.0",
75
- "@tinacms/scripts": "1.5.0"
76
+ "@tinacms/scripts": "1.6.0"
76
77
  },
77
78
  "scripts": {
78
79
  "types": "pnpm tsc",
79
80
  "build": "tinacms-scripts build",
80
81
  "docs": "pnpm typedoc",
81
- "test": "vitest run",
82
+ "test": "vitest run --coverage.enabled",
82
83
  "test-watch": "vitest"
83
84
  }
84
85
  }