react-markup 0.0.0-experimental-45804af1-20241021 → 0.0.0-experimental-1631855f-20241023
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.
|
@@ -4353,11 +4353,13 @@
|
|
|
4353
4353
|
"\n//# sourceURL=rsc://React/" +
|
|
4354
4354
|
encodeURIComponent(environmentName) +
|
|
4355
4355
|
"/" +
|
|
4356
|
-
filename +
|
|
4356
|
+
encodeURI(filename) +
|
|
4357
4357
|
"?" +
|
|
4358
4358
|
fakeFunctionIdx++),
|
|
4359
4359
|
(col += "\n//# sourceMappingURL=" + sourceMap))
|
|
4360
|
-
:
|
|
4360
|
+
: (col = filename
|
|
4361
|
+
? col + ("\n//# sourceURL=" + encodeURI(filename))
|
|
4362
|
+
: col + "\n//# sourceURL=<anonymous>");
|
|
4361
4363
|
try {
|
|
4362
4364
|
var fn = (0, eval)(col)[name];
|
|
4363
4365
|
} catch (x) {
|
|
@@ -11724,7 +11726,7 @@
|
|
|
11724
11726
|
getCurrentStack: null
|
|
11725
11727
|
},
|
|
11726
11728
|
frameRegExp =
|
|
11727
|
-
/^ {3} at (?:(.+) \((.+):(\d+):(\d+)\)|(?:async )?(.+):(\d+):(\d+))$/,
|
|
11729
|
+
/^ {3} at (?:(.+) \((?:(.+):(\d+):(\d+)|<anonymous>)\)|(?:async )?(.+):(\d+):(\d+)|<anonymous>)$/,
|
|
11728
11730
|
CLIENT_REFERENCE_TAG$1 = Symbol.for("react.client.reference"),
|
|
11729
11731
|
SERVER_REFERENCE_TAG = Symbol.for("react.server.reference"),
|
|
11730
11732
|
TEMPORARY_REFERENCE_TAG = Symbol.for("react.temporary.reference"),
|
|
@@ -13153,5 +13155,5 @@
|
|
|
13153
13155
|
});
|
|
13154
13156
|
});
|
|
13155
13157
|
};
|
|
13156
|
-
exports.version = "19.0.0-experimental-
|
|
13158
|
+
exports.version = "19.0.0-experimental-1631855f-20241023";
|
|
13157
13159
|
})();
|
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-1631855f-20241023",
|
|
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-1631855f-20241023"
|
|
21
21
|
},
|
|
22
22
|
"files": [
|
|
23
23
|
"LICENSE",
|