react-markup 0.0.0-experimental-befc1246-20250708 → 0.0.0-experimental-a7a11657-20250708
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.
|
@@ -3049,10 +3049,10 @@
|
|
|
3049
3049
|
start: ioInfo$jscomp$0.start - request$jscomp$0.timeOrigin,
|
|
3050
3050
|
end: ioInfo$jscomp$0.end - request$jscomp$0.timeOrigin
|
|
3051
3051
|
};
|
|
3052
|
-
void 0 !== value && (debugIOInfo.value = value);
|
|
3053
3052
|
null != env && (debugIOInfo.env = env);
|
|
3054
3053
|
null != debugStack && (debugIOInfo.stack = debugStack);
|
|
3055
3054
|
null != owner && (debugIOInfo.owner = owner);
|
|
3055
|
+
void 0 !== value && (debugIOInfo.value = value);
|
|
3056
3056
|
value = serializeDebugModel(
|
|
3057
3057
|
request$jscomp$0,
|
|
3058
3058
|
objectLimit,
|
|
@@ -16448,5 +16448,5 @@
|
|
|
16448
16448
|
});
|
|
16449
16449
|
});
|
|
16450
16450
|
};
|
|
16451
|
-
exports.version = "19.2.0-experimental-
|
|
16451
|
+
exports.version = "19.2.0-experimental-a7a11657-20250708";
|
|
16452
16452
|
})();
|
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-a7a11657-20250708",
|
|
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-a7a11657-20250708"
|
|
21
21
|
},
|
|
22
22
|
"files": [
|
|
23
23
|
"LICENSE",
|