@tinacms/mdx 0.0.0-b370466-20241010070714 → 0.0.0-b4c6a60-20241010070518
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 +1 -0
- package/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +3 -3
package/dist/index.browser.mjs
CHANGED
|
@@ -39215,6 +39215,7 @@ 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);
|
|
39218
39219
|
const joiner = flatten2 ? " " : "\n";
|
|
39219
39220
|
let val = "";
|
|
39220
39221
|
assertShape2(
|
package/dist/index.js
CHANGED
|
@@ -41109,6 +41109,7 @@ 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);
|
|
41112
41113
|
const joiner = flatten2 ? " " : "\n";
|
|
41113
41114
|
let val = "";
|
|
41114
41115
|
assertShape2(
|
package/dist/index.mjs
CHANGED
|
@@ -41087,6 +41087,7 @@ 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);
|
|
41090
41091
|
const joiner = flatten2 ? " " : "\n";
|
|
41091
41092
|
let val = "";
|
|
41092
41093
|
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-b4c6a60-20241010070518",
|
|
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-b4c6a60-20241010070518"
|
|
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": "0.0.0-
|
|
83
|
+
"@tinacms/scripts": "0.0.0-b4c6a60-20241010070518"
|
|
84
84
|
},
|
|
85
85
|
"scripts": {
|
|
86
86
|
"types": "tsc",
|