@tinacms/mdx 1.3.17 → 1.3.19

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/LICENSE CHANGED
@@ -1,12 +1,4 @@
1
- Copyright (c) 2023-present Forestry.io Holdings Inc.
2
-
3
- Portions of the TinaCMS software are licensed as follows:
4
-
5
- * All software that resides under the "packages/@tinacms/datalayer/" and the "packages/@tinacms/graphql/" directories (the "Tina Data Layer"), is licensed under the license defined in "packages/@tinacms/datalayer/LICENSE".
6
-
7
- * All software outside of the above-mentioned directories is available under the "Apache 2.0" license as set forth below.
8
-
9
- Apache License
1
+ Apache License
10
2
  Version 2.0, January 2004
11
3
  http://www.apache.org/licenses/
12
4
 
@@ -45951,7 +45951,7 @@ var RichTextParseError = class extends Error {
45951
45951
  }
45952
45952
  };
45953
45953
  var sanitizeUrl = (url) => {
45954
- const allowedSchemes = ["http", "https", "mailto", "tel"];
45954
+ const allowedSchemes = ["http", "https", "mailto", "tel", "xref"];
45955
45955
  if (!url)
45956
45956
  return "";
45957
45957
  let parsedUrl = null;
package/dist/index.js CHANGED
@@ -47851,7 +47851,7 @@ var RichTextParseError = class extends Error {
47851
47851
  }
47852
47852
  };
47853
47853
  var sanitizeUrl = (url) => {
47854
- const allowedSchemes = ["http", "https", "mailto", "tel"];
47854
+ const allowedSchemes = ["http", "https", "mailto", "tel", "xref"];
47855
47855
  if (!url)
47856
47856
  return "";
47857
47857
  let parsedUrl = null;
package/dist/index.mjs CHANGED
@@ -47823,7 +47823,7 @@ var RichTextParseError = class extends Error {
47823
47823
  }
47824
47824
  };
47825
47825
  var sanitizeUrl = (url) => {
47826
- const allowedSchemes = ["http", "https", "mailto", "tel"];
47826
+ const allowedSchemes = ["http", "https", "mailto", "tel", "xref"];
47827
47827
  if (!url)
47828
47828
  return "";
47829
47829
  let parsedUrl = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/mdx",
3
- "version": "1.3.17",
3
+ "version": "1.3.19",
4
4
  "typings": "dist/index.d.ts",
5
5
  "main": "dist/index.js",
6
6
  "browser": "dist/index.browser.mjs",
@@ -27,7 +27,7 @@
27
27
  ]
28
28
  },
29
29
  "dependencies": {
30
- "@tinacms/schema-tools": "1.4.11",
30
+ "@tinacms/schema-tools": "1.4.12",
31
31
  "acorn": "8.8.2",
32
32
  "ccount": "2.0.1",
33
33
  "estree-util-is-identifier-name": "2.1.0",