react-server-dom-webpack 19.3.0-canary-1873ad79-20251015 → 19.3.0-canary-1324e1bb-20251016
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.
|
@@ -4920,10 +4920,10 @@
|
|
|
4920
4920
|
return hook.checkDCE ? !0 : !1;
|
|
4921
4921
|
})({
|
|
4922
4922
|
bundleType: 1,
|
|
4923
|
-
version: "19.3.0-canary-
|
|
4923
|
+
version: "19.3.0-canary-1324e1bb-20251016",
|
|
4924
4924
|
rendererPackageName: "react-server-dom-webpack",
|
|
4925
4925
|
currentDispatcherRef: ReactSharedInternals,
|
|
4926
|
-
reconcilerVersion: "19.3.0-canary-
|
|
4926
|
+
reconcilerVersion: "19.3.0-canary-1324e1bb-20251016",
|
|
4927
4927
|
getCurrentComponentInfo: function () {
|
|
4928
4928
|
return currentOwnerInDEV;
|
|
4929
4929
|
}
|
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.3.0-canary-
|
|
4
|
+
"version": "19.3.0-canary-1324e1bb-20251016",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react"
|
|
7
7
|
],
|
|
@@ -99,8 +99,8 @@
|
|
|
99
99
|
"node": ">=0.10.0"
|
|
100
100
|
},
|
|
101
101
|
"peerDependencies": {
|
|
102
|
-
"react": "19.3.0-canary-
|
|
103
|
-
"react-dom": "19.3.0-canary-
|
|
102
|
+
"react": "19.3.0-canary-1324e1bb-20251016",
|
|
103
|
+
"react-dom": "19.3.0-canary-1324e1bb-20251016",
|
|
104
104
|
"webpack": "^5.59.0"
|
|
105
105
|
},
|
|
106
106
|
"dependencies": {
|