react-server-dom-webpack 19.2.0-canary-b6c0aa88-20250609 → 19.2.0-canary-56408a5b-20250610

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.
@@ -2760,10 +2760,10 @@
2760
2760
  return hook.checkDCE ? !0 : !1;
2761
2761
  })({
2762
2762
  bundleType: 1,
2763
- version: "19.2.0-canary-b6c0aa88-20250609",
2763
+ version: "19.2.0-canary-56408a5b-20250610",
2764
2764
  rendererPackageName: "react-server-dom-webpack",
2765
2765
  currentDispatcherRef: ReactSharedInternals,
2766
- reconcilerVersion: "19.2.0-canary-b6c0aa88-20250609",
2766
+ reconcilerVersion: "19.2.0-canary-56408a5b-20250610",
2767
2767
  getCurrentComponentInfo: function () {
2768
2768
  return currentOwnerInDEV;
2769
2769
  }
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.2.0-canary-b6c0aa88-20250609",
4
+ "version": "19.2.0-canary-56408a5b-20250610",
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.2.0-canary-b6c0aa88-20250609",
103
- "react-dom": "19.2.0-canary-b6c0aa88-20250609",
102
+ "react": "19.2.0-canary-56408a5b-20250610",
103
+ "react-dom": "19.2.0-canary-56408a5b-20250610",
104
104
  "webpack": "^5.59.0"
105
105
  },
106
106
  "dependencies": {