react-markup 0.0.0-experimental-2f0e7e57-20250715 → 0.0.0-experimental-dffacc7b-20250717

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.
@@ -9792,5 +9792,5 @@
9792
9792
  });
9793
9793
  });
9794
9794
  };
9795
- exports.version = "19.2.0-experimental-2f0e7e57-20250715";
9795
+ exports.version = "19.2.0-experimental-dffacc7b-20250717";
9796
9796
  })();
@@ -6757,4 +6757,4 @@ exports.experimental_renderToHTML = function (children, options) {
6757
6757
  });
6758
6758
  });
6759
6759
  };
6760
- exports.version = "19.2.0-experimental-2f0e7e57-20250715";
6760
+ exports.version = "19.2.0-experimental-dffacc7b-20250717";
@@ -16346,11 +16346,11 @@
16346
16346
  flushedByteSize = 0;
16347
16347
  exports.experimental_renderToHTML = function (children, options) {
16348
16348
  return new Promise(function (resolve, reject) {
16349
- var JSCompiler_object_inline__rowState_1576 = 0,
16350
- JSCompiler_object_inline__rowID_1577 = 0,
16351
- JSCompiler_object_inline__rowTag_1578 = 0,
16352
- JSCompiler_object_inline__rowLength_1579 = 0,
16353
- JSCompiler_object_inline__buffer_1580 = [],
16349
+ var JSCompiler_object_inline__rowState_1582 = 0,
16350
+ JSCompiler_object_inline__rowID_1583 = 0,
16351
+ JSCompiler_object_inline__rowTag_1584 = 0,
16352
+ JSCompiler_object_inline__rowLength_1585 = 0,
16353
+ JSCompiler_object_inline__buffer_1586 = [],
16354
16354
  buffer = "",
16355
16355
  stashErrorIdx = 1,
16356
16356
  stashedErrors = new Map(),
@@ -16450,10 +16450,10 @@
16450
16450
  for (
16451
16451
  var response = unwrapWeakResponse(flightResponse),
16452
16452
  i = 0,
16453
- rowState = JSCompiler_object_inline__rowState_1576,
16454
- rowID = JSCompiler_object_inline__rowID_1577,
16455
- rowTag = JSCompiler_object_inline__rowTag_1578,
16456
- rowLength = JSCompiler_object_inline__rowLength_1579,
16453
+ rowState = JSCompiler_object_inline__rowState_1582,
16454
+ rowID = JSCompiler_object_inline__rowID_1583,
16455
+ rowTag = JSCompiler_object_inline__rowTag_1584,
16456
+ rowLength = JSCompiler_object_inline__rowLength_1585,
16457
16457
  chunkLength = chunk.length;
16458
16458
  i < chunkLength;
16459
16459
 
@@ -16517,7 +16517,7 @@
16517
16517
  lastIdx = chunk.length;
16518
16518
  }
16519
16519
  if (-1 < lastIdx) {
16520
- if (0 < JSCompiler_object_inline__buffer_1580.length)
16520
+ if (0 < JSCompiler_object_inline__buffer_1586.length)
16521
16521
  throw Error(
16522
16522
  "String chunks need to be passed in their original shape. Not split into smaller string chunks. This is a bug in the wiring of the React streams."
16523
16523
  );
@@ -16526,16 +16526,16 @@
16526
16526
  i = lastIdx;
16527
16527
  3 === rowState && i++;
16528
16528
  rowLength = rowID = rowTag = rowState = 0;
16529
- JSCompiler_object_inline__buffer_1580.length = 0;
16529
+ JSCompiler_object_inline__buffer_1586.length = 0;
16530
16530
  } else if (chunk.length !== i)
16531
16531
  throw Error(
16532
16532
  "String chunks need to be passed in their original shape. Not split into smaller string chunks. This is a bug in the wiring of the React streams."
16533
16533
  );
16534
16534
  }
16535
- JSCompiler_object_inline__rowState_1576 = rowState;
16536
- JSCompiler_object_inline__rowID_1577 = rowID;
16537
- JSCompiler_object_inline__rowTag_1578 = rowTag;
16538
- JSCompiler_object_inline__rowLength_1579 = rowLength;
16535
+ JSCompiler_object_inline__rowState_1582 = rowState;
16536
+ JSCompiler_object_inline__rowID_1583 = rowID;
16537
+ JSCompiler_object_inline__rowTag_1584 = rowTag;
16538
+ JSCompiler_object_inline__rowLength_1585 = rowLength;
16539
16539
  }
16540
16540
  } else
16541
16541
  reportGlobalError(flightResponse, Error("Connection closed."));
@@ -16559,5 +16559,5 @@
16559
16559
  });
16560
16560
  });
16561
16561
  };
16562
- exports.version = "19.2.0-experimental-2f0e7e57-20250715";
16562
+ exports.version = "19.2.0-experimental-dffacc7b-20250717";
16563
16563
  })();
@@ -9908,4 +9908,4 @@ exports.experimental_renderToHTML = function (children, options) {
9908
9908
  });
9909
9909
  });
9910
9910
  };
9911
- exports.version = "19.2.0-experimental-2f0e7e57-20250715";
9911
+ exports.version = "19.2.0-experimental-dffacc7b-20250717";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-markup",
3
- "version": "0.0.0-experimental-2f0e7e57-20250715",
3
+ "version": "0.0.0-experimental-dffacc7b-20250717",
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-2f0e7e57-20250715"
20
+ "react": "0.0.0-experimental-dffacc7b-20250717"
21
21
  },
22
22
  "files": [
23
23
  "LICENSE",