@tinacms/mdx 0.0.0-a318f2f-20241010063440 → 0.0.0-a5bc4cd-20241024211559
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.browser.mjs +0 -1
- package/dist/index.js +0 -1
- package/dist/index.mjs +0 -1
- package/package.json +3 -3
package/dist/index.browser.mjs
CHANGED
|
@@ -39215,7 +39215,6 @@ function stringifyProps2(element2, parentField, flatten2, imageCallback) {
|
|
|
39215
39215
|
if (field.list) {
|
|
39216
39216
|
throw new Error(`Rich-text list is not supported`);
|
|
39217
39217
|
} else {
|
|
39218
|
-
console.log("RICH-TEXT StringifyProps", value);
|
|
39219
39218
|
const joiner = flatten2 ? " " : "\n";
|
|
39220
39219
|
let val = "";
|
|
39221
39220
|
assertShape2(
|
package/dist/index.js
CHANGED
|
@@ -41109,7 +41109,6 @@ function stringifyProps2(element, parentField, flatten2, imageCallback) {
|
|
|
41109
41109
|
if (field.list) {
|
|
41110
41110
|
throw new Error(`Rich-text list is not supported`);
|
|
41111
41111
|
} else {
|
|
41112
|
-
console.log("RICH-TEXT StringifyProps", value);
|
|
41113
41112
|
const joiner = flatten2 ? " " : "\n";
|
|
41114
41113
|
let val = "";
|
|
41115
41114
|
assertShape2(
|
package/dist/index.mjs
CHANGED
|
@@ -41087,7 +41087,6 @@ function stringifyProps2(element, parentField, flatten2, imageCallback) {
|
|
|
41087
41087
|
if (field.list) {
|
|
41088
41088
|
throw new Error(`Rich-text list is not supported`);
|
|
41089
41089
|
} else {
|
|
41090
|
-
console.log("RICH-TEXT StringifyProps", value);
|
|
41091
41090
|
const joiner = flatten2 ? " " : "\n";
|
|
41092
41091
|
let val = "";
|
|
41093
41092
|
assertShape2(
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tinacms/mdx",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-a5bc4cd-20241024211559",
|
|
4
4
|
"typings": "dist/index.d.ts",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"browser": "dist/index.browser.mjs",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"unist-util-visit": "4.1.2",
|
|
57
57
|
"uvu": "0.5.6",
|
|
58
58
|
"vfile-message": "3.1.4",
|
|
59
|
-
"@tinacms/schema-tools": "0.0.0-
|
|
59
|
+
"@tinacms/schema-tools": "0.0.0-a5bc4cd-20241024211559"
|
|
60
60
|
},
|
|
61
61
|
"publishConfig": {
|
|
62
62
|
"registry": "https://registry.npmjs.org"
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"typescript": "^5.6.2",
|
|
81
81
|
"vite": "^4.5.5",
|
|
82
82
|
"vitest": "^0.32.4",
|
|
83
|
-
"@tinacms/scripts": "
|
|
83
|
+
"@tinacms/scripts": "1.3.0"
|
|
84
84
|
},
|
|
85
85
|
"scripts": {
|
|
86
86
|
"types": "tsc",
|