react-markup 0.0.0-experimental-c260b38d-20250731 → 0.0.0-experimental-be11cb5c-20250804
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.
|
@@ -4665,7 +4665,7 @@
|
|
|
4665
4665
|
"object" === typeof value && null !== value
|
|
4666
4666
|
? addObjectToProperties(value, properties, 0, "")
|
|
4667
4667
|
: void 0 !== value &&
|
|
4668
|
-
addValueToProperties("
|
|
4668
|
+
addValueToProperties("awaited value", value, properties, 0, "");
|
|
4669
4669
|
asyncInfo = getIOLongName(
|
|
4670
4670
|
asyncInfo.awaited,
|
|
4671
4671
|
description,
|
|
@@ -4708,7 +4708,7 @@
|
|
|
4708
4708
|
debugTask
|
|
4709
4709
|
? ((error = [
|
|
4710
4710
|
[
|
|
4711
|
-
"
|
|
4711
|
+
"rejected with",
|
|
4712
4712
|
"object" === typeof error &&
|
|
4713
4713
|
null !== error &&
|
|
4714
4714
|
"string" === typeof error.message
|
|
@@ -5023,7 +5023,7 @@
|
|
|
5023
5023
|
waitForReference(
|
|
5024
5024
|
debugChunk,
|
|
5025
5025
|
{},
|
|
5026
|
-
"",
|
|
5026
|
+
"debug",
|
|
5027
5027
|
response,
|
|
5028
5028
|
initializeDebugInfo,
|
|
5029
5029
|
[""]
|
|
@@ -16735,5 +16735,5 @@
|
|
|
16735
16735
|
});
|
|
16736
16736
|
});
|
|
16737
16737
|
};
|
|
16738
|
-
exports.version = "19.2.0-experimental-
|
|
16738
|
+
exports.version = "19.2.0-experimental-be11cb5c-20250804";
|
|
16739
16739
|
})();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-markup",
|
|
3
|
-
"version": "0.0.0-experimental-
|
|
3
|
+
"version": "0.0.0-experimental-be11cb5c-20250804",
|
|
4
4
|
"description": "React package generating embedded markup such as e-mails with support for Server Components.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"repository": {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
},
|
|
18
18
|
"homepage": "https://react.dev/",
|
|
19
19
|
"peerDependencies": {
|
|
20
|
-
"react": "0.0.0-experimental-
|
|
20
|
+
"react": "0.0.0-experimental-be11cb5c-20250804"
|
|
21
21
|
},
|
|
22
22
|
"files": [
|
|
23
23
|
"LICENSE",
|