@tinacms/mdx 1.3.18 → 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 +1 -9
- package/dist/index.browser.mjs +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/LICENSE
CHANGED
|
@@ -1,12 +1,4 @@
|
|
|
1
|
-
|
|
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
|
|
package/dist/index.browser.mjs
CHANGED
|
@@ -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;
|