react-server-dom-turbopack 19.1.5 → 19.1.6

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.
@@ -2730,10 +2730,10 @@
2730
2730
  return hook.checkDCE ? !0 : !1;
2731
2731
  })({
2732
2732
  bundleType: 1,
2733
- version: "19.1.5",
2733
+ version: "19.1.6",
2734
2734
  rendererPackageName: "react-server-dom-turbopack",
2735
2735
  currentDispatcherRef: ReactSharedInternals,
2736
- reconcilerVersion: "19.1.5",
2736
+ reconcilerVersion: "19.1.6",
2737
2737
  getCurrentComponentInfo: function () {
2738
2738
  return currentOwnerInDEV;
2739
2739
  }
@@ -3267,23 +3267,20 @@
3267
3267
  function createMap(response, model) {
3268
3268
  if (!isArrayImpl(model)) throw Error("Invalid Map initializer.");
3269
3269
  if (!0 === model.$$consumed) throw Error("Already initialized Map.");
3270
- response = new Map(model);
3271
3270
  model.$$consumed = !0;
3272
- return response;
3271
+ return new Map(model);
3273
3272
  }
3274
3273
  function createSet(response, model) {
3275
3274
  if (!isArrayImpl(model)) throw Error("Invalid Set initializer.");
3276
3275
  if (!0 === model.$$consumed) throw Error("Already initialized Set.");
3277
- response = new Set(model);
3278
3276
  model.$$consumed = !0;
3279
- return response;
3277
+ return new Set(model);
3280
3278
  }
3281
3279
  function extractIterator(response, model) {
3282
3280
  if (!isArrayImpl(model)) throw Error("Invalid Iterator initializer.");
3283
3281
  if (!0 === model.$$consumed) throw Error("Already initialized Iterator.");
3284
- response = model[Symbol.iterator]();
3285
3282
  model.$$consumed = !0;
3286
- return response;
3283
+ return model[Symbol.iterator]();
3287
3284
  }
3288
3285
  function createModel(response, model, parentObject, key) {
3289
3286
  return "then" === key && "function" === typeof model ? null : model;
@@ -2539,23 +2539,20 @@ function getOutlinedModel(
2539
2539
  function createMap(response, model) {
2540
2540
  if (!isArrayImpl(model)) throw Error("Invalid Map initializer.");
2541
2541
  if (!0 === model.$$consumed) throw Error("Already initialized Map.");
2542
- response = new Map(model);
2543
2542
  model.$$consumed = !0;
2544
- return response;
2543
+ return new Map(model);
2545
2544
  }
2546
2545
  function createSet(response, model) {
2547
2546
  if (!isArrayImpl(model)) throw Error("Invalid Set initializer.");
2548
2547
  if (!0 === model.$$consumed) throw Error("Already initialized Set.");
2549
- response = new Set(model);
2550
2548
  model.$$consumed = !0;
2551
- return response;
2549
+ return new Set(model);
2552
2550
  }
2553
2551
  function extractIterator(response, model) {
2554
2552
  if (!isArrayImpl(model)) throw Error("Invalid Iterator initializer.");
2555
2553
  if (!0 === model.$$consumed) throw Error("Already initialized Iterator.");
2556
- response = model[Symbol.iterator]();
2557
2554
  model.$$consumed = !0;
2558
- return response;
2555
+ return model[Symbol.iterator]();
2559
2556
  }
2560
2557
  function createModel(response, model, parentObject, key) {
2561
2558
  return "then" === key && "function" === typeof model ? null : model;
@@ -3345,23 +3345,20 @@
3345
3345
  function createMap(response, model) {
3346
3346
  if (!isArrayImpl(model)) throw Error("Invalid Map initializer.");
3347
3347
  if (!0 === model.$$consumed) throw Error("Already initialized Map.");
3348
- response = new Map(model);
3349
3348
  model.$$consumed = !0;
3350
- return response;
3349
+ return new Map(model);
3351
3350
  }
3352
3351
  function createSet(response, model) {
3353
3352
  if (!isArrayImpl(model)) throw Error("Invalid Set initializer.");
3354
3353
  if (!0 === model.$$consumed) throw Error("Already initialized Set.");
3355
- response = new Set(model);
3356
3354
  model.$$consumed = !0;
3357
- return response;
3355
+ return new Set(model);
3358
3356
  }
3359
3357
  function extractIterator(response, model) {
3360
3358
  if (!isArrayImpl(model)) throw Error("Invalid Iterator initializer.");
3361
3359
  if (!0 === model.$$consumed) throw Error("Already initialized Iterator.");
3362
- response = model[Symbol.iterator]();
3363
3360
  model.$$consumed = !0;
3364
- return response;
3361
+ return model[Symbol.iterator]();
3365
3362
  }
3366
3363
  function createModel(response, model, parentObject, key) {
3367
3364
  return "then" === key && "function" === typeof model ? null : model;
@@ -2550,23 +2550,20 @@ function getOutlinedModel(
2550
2550
  function createMap(response, model) {
2551
2551
  if (!isArrayImpl(model)) throw Error("Invalid Map initializer.");
2552
2552
  if (!0 === model.$$consumed) throw Error("Already initialized Map.");
2553
- response = new Map(model);
2554
2553
  model.$$consumed = !0;
2555
- return response;
2554
+ return new Map(model);
2556
2555
  }
2557
2556
  function createSet(response, model) {
2558
2557
  if (!isArrayImpl(model)) throw Error("Invalid Set initializer.");
2559
2558
  if (!0 === model.$$consumed) throw Error("Already initialized Set.");
2560
- response = new Set(model);
2561
2559
  model.$$consumed = !0;
2562
- return response;
2560
+ return new Set(model);
2563
2561
  }
2564
2562
  function extractIterator(response, model) {
2565
2563
  if (!isArrayImpl(model)) throw Error("Invalid Iterator initializer.");
2566
2564
  if (!0 === model.$$consumed) throw Error("Already initialized Iterator.");
2567
- response = model[Symbol.iterator]();
2568
2565
  model.$$consumed = !0;
2569
- return response;
2566
+ return model[Symbol.iterator]();
2570
2567
  }
2571
2568
  function createModel(response, model, parentObject, key) {
2572
2569
  return "then" === key && "function" === typeof model ? null : model;
@@ -3323,23 +3323,20 @@
3323
3323
  function createMap(response, model) {
3324
3324
  if (!isArrayImpl(model)) throw Error("Invalid Map initializer.");
3325
3325
  if (!0 === model.$$consumed) throw Error("Already initialized Map.");
3326
- response = new Map(model);
3327
3326
  model.$$consumed = !0;
3328
- return response;
3327
+ return new Map(model);
3329
3328
  }
3330
3329
  function createSet(response, model) {
3331
3330
  if (!isArrayImpl(model)) throw Error("Invalid Set initializer.");
3332
3331
  if (!0 === model.$$consumed) throw Error("Already initialized Set.");
3333
- response = new Set(model);
3334
3332
  model.$$consumed = !0;
3335
- return response;
3333
+ return new Set(model);
3336
3334
  }
3337
3335
  function extractIterator(response, model) {
3338
3336
  if (!isArrayImpl(model)) throw Error("Invalid Iterator initializer.");
3339
3337
  if (!0 === model.$$consumed) throw Error("Already initialized Iterator.");
3340
- response = model[Symbol.iterator]();
3341
3338
  model.$$consumed = !0;
3342
- return response;
3339
+ return model[Symbol.iterator]();
3343
3340
  }
3344
3341
  function createModel(response, model, parentObject, key) {
3345
3342
  return "then" === key && "function" === typeof model ? null : model;
@@ -2575,23 +2575,20 @@ function getOutlinedModel(
2575
2575
  function createMap(response, model) {
2576
2576
  if (!isArrayImpl(model)) throw Error("Invalid Map initializer.");
2577
2577
  if (!0 === model.$$consumed) throw Error("Already initialized Map.");
2578
- response = new Map(model);
2579
2578
  model.$$consumed = !0;
2580
- return response;
2579
+ return new Map(model);
2581
2580
  }
2582
2581
  function createSet(response, model) {
2583
2582
  if (!isArrayImpl(model)) throw Error("Invalid Set initializer.");
2584
2583
  if (!0 === model.$$consumed) throw Error("Already initialized Set.");
2585
- response = new Set(model);
2586
2584
  model.$$consumed = !0;
2587
- return response;
2585
+ return new Set(model);
2588
2586
  }
2589
2587
  function extractIterator(response, model) {
2590
2588
  if (!isArrayImpl(model)) throw Error("Invalid Iterator initializer.");
2591
2589
  if (!0 === model.$$consumed) throw Error("Already initialized Iterator.");
2592
- response = model[Symbol.iterator]();
2593
2590
  model.$$consumed = !0;
2594
- return response;
2591
+ return model[Symbol.iterator]();
2595
2592
  }
2596
2593
  function createModel(response, model, parentObject, key) {
2597
2594
  return "then" === key && "function" === typeof model ? null : model;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-server-dom-turbopack",
3
3
  "description": "React Server Components bindings for DOM using Turbopack. This is intended to be integrated into meta-frameworks. It is not intended to be imported directly.",
4
- "version": "19.1.5",
4
+ "version": "19.1.6",
5
5
  "keywords": [
6
6
  "react"
7
7
  ],
@@ -78,8 +78,8 @@
78
78
  "node": ">=0.10.0"
79
79
  },
80
80
  "peerDependencies": {
81
- "react": "^19.1.5",
82
- "react-dom": "^19.1.5"
81
+ "react": "^19.1.6",
82
+ "react-dom": "^19.1.6"
83
83
  },
84
84
  "dependencies": {
85
85
  "acorn-loose": "^8.3.0",