react-server-dom-webpack 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.
- package/cjs/react-server-dom-webpack-client.browser.development.js +2 -2
- package/cjs/react-server-dom-webpack-server.browser.development.js +3 -6
- package/cjs/react-server-dom-webpack-server.browser.production.js +3 -6
- package/cjs/react-server-dom-webpack-server.edge.development.js +3 -6
- package/cjs/react-server-dom-webpack-server.edge.production.js +3 -6
- package/cjs/react-server-dom-webpack-server.node.development.js +3 -6
- package/cjs/react-server-dom-webpack-server.node.production.js +3 -6
- package/package.json +3 -3
|
@@ -2745,10 +2745,10 @@
|
|
|
2745
2745
|
return hook.checkDCE ? !0 : !1;
|
|
2746
2746
|
})({
|
|
2747
2747
|
bundleType: 1,
|
|
2748
|
-
version: "19.1.
|
|
2748
|
+
version: "19.1.6",
|
|
2749
2749
|
rendererPackageName: "react-server-dom-webpack",
|
|
2750
2750
|
currentDispatcherRef: ReactSharedInternals,
|
|
2751
|
-
reconcilerVersion: "19.1.
|
|
2751
|
+
reconcilerVersion: "19.1.6",
|
|
2752
2752
|
getCurrentComponentInfo: function () {
|
|
2753
2753
|
return currentOwnerInDEV;
|
|
2754
2754
|
}
|
|
@@ -3274,23 +3274,20 @@
|
|
|
3274
3274
|
function createMap(response, model) {
|
|
3275
3275
|
if (!isArrayImpl(model)) throw Error("Invalid Map initializer.");
|
|
3276
3276
|
if (!0 === model.$$consumed) throw Error("Already initialized Map.");
|
|
3277
|
-
response = new Map(model);
|
|
3278
3277
|
model.$$consumed = !0;
|
|
3279
|
-
return
|
|
3278
|
+
return new Map(model);
|
|
3280
3279
|
}
|
|
3281
3280
|
function createSet(response, model) {
|
|
3282
3281
|
if (!isArrayImpl(model)) throw Error("Invalid Set initializer.");
|
|
3283
3282
|
if (!0 === model.$$consumed) throw Error("Already initialized Set.");
|
|
3284
|
-
response = new Set(model);
|
|
3285
3283
|
model.$$consumed = !0;
|
|
3286
|
-
return
|
|
3284
|
+
return new Set(model);
|
|
3287
3285
|
}
|
|
3288
3286
|
function extractIterator(response, model) {
|
|
3289
3287
|
if (!isArrayImpl(model)) throw Error("Invalid Iterator initializer.");
|
|
3290
3288
|
if (!0 === model.$$consumed) throw Error("Already initialized Iterator.");
|
|
3291
|
-
response = model[Symbol.iterator]();
|
|
3292
3289
|
model.$$consumed = !0;
|
|
3293
|
-
return
|
|
3290
|
+
return model[Symbol.iterator]();
|
|
3294
3291
|
}
|
|
3295
3292
|
function createModel(response, model, parentObject, key) {
|
|
3296
3293
|
return "then" === key && "function" === typeof model ? null : model;
|
|
@@ -2551,23 +2551,20 @@ function getOutlinedModel(
|
|
|
2551
2551
|
function createMap(response, model) {
|
|
2552
2552
|
if (!isArrayImpl(model)) throw Error("Invalid Map initializer.");
|
|
2553
2553
|
if (!0 === model.$$consumed) throw Error("Already initialized Map.");
|
|
2554
|
-
response = new Map(model);
|
|
2555
2554
|
model.$$consumed = !0;
|
|
2556
|
-
return
|
|
2555
|
+
return new Map(model);
|
|
2557
2556
|
}
|
|
2558
2557
|
function createSet(response, model) {
|
|
2559
2558
|
if (!isArrayImpl(model)) throw Error("Invalid Set initializer.");
|
|
2560
2559
|
if (!0 === model.$$consumed) throw Error("Already initialized Set.");
|
|
2561
|
-
response = new Set(model);
|
|
2562
2560
|
model.$$consumed = !0;
|
|
2563
|
-
return
|
|
2561
|
+
return new Set(model);
|
|
2564
2562
|
}
|
|
2565
2563
|
function extractIterator(response, model) {
|
|
2566
2564
|
if (!isArrayImpl(model)) throw Error("Invalid Iterator initializer.");
|
|
2567
2565
|
if (!0 === model.$$consumed) throw Error("Already initialized Iterator.");
|
|
2568
|
-
response = model[Symbol.iterator]();
|
|
2569
2566
|
model.$$consumed = !0;
|
|
2570
|
-
return
|
|
2567
|
+
return model[Symbol.iterator]();
|
|
2571
2568
|
}
|
|
2572
2569
|
function createModel(response, model, parentObject, key) {
|
|
2573
2570
|
return "then" === key && "function" === typeof model ? null : model;
|
|
@@ -3348,23 +3348,20 @@
|
|
|
3348
3348
|
function createMap(response, model) {
|
|
3349
3349
|
if (!isArrayImpl(model)) throw Error("Invalid Map initializer.");
|
|
3350
3350
|
if (!0 === model.$$consumed) throw Error("Already initialized Map.");
|
|
3351
|
-
response = new Map(model);
|
|
3352
3351
|
model.$$consumed = !0;
|
|
3353
|
-
return
|
|
3352
|
+
return new Map(model);
|
|
3354
3353
|
}
|
|
3355
3354
|
function createSet(response, model) {
|
|
3356
3355
|
if (!isArrayImpl(model)) throw Error("Invalid Set initializer.");
|
|
3357
3356
|
if (!0 === model.$$consumed) throw Error("Already initialized Set.");
|
|
3358
|
-
response = new Set(model);
|
|
3359
3357
|
model.$$consumed = !0;
|
|
3360
|
-
return
|
|
3358
|
+
return new Set(model);
|
|
3361
3359
|
}
|
|
3362
3360
|
function extractIterator(response, model) {
|
|
3363
3361
|
if (!isArrayImpl(model)) throw Error("Invalid Iterator initializer.");
|
|
3364
3362
|
if (!0 === model.$$consumed) throw Error("Already initialized Iterator.");
|
|
3365
|
-
response = model[Symbol.iterator]();
|
|
3366
3363
|
model.$$consumed = !0;
|
|
3367
|
-
return
|
|
3364
|
+
return model[Symbol.iterator]();
|
|
3368
3365
|
}
|
|
3369
3366
|
function createModel(response, model, parentObject, key) {
|
|
3370
3367
|
return "then" === key && "function" === typeof model ? null : model;
|
|
@@ -2553,23 +2553,20 @@ function getOutlinedModel(
|
|
|
2553
2553
|
function createMap(response, model) {
|
|
2554
2554
|
if (!isArrayImpl(model)) throw Error("Invalid Map initializer.");
|
|
2555
2555
|
if (!0 === model.$$consumed) throw Error("Already initialized Map.");
|
|
2556
|
-
response = new Map(model);
|
|
2557
2556
|
model.$$consumed = !0;
|
|
2558
|
-
return
|
|
2557
|
+
return new Map(model);
|
|
2559
2558
|
}
|
|
2560
2559
|
function createSet(response, model) {
|
|
2561
2560
|
if (!isArrayImpl(model)) throw Error("Invalid Set initializer.");
|
|
2562
2561
|
if (!0 === model.$$consumed) throw Error("Already initialized Set.");
|
|
2563
|
-
response = new Set(model);
|
|
2564
2562
|
model.$$consumed = !0;
|
|
2565
|
-
return
|
|
2563
|
+
return new Set(model);
|
|
2566
2564
|
}
|
|
2567
2565
|
function extractIterator(response, model) {
|
|
2568
2566
|
if (!isArrayImpl(model)) throw Error("Invalid Iterator initializer.");
|
|
2569
2567
|
if (!0 === model.$$consumed) throw Error("Already initialized Iterator.");
|
|
2570
|
-
response = model[Symbol.iterator]();
|
|
2571
2568
|
model.$$consumed = !0;
|
|
2572
|
-
return
|
|
2569
|
+
return model[Symbol.iterator]();
|
|
2573
2570
|
}
|
|
2574
2571
|
function createModel(response, model, parentObject, key) {
|
|
2575
2572
|
return "then" === key && "function" === typeof model ? null : model;
|
|
@@ -3326,23 +3326,20 @@
|
|
|
3326
3326
|
function createMap(response, model) {
|
|
3327
3327
|
if (!isArrayImpl(model)) throw Error("Invalid Map initializer.");
|
|
3328
3328
|
if (!0 === model.$$consumed) throw Error("Already initialized Map.");
|
|
3329
|
-
response = new Map(model);
|
|
3330
3329
|
model.$$consumed = !0;
|
|
3331
|
-
return
|
|
3330
|
+
return new Map(model);
|
|
3332
3331
|
}
|
|
3333
3332
|
function createSet(response, model) {
|
|
3334
3333
|
if (!isArrayImpl(model)) throw Error("Invalid Set initializer.");
|
|
3335
3334
|
if (!0 === model.$$consumed) throw Error("Already initialized Set.");
|
|
3336
|
-
response = new Set(model);
|
|
3337
3335
|
model.$$consumed = !0;
|
|
3338
|
-
return
|
|
3336
|
+
return new Set(model);
|
|
3339
3337
|
}
|
|
3340
3338
|
function extractIterator(response, model) {
|
|
3341
3339
|
if (!isArrayImpl(model)) throw Error("Invalid Iterator initializer.");
|
|
3342
3340
|
if (!0 === model.$$consumed) throw Error("Already initialized Iterator.");
|
|
3343
|
-
response = model[Symbol.iterator]();
|
|
3344
3341
|
model.$$consumed = !0;
|
|
3345
|
-
return
|
|
3342
|
+
return model[Symbol.iterator]();
|
|
3346
3343
|
}
|
|
3347
3344
|
function createModel(response, model, parentObject, key) {
|
|
3348
3345
|
return "then" === key && "function" === typeof model ? null : model;
|
|
@@ -2578,23 +2578,20 @@ function getOutlinedModel(
|
|
|
2578
2578
|
function createMap(response, model) {
|
|
2579
2579
|
if (!isArrayImpl(model)) throw Error("Invalid Map initializer.");
|
|
2580
2580
|
if (!0 === model.$$consumed) throw Error("Already initialized Map.");
|
|
2581
|
-
response = new Map(model);
|
|
2582
2581
|
model.$$consumed = !0;
|
|
2583
|
-
return
|
|
2582
|
+
return new Map(model);
|
|
2584
2583
|
}
|
|
2585
2584
|
function createSet(response, model) {
|
|
2586
2585
|
if (!isArrayImpl(model)) throw Error("Invalid Set initializer.");
|
|
2587
2586
|
if (!0 === model.$$consumed) throw Error("Already initialized Set.");
|
|
2588
|
-
response = new Set(model);
|
|
2589
2587
|
model.$$consumed = !0;
|
|
2590
|
-
return
|
|
2588
|
+
return new Set(model);
|
|
2591
2589
|
}
|
|
2592
2590
|
function extractIterator(response, model) {
|
|
2593
2591
|
if (!isArrayImpl(model)) throw Error("Invalid Iterator initializer.");
|
|
2594
2592
|
if (!0 === model.$$consumed) throw Error("Already initialized Iterator.");
|
|
2595
|
-
response = model[Symbol.iterator]();
|
|
2596
2593
|
model.$$consumed = !0;
|
|
2597
|
-
return
|
|
2594
|
+
return model[Symbol.iterator]();
|
|
2598
2595
|
}
|
|
2599
2596
|
function createModel(response, model, parentObject, key) {
|
|
2600
2597
|
return "then" === key && "function" === typeof model ? null : model;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-server-dom-webpack",
|
|
3
3
|
"description": "React Server Components bindings for DOM using Webpack. This is intended to be integrated into meta-frameworks. It is not intended to be imported directly.",
|
|
4
|
-
"version": "19.1.
|
|
4
|
+
"version": "19.1.6",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react"
|
|
7
7
|
],
|
|
@@ -84,8 +84,8 @@
|
|
|
84
84
|
"node": ">=0.10.0"
|
|
85
85
|
},
|
|
86
86
|
"peerDependencies": {
|
|
87
|
-
"react": "^19.1.
|
|
88
|
-
"react-dom": "^19.1.
|
|
87
|
+
"react": "^19.1.6",
|
|
88
|
+
"react-dom": "^19.1.6",
|
|
89
89
|
"webpack": "^5.59.0"
|
|
90
90
|
},
|
|
91
91
|
"dependencies": {
|