react-markup 0.0.0-experimental-e2731312-20260630 → 0.0.0-experimental-ec0fca31-20260701
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.
|
@@ -5171,6 +5171,7 @@
|
|
|
5171
5171
|
function fatalError(request, error, errorInfo, debugTask) {
|
|
5172
5172
|
errorInfo = request.onShellError;
|
|
5173
5173
|
var onFatalError = request.onFatalError;
|
|
5174
|
+
request.onAllReady = noop;
|
|
5174
5175
|
debugTask
|
|
5175
5176
|
? (debugTask.run(errorInfo.bind(null, error)),
|
|
5176
5177
|
debugTask.run(onFatalError.bind(null, error)))
|
|
@@ -9926,5 +9927,5 @@
|
|
|
9926
9927
|
});
|
|
9927
9928
|
});
|
|
9928
9929
|
};
|
|
9929
|
-
exports.version = "19.3.0-experimental-
|
|
9930
|
+
exports.version = "19.3.0-experimental-ec0fca31-20260701";
|
|
9930
9931
|
})();
|
|
@@ -3885,6 +3885,7 @@ function logRecoverableError(request, error, errorInfo) {
|
|
|
3885
3885
|
function fatalError(request, error) {
|
|
3886
3886
|
var onShellError = request.onShellError,
|
|
3887
3887
|
onFatalError = request.onFatalError;
|
|
3888
|
+
request.onAllReady = noop;
|
|
3888
3889
|
onShellError(error);
|
|
3889
3890
|
onFatalError(error);
|
|
3890
3891
|
null !== request.destination
|
|
@@ -6753,4 +6754,4 @@ exports.experimental_renderToHTML = function (children, options) {
|
|
|
6753
6754
|
});
|
|
6754
6755
|
});
|
|
6755
6756
|
};
|
|
6756
|
-
exports.version = "19.3.0-experimental-
|
|
6757
|
+
exports.version = "19.3.0-experimental-ec0fca31-20260701";
|
|
@@ -12263,6 +12263,7 @@
|
|
|
12263
12263
|
function fatalError(request, error, errorInfo, debugTask) {
|
|
12264
12264
|
errorInfo = request.onShellError;
|
|
12265
12265
|
var onFatalError = request.onFatalError;
|
|
12266
|
+
request.onAllReady = noop;
|
|
12266
12267
|
debugTask
|
|
12267
12268
|
? (debugTask.run(errorInfo.bind(null, error)),
|
|
12268
12269
|
debugTask.run(onFatalError.bind(null, error)))
|
|
@@ -17670,5 +17671,5 @@
|
|
|
17670
17671
|
});
|
|
17671
17672
|
});
|
|
17672
17673
|
};
|
|
17673
|
-
exports.version = "19.3.0-experimental-
|
|
17674
|
+
exports.version = "19.3.0-experimental-ec0fca31-20260701";
|
|
17674
17675
|
})();
|
|
@@ -7066,6 +7066,7 @@ function logRecoverableError(request, error, errorInfo) {
|
|
|
7066
7066
|
function fatalError(request, error) {
|
|
7067
7067
|
var onShellError = request.onShellError,
|
|
7068
7068
|
onFatalError = request.onFatalError;
|
|
7069
|
+
request.onAllReady = noop;
|
|
7069
7070
|
onShellError(error);
|
|
7070
7071
|
onFatalError(error);
|
|
7071
7072
|
null !== request.destination
|
|
@@ -10160,4 +10161,4 @@ exports.experimental_renderToHTML = function (children, options) {
|
|
|
10160
10161
|
});
|
|
10161
10162
|
});
|
|
10162
10163
|
};
|
|
10163
|
-
exports.version = "19.3.0-experimental-
|
|
10164
|
+
exports.version = "19.3.0-experimental-ec0fca31-20260701";
|
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-ec0fca31-20260701",
|
|
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-ec0fca31-20260701"
|
|
21
21
|
},
|
|
22
22
|
"files": [
|
|
23
23
|
"LICENSE",
|