@tinacms/graphql 1.4.22 → 1.4.23

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
@@ -2585,7 +2585,7 @@ var validateField = async (field) => {
2585
2585
  // package.json
2586
2586
  var package_default = {
2587
2587
  name: "@tinacms/graphql",
2588
- version: "1.4.22",
2588
+ version: "1.4.23",
2589
2589
  main: "dist/index.js",
2590
2590
  module: "dist/index.mjs",
2591
2591
  typings: "dist/index.d.ts",
package/dist/index.mjs CHANGED
@@ -2526,7 +2526,7 @@ var validateField = async (field) => {
2526
2526
  // package.json
2527
2527
  var package_default = {
2528
2528
  name: "@tinacms/graphql",
2529
- version: "1.4.22",
2529
+ version: "1.4.23",
2530
2530
  main: "dist/index.js",
2531
2531
  module: "dist/index.mjs",
2532
2532
  typings: "dist/index.d.ts",
@@ -52,7 +52,9 @@ export declare class Resolver {
52
52
  constructor(init: ResolverConfig);
53
53
  resolveCollection: (args: any, collectionName: string, hasDocuments?: boolean) => Promise<{
54
54
  fields: TinaField<true>[];
55
- templates?: undefined;
55
+ templates?: undefined; /**
56
+ * updateDocument, update<Collection>Document
57
+ */
56
58
  label?: string;
57
59
  name: string;
58
60
  path: string;
@@ -63,7 +65,7 @@ export declare class Resolver {
63
65
  }[];
64
66
  }[];
65
67
  format?: "json" | "md" | "markdown" | "mdx" | "yaml" | "yml" | "toml";
66
- ui?: import("@tinacms/schema-tools").UICollection;
68
+ ui?: import("@tinacms/schema-tools").UICollection<any, any, any>;
67
69
  defaultItem?: import("@tinacms/schema-tools").DefaultItem<Record<string, any>>;
68
70
  frontmatterFormat?: "json" | "yaml" | "toml";
69
71
  frontmatterDelimiters?: string | [string, string];
@@ -89,7 +91,7 @@ export declare class Resolver {
89
91
  }[];
90
92
  }[];
91
93
  format?: "json" | "md" | "markdown" | "mdx" | "yaml" | "yml" | "toml";
92
- ui?: import("@tinacms/schema-tools").UICollection;
94
+ ui?: import("@tinacms/schema-tools").UICollection<any, any, any>;
93
95
  defaultItem?: import("@tinacms/schema-tools").DefaultItem<Record<string, any>>;
94
96
  frontmatterFormat?: "json" | "yaml" | "toml";
95
97
  frontmatterDelimiters?: string | [string, string];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/graphql",
3
- "version": "1.4.22",
3
+ "version": "1.4.23",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "typings": "dist/index.d.ts",
@@ -24,8 +24,8 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@iarna/toml": "^2.2.5",
27
- "@tinacms/mdx": "1.3.15",
28
- "@tinacms/schema-tools": "1.4.9",
27
+ "@tinacms/mdx": "1.3.16",
28
+ "@tinacms/schema-tools": "1.4.10",
29
29
  "abstract-level": "^1.0.3",
30
30
  "body-parser": "^1.19.0",
31
31
  "cors": "^2.8.5",
@@ -57,8 +57,8 @@
57
57
  "directory": "packages/tina-graphql"
58
58
  },
59
59
  "devDependencies": {
60
- "@tinacms/schema-tools": "1.4.9",
61
- "@tinacms/scripts": "1.1.1",
60
+ "@tinacms/schema-tools": "1.4.10",
61
+ "@tinacms/scripts": "1.1.2",
62
62
  "@types/cors": "^2.8.7",
63
63
  "@types/estree": "^0.0.50",
64
64
  "@types/express": "^4.17.8",