react-markup 0.0.0-experimental-b45bb335-20251211 → 0.0.0-experimental-bcf97c75-20251215
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.
|
@@ -17108,5 +17108,5 @@
|
|
|
17108
17108
|
});
|
|
17109
17109
|
});
|
|
17110
17110
|
};
|
|
17111
|
-
exports.version = "19.3.0-experimental-
|
|
17111
|
+
exports.version = "19.3.0-experimental-bcf97c75-20251215";
|
|
17112
17112
|
})();
|
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-bcf97c75-20251215",
|
|
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-bcf97c75-20251215"
|
|
21
21
|
},
|
|
22
22
|
"files": [
|
|
23
23
|
"LICENSE",
|