react-markup 0.0.0-experimental-d4287258-20241217 → 0.0.0-experimental-7eb8234f-20241218
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.
|
@@ -2419,12 +2419,12 @@
|
|
|
2419
2419
|
}
|
|
2420
2420
|
function forwardDebugInfo(request, id, debugInfo) {
|
|
2421
2421
|
for (var i = 0; i < debugInfo.length; i++)
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
|
|
2422
|
+
"number" === typeof debugInfo[i].time
|
|
2423
|
+
? emitTimingChunk(request, id, debugInfo[i].time)
|
|
2424
|
+
: (request.pendingChunks++,
|
|
2425
|
+
"string" === typeof debugInfo[i].name &&
|
|
2426
|
+
outlineComponentInfo(request, debugInfo[i]),
|
|
2427
|
+
emitDebugChunk(request, id, debugInfo[i]));
|
|
2428
2428
|
}
|
|
2429
2429
|
function emitTimingChunk(request, id, timestamp) {
|
|
2430
2430
|
request.pendingChunks++;
|
|
@@ -13296,5 +13296,5 @@
|
|
|
13296
13296
|
});
|
|
13297
13297
|
});
|
|
13298
13298
|
};
|
|
13299
|
-
exports.version = "19.1.0-experimental-
|
|
13299
|
+
exports.version = "19.1.0-experimental-7eb8234f-20241218";
|
|
13300
13300
|
})();
|
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-7eb8234f-20241218",
|
|
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-7eb8234f-20241218"
|
|
21
21
|
},
|
|
22
22
|
"files": [
|
|
23
23
|
"LICENSE",
|