@tinacms/graphql 2.4.8 → 2.4.10

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 +7 -5
  2. package/package.json +6 -7
package/dist/index.js CHANGED
@@ -1411,6 +1411,7 @@ var Builder = class {
1411
1411
  this.tinaSchema = config.tinaSchema;
1412
1412
  this.lookupMap = {};
1413
1413
  }
1414
+ config;
1414
1415
  maxDepth;
1415
1416
  tinaSchema;
1416
1417
  lookupMap;
@@ -3052,7 +3053,7 @@ var assertCheckboxGroupIsList = (field) => {
3052
3053
  var package_default = {
3053
3054
  name: "@tinacms/graphql",
3054
3055
  type: "module",
3055
- version: "2.4.7",
3056
+ version: "2.4.10",
3056
3057
  main: "dist/index.js",
3057
3058
  module: "./dist/index.js",
3058
3059
  files: [
@@ -3078,14 +3079,13 @@ var package_default = {
3078
3079
  scripts: {
3079
3080
  types: "pnpm tsc",
3080
3081
  build: "tinacms-scripts build",
3081
- docs: "pnpm typedoc",
3082
3082
  test: "vitest run --coverage.enabled",
3083
3083
  "test-watch": "vitest"
3084
3084
  },
3085
3085
  dependencies: {
3086
3086
  "@iarna/toml": "catalog:",
3087
- "@tinacms/mdx": "workspace:*",
3088
- "@tinacms/schema-tools": "workspace:*",
3087
+ "@tinacms/mdx": "workspace:^",
3088
+ "@tinacms/schema-tools": "workspace:^",
3089
3089
  "abstract-level": "catalog:",
3090
3090
  "date-fns": "4.1.0",
3091
3091
  "es-toolkit": "^1.42.0",
@@ -3096,7 +3096,7 @@ var package_default = {
3096
3096
  "gray-matter": "catalog:",
3097
3097
  "isomorphic-git": "catalog:",
3098
3098
  "js-sha1": "catalog:",
3099
- "js-yaml": "^3.14.1",
3099
+ "js-yaml": "^3.15.1",
3100
3100
  "jsonpath-plus": "catalog:",
3101
3101
  "many-level": "catalog:",
3102
3102
  micromatch: "catalog:",
@@ -4991,6 +4991,7 @@ var Resolver = class _Resolver {
4991
4991
  this.tinaSchema = init.tinaSchema;
4992
4992
  this.isAudit = init.isAudit;
4993
4993
  }
4994
+ init;
4994
4995
  config;
4995
4996
  database;
4996
4997
  tinaSchema;
@@ -6728,6 +6729,7 @@ var Database = class {
6728
6729
  this.levelBatchSize = config.levelBatchSize ?? DEFAULT_LEVEL_BATCH_SIZE;
6729
6730
  this.contentNamespace = config.namespace;
6730
6731
  }
6732
+ config;
6731
6733
  bridge;
6732
6734
  rootLevel;
6733
6735
  appLevel;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tinacms/graphql",
3
3
  "type": "module",
4
- "version": "2.4.8",
4
+ "version": "2.4.10",
5
5
  "main": "dist/index.js",
6
6
  "module": "./dist/index.js",
7
7
  "files": [
@@ -36,15 +36,15 @@
36
36
  "gray-matter": "^4.0.3",
37
37
  "isomorphic-git": "^1.29.0",
38
38
  "js-sha1": "^0.6.0",
39
- "js-yaml": "^3.14.1",
39
+ "js-yaml": "^3.15.1",
40
40
  "jsonpath-plus": "^10.3.0",
41
41
  "many-level": "^2.0.0",
42
42
  "micromatch": "4.0.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.8.3",
47
- "@tinacms/mdx": "2.1.10"
46
+ "@tinacms/mdx": "^2.2.1",
47
+ "@tinacms/schema-tools": "^2.9.0"
48
48
  },
49
49
  "publishConfig": {
50
50
  "registry": "https://registry.npmjs.org"
@@ -72,13 +72,12 @@
72
72
  "vite": "^4.5.9",
73
73
  "vitest": "^0.32.4",
74
74
  "zod": "^3.24.2",
75
- "@tinacms/schema-tools": "2.8.3",
76
- "@tinacms/scripts": "1.6.2"
75
+ "@tinacms/schema-tools": "2.9.0",
76
+ "@tinacms/scripts": "1.6.4"
77
77
  },
78
78
  "scripts": {
79
79
  "types": "pnpm tsc",
80
80
  "build": "tinacms-scripts build",
81
- "docs": "pnpm typedoc",
82
81
  "test": "vitest run --coverage.enabled",
83
82
  "test-watch": "vitest"
84
83
  }