react-server-dom-parcel 19.3.0-canary-f6a48828-20251019 → 19.3.0-canary-2bcbf254-20251020
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.
|
@@ -2631,7 +2631,7 @@
|
|
|
2631
2631
|
debugValuePromise.status = "fulfilled";
|
|
2632
2632
|
debugValuePromise.value = streamDebugValue;
|
|
2633
2633
|
streamState._debugInfo = {
|
|
2634
|
-
name: "
|
|
2634
|
+
name: "rsc stream",
|
|
2635
2635
|
start: weakResponse._debugStartTime,
|
|
2636
2636
|
end: weakResponse._debugStartTime,
|
|
2637
2637
|
byteSize: 0,
|
|
@@ -4820,10 +4820,10 @@
|
|
|
4820
4820
|
return hook.checkDCE ? !0 : !1;
|
|
4821
4821
|
})({
|
|
4822
4822
|
bundleType: 1,
|
|
4823
|
-
version: "19.3.0-canary-
|
|
4823
|
+
version: "19.3.0-canary-2bcbf254-20251020",
|
|
4824
4824
|
rendererPackageName: "react-server-dom-parcel",
|
|
4825
4825
|
currentDispatcherRef: ReactSharedInternals,
|
|
4826
|
-
reconcilerVersion: "19.3.0-canary-
|
|
4826
|
+
reconcilerVersion: "19.3.0-canary-2bcbf254-20251020",
|
|
4827
4827
|
getCurrentComponentInfo: function () {
|
|
4828
4828
|
return currentOwnerInDEV;
|
|
4829
4829
|
}
|
|
@@ -2801,7 +2801,7 @@
|
|
|
2801
2801
|
debugValuePromise.status = "fulfilled";
|
|
2802
2802
|
debugValuePromise.value = streamDebugValue;
|
|
2803
2803
|
streamState._debugInfo = {
|
|
2804
|
-
name: "
|
|
2804
|
+
name: "rsc stream",
|
|
2805
2805
|
start: weakResponse._debugStartTime,
|
|
2806
2806
|
end: weakResponse._debugStartTime,
|
|
2807
2807
|
byteSize: 0,
|
|
@@ -2801,7 +2801,7 @@
|
|
|
2801
2801
|
debugValuePromise.status = "fulfilled";
|
|
2802
2802
|
debugValuePromise.value = streamDebugValue;
|
|
2803
2803
|
streamState._debugInfo = {
|
|
2804
|
-
name: "
|
|
2804
|
+
name: "rsc stream",
|
|
2805
2805
|
start: weakResponse._debugStartTime,
|
|
2806
2806
|
end: weakResponse._debugStartTime,
|
|
2807
2807
|
byteSize: 0,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-server-dom-parcel",
|
|
3
3
|
"description": "React Server Components bindings for DOM using Parcel. This is intended to be integrated into meta-frameworks. It is not intended to be imported directly.",
|
|
4
|
-
"version": "19.3.0-canary-
|
|
4
|
+
"version": "19.3.0-canary-2bcbf254-20251020",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react"
|
|
7
7
|
],
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"node": ">=0.10.0"
|
|
79
79
|
},
|
|
80
80
|
"peerDependencies": {
|
|
81
|
-
"react": "19.3.0-canary-
|
|
82
|
-
"react-dom": "19.3.0-canary-
|
|
81
|
+
"react": "19.3.0-canary-2bcbf254-20251020",
|
|
82
|
+
"react-dom": "19.3.0-canary-2bcbf254-20251020"
|
|
83
83
|
}
|
|
84
84
|
}
|