@tinacms/graphql 1.4.27 → 1.4.28

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.
@@ -2,7 +2,7 @@ import type { Bridge } from './index';
2
2
  /**
3
3
  * This is the bridge from whatever datasource we need for I/O.
4
4
  * The basic example here is for the filesystem, one is needed
5
- * for Github has well.
5
+ * for GitHub has well.
6
6
  */
7
7
  export declare class FilesystemBridge implements Bridge {
8
8
  rootPath: string;
package/dist/index.js CHANGED
@@ -2595,7 +2595,7 @@ var validateField = async (field) => {
2595
2595
  // package.json
2596
2596
  var package_default = {
2597
2597
  name: "@tinacms/graphql",
2598
- version: "1.4.27",
2598
+ version: "1.4.28",
2599
2599
  main: "dist/index.js",
2600
2600
  module: "dist/index.mjs",
2601
2601
  typings: "dist/index.d.ts",
@@ -3516,7 +3516,7 @@ var loadAndParseWithAliases = async (bridge, filepath, collection, templateInfo)
3516
3516
  const template = getTemplateForFile(templateInfo, data);
3517
3517
  if (!template) {
3518
3518
  console.warn(
3519
- `Document: ${filepath} has an ambiguous template, skipping from indexing`
3519
+ `Document: ${filepath} has an ambiguous template, skipping from indexing. See https://tina.io/docs/errors/ambiguous-template/ for more info.`
3520
3520
  );
3521
3521
  return;
3522
3522
  }
package/dist/index.mjs CHANGED
@@ -2535,7 +2535,7 @@ var validateField = async (field) => {
2535
2535
  // package.json
2536
2536
  var package_default = {
2537
2537
  name: "@tinacms/graphql",
2538
- version: "1.4.27",
2538
+ version: "1.4.28",
2539
2539
  main: "dist/index.js",
2540
2540
  module: "dist/index.mjs",
2541
2541
  typings: "dist/index.d.ts",
@@ -3452,7 +3452,7 @@ var loadAndParseWithAliases = async (bridge, filepath, collection, templateInfo)
3452
3452
  const template = getTemplateForFile(templateInfo, data);
3453
3453
  if (!template) {
3454
3454
  console.warn(
3455
- `Document: ${filepath} has an ambiguous template, skipping from indexing`
3455
+ `Document: ${filepath} has an ambiguous template, skipping from indexing. See https://tina.io/docs/errors/ambiguous-template/ for more info.`
3456
3456
  );
3457
3457
  return;
3458
3458
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/graphql",
3
- "version": "1.4.27",
3
+ "version": "1.4.28",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "typings": "dist/index.d.ts",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@iarna/toml": "^2.2.5",
27
- "@tinacms/mdx": "1.3.20",
27
+ "@tinacms/mdx": "1.3.21",
28
28
  "@tinacms/schema-tools": "1.4.13",
29
29
  "abstract-level": "^1.0.3",
30
30
  "body-parser": "^1.19.0",