react-markup 0.0.0-experimental-4beb1fd8-20241118 → 0.0.0-experimental-6f0dc294-20241119
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.
|
@@ -13178,5 +13178,5 @@
|
|
|
13178
13178
|
});
|
|
13179
13179
|
});
|
|
13180
13180
|
};
|
|
13181
|
-
exports.version = "19.0.0-experimental-
|
|
13181
|
+
exports.version = "19.0.0-experimental-6f0dc294-20241119";
|
|
13182
13182
|
})();
|
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-6f0dc294-20241119",
|
|
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-6f0dc294-20241119"
|
|
21
21
|
},
|
|
22
22
|
"files": [
|
|
23
23
|
"LICENSE",
|