@tinacms/graphql 1.5.1 → 1.5.3

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
@@ -2882,7 +2882,7 @@ var validateField = async (field) => {
2882
2882
  // package.json
2883
2883
  var package_default = {
2884
2884
  name: "@tinacms/graphql",
2885
- version: "1.5.1",
2885
+ version: "1.5.3",
2886
2886
  main: "dist/index.js",
2887
2887
  module: "dist/index.mjs",
2888
2888
  typings: "dist/index.d.ts",
@@ -2931,7 +2931,7 @@ var package_default = {
2931
2931
  "lodash.set": "^4.3.2",
2932
2932
  "lodash.uniqby": "^4.7.0",
2933
2933
  "many-level": "^2.0.0",
2934
- micromatch: "4.0.5",
2934
+ micromatch: "4.0.8",
2935
2935
  "normalize-path": "^3.0.0",
2936
2936
  "readable-stream": "^4.5.2",
2937
2937
  scmp: "^2.1.0",
@@ -2958,7 +2958,7 @@ var package_default = {
2958
2958
  "@types/lru-cache": "^5.1.1",
2959
2959
  "@types/mdast": "^3.0.15",
2960
2960
  "@types/micromatch": "^4.0.9",
2961
- "@types/node": "^14.18.63",
2961
+ "@types/node": "^22.7.3",
2962
2962
  "@types/normalize-path": "^3.0.2",
2963
2963
  "@types/ws": "^7.4.7",
2964
2964
  "@types/yup": "^0.29.14",
@@ -2967,8 +2967,8 @@ var package_default = {
2967
2967
  "jest-file-snapshot": "^0.5.0",
2968
2968
  "jest-matcher-utils": "^29.7.0",
2969
2969
  "memory-level": "^1.0.0",
2970
- nodemon: "2.0.19",
2971
- typescript: "^5.5.4"
2970
+ nodemon: "3.1.4",
2971
+ typescript: "^5.6.2"
2972
2972
  }
2973
2973
  };
2974
2974
 
@@ -6888,8 +6888,8 @@ var getChangedFiles = async ({
6888
6888
  return;
6889
6889
  }
6890
6890
  if (matches) {
6891
- let oidA = await (A == null ? void 0 : A.oid());
6892
- let oidB = await (B == null ? void 0 : B.oid());
6891
+ const oidA = await (A == null ? void 0 : A.oid());
6892
+ const oidB = await (B == null ? void 0 : B.oid());
6893
6893
  if (oidA !== oidB) {
6894
6894
  if (oidA === void 0) {
6895
6895
  results.added.push(relativePath);
package/dist/index.mjs CHANGED
@@ -2815,7 +2815,7 @@ var validateField = async (field) => {
2815
2815
  // package.json
2816
2816
  var package_default = {
2817
2817
  name: "@tinacms/graphql",
2818
- version: "1.5.1",
2818
+ version: "1.5.3",
2819
2819
  main: "dist/index.js",
2820
2820
  module: "dist/index.mjs",
2821
2821
  typings: "dist/index.d.ts",
@@ -2864,7 +2864,7 @@ var package_default = {
2864
2864
  "lodash.set": "^4.3.2",
2865
2865
  "lodash.uniqby": "^4.7.0",
2866
2866
  "many-level": "^2.0.0",
2867
- micromatch: "4.0.5",
2867
+ micromatch: "4.0.8",
2868
2868
  "normalize-path": "^3.0.0",
2869
2869
  "readable-stream": "^4.5.2",
2870
2870
  scmp: "^2.1.0",
@@ -2891,7 +2891,7 @@ var package_default = {
2891
2891
  "@types/lru-cache": "^5.1.1",
2892
2892
  "@types/mdast": "^3.0.15",
2893
2893
  "@types/micromatch": "^4.0.9",
2894
- "@types/node": "^14.18.63",
2894
+ "@types/node": "^22.7.3",
2895
2895
  "@types/normalize-path": "^3.0.2",
2896
2896
  "@types/ws": "^7.4.7",
2897
2897
  "@types/yup": "^0.29.14",
@@ -2900,8 +2900,8 @@ var package_default = {
2900
2900
  "jest-file-snapshot": "^0.5.0",
2901
2901
  "jest-matcher-utils": "^29.7.0",
2902
2902
  "memory-level": "^1.0.0",
2903
- nodemon: "2.0.19",
2904
- typescript: "^5.5.4"
2903
+ nodemon: "3.1.4",
2904
+ typescript: "^5.6.2"
2905
2905
  }
2906
2906
  };
2907
2907
 
@@ -6808,8 +6808,8 @@ var getChangedFiles = async ({
6808
6808
  return;
6809
6809
  }
6810
6810
  if (matches) {
6811
- let oidA = await A?.oid();
6812
- let oidB = await B?.oid();
6811
+ const oidA = await A?.oid();
6812
+ const oidB = await B?.oid();
6813
6813
  if (oidA !== oidB) {
6814
6814
  if (oidA === void 0) {
6815
6815
  results.added.push(relativePath);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/graphql",
3
- "version": "1.5.1",
3
+ "version": "1.5.3",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "typings": "dist/index.d.ts",
@@ -39,13 +39,13 @@
39
39
  "lodash.set": "^4.3.2",
40
40
  "lodash.uniqby": "^4.7.0",
41
41
  "many-level": "^2.0.0",
42
- "micromatch": "4.0.5",
42
+ "micromatch": "4.0.8",
43
43
  "normalize-path": "^3.0.0",
44
44
  "readable-stream": "^4.5.2",
45
45
  "scmp": "^2.1.0",
46
46
  "yup": "^0.32.11",
47
- "@tinacms/mdx": "1.4.1",
48
- "@tinacms/schema-tools": "1.6.1"
47
+ "@tinacms/mdx": "1.4.3",
48
+ "@tinacms/schema-tools": "1.6.3"
49
49
  },
50
50
  "publishConfig": {
51
51
  "registry": "https://registry.npmjs.org"
@@ -66,7 +66,7 @@
66
66
  "@types/lru-cache": "^5.1.1",
67
67
  "@types/mdast": "^3.0.15",
68
68
  "@types/micromatch": "^4.0.9",
69
- "@types/node": "^14.18.63",
69
+ "@types/node": "^22.7.3",
70
70
  "@types/normalize-path": "^3.0.2",
71
71
  "@types/ws": "^7.4.7",
72
72
  "@types/yup": "^0.29.14",
@@ -75,10 +75,10 @@
75
75
  "jest-file-snapshot": "^0.5.0",
76
76
  "jest-matcher-utils": "^29.7.0",
77
77
  "memory-level": "^1.0.0",
78
- "nodemon": "2.0.19",
79
- "typescript": "^5.5.4",
80
- "@tinacms/schema-tools": "1.6.1",
81
- "@tinacms/scripts": "1.2.0"
78
+ "nodemon": "3.1.4",
79
+ "typescript": "^5.6.2",
80
+ "@tinacms/schema-tools": "1.6.3",
81
+ "@tinacms/scripts": "1.2.2"
82
82
  },
83
83
  "scripts": {
84
84
  "types": "pnpm tsc",