react-markup 0.0.0-experimental-d4287258-20241217 → 0.0.0-experimental-ef979d47-20241218

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.
@@ -8633,5 +8633,5 @@
8633
8633
  });
8634
8634
  });
8635
8635
  };
8636
- exports.version = "19.1.0-experimental-d4287258-20241217";
8636
+ exports.version = "19.1.0-experimental-ef979d47-20241218";
8637
8637
  })();
@@ -5709,4 +5709,4 @@ exports.experimental_renderToHTML = function (children, options) {
5709
5709
  });
5710
5710
  });
5711
5711
  };
5712
- exports.version = "19.1.0-experimental-d4287258-20241217";
5712
+ exports.version = "19.1.0-experimental-ef979d47-20241218";
@@ -2419,12 +2419,12 @@
2419
2419
  }
2420
2420
  function forwardDebugInfo(request, id, debugInfo) {
2421
2421
  for (var i = 0; i < debugInfo.length; i++)
2422
- request.pendingChunks++,
2423
- "number" === typeof debugInfo[i].time
2424
- ? emitTimingChunk(request, id, debugInfo[i].time)
2425
- : ("string" === typeof debugInfo[i].name &&
2426
- outlineComponentInfo(request, debugInfo[i]),
2427
- emitDebugChunk(request, id, debugInfo[i]));
2422
+ "number" === typeof debugInfo[i].time
2423
+ ? emitTimingChunk(request, id, debugInfo[i].time)
2424
+ : (request.pendingChunks++,
2425
+ "string" === typeof debugInfo[i].name &&
2426
+ outlineComponentInfo(request, debugInfo[i]),
2427
+ emitDebugChunk(request, id, debugInfo[i]));
2428
2428
  }
2429
2429
  function emitTimingChunk(request, id, timestamp) {
2430
2430
  request.pendingChunks++;
@@ -13296,5 +13296,5 @@
13296
13296
  });
13297
13297
  });
13298
13298
  };
13299
- exports.version = "19.1.0-experimental-d4287258-20241217";
13299
+ exports.version = "19.1.0-experimental-ef979d47-20241218";
13300
13300
  })();
@@ -8623,4 +8623,4 @@ exports.experimental_renderToHTML = function (children, options) {
8623
8623
  });
8624
8624
  });
8625
8625
  };
8626
- exports.version = "19.1.0-experimental-d4287258-20241217";
8626
+ exports.version = "19.1.0-experimental-ef979d47-20241218";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-markup",
3
- "version": "0.0.0-experimental-d4287258-20241217",
3
+ "version": "0.0.0-experimental-ef979d47-20241218",
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-d4287258-20241217"
20
+ "react": "0.0.0-experimental-ef979d47-20241218"
21
21
  },
22
22
  "files": [
23
23
  "LICENSE",