react-markup 0.0.0-experimental-7670501b-20241124 → 0.0.0-experimental-1b1283ad-20241203

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.
@@ -8635,5 +8635,5 @@
8635
8635
  });
8636
8636
  });
8637
8637
  };
8638
- exports.version = "19.0.0-experimental-7670501b-20241124";
8638
+ exports.version = "19.0.0-experimental-1b1283ad-20241203";
8639
8639
  })();
@@ -5710,4 +5710,4 @@ exports.experimental_renderToHTML = function (children, options) {
5710
5710
  });
5711
5711
  });
5712
5712
  };
5713
- exports.version = "19.0.0-experimental-7670501b-20241124";
5713
+ exports.version = "19.0.0-experimental-1b1283ad-20241203";
@@ -3143,7 +3143,7 @@
3143
3143
  ) {
3144
3144
  if (void 0 === temporaryReferences)
3145
3145
  throw Error(
3146
- "Only plain objects, and a few built-ins, can be passed to Server Actions. Classes or null prototypes are not supported." +
3146
+ "Only plain objects, and a few built-ins, can be passed to Server Functions. Classes or null prototypes are not supported." +
3147
3147
  describeObjectForErrorMessage(this, key)
3148
3148
  );
3149
3149
  return "$T";
@@ -13178,5 +13178,5 @@
13178
13178
  });
13179
13179
  });
13180
13180
  };
13181
- exports.version = "19.0.0-experimental-7670501b-20241124";
13181
+ exports.version = "19.0.0-experimental-1b1283ad-20241203";
13182
13182
  })();
@@ -2107,7 +2107,7 @@ function processReply(
2107
2107
  ) {
2108
2108
  if (void 0 === temporaryReferences)
2109
2109
  throw Error(
2110
- "Only plain objects, and a few built-ins, can be passed to Server Actions. Classes or null prototypes are not supported."
2110
+ "Only plain objects, and a few built-ins, can be passed to Server Functions. Classes or null prototypes are not supported."
2111
2111
  );
2112
2112
  return "$T";
2113
2113
  }
@@ -8696,4 +8696,4 @@ exports.experimental_renderToHTML = function (children, options) {
8696
8696
  });
8697
8697
  });
8698
8698
  };
8699
- exports.version = "19.0.0-experimental-7670501b-20241124";
8699
+ exports.version = "19.0.0-experimental-1b1283ad-20241203";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-markup",
3
- "version": "0.0.0-experimental-7670501b-20241124",
3
+ "version": "0.0.0-experimental-1b1283ad-20241203",
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-7670501b-20241124"
20
+ "react": "0.0.0-experimental-1b1283ad-20241203"
21
21
  },
22
22
  "files": [
23
23
  "LICENSE",