react-markup 0.0.0-experimental-28668d39-20241023 → 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,12 +4353,12 @@
|
|
|
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=" + filename)
|
|
4361
|
+
? col + ("\n//# sourceURL=" + encodeURI(filename))
|
|
4362
4362
|
: col + "\n//# sourceURL=<anonymous>");
|
|
4363
4363
|
try {
|
|
4364
4364
|
var fn = (0, eval)(col)[name];
|
|
@@ -13155,5 +13155,5 @@
|
|
|
13155
13155
|
});
|
|
13156
13156
|
});
|
|
13157
13157
|
};
|
|
13158
|
-
exports.version = "19.0.0-experimental-
|
|
13158
|
+
exports.version = "19.0.0-experimental-1631855f-20241023";
|
|
13159
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",
|