react-server-dom-webpack 19.1.0-canary-3ce77d55-20250106 → 19.1.0-canary-42687267-20250108

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.
@@ -2475,10 +2475,10 @@
2475
2475
  return hook.checkDCE ? !0 : !1;
2476
2476
  })({
2477
2477
  bundleType: 1,
2478
- version: "19.1.0-canary-3ce77d55-20250106",
2478
+ version: "19.1.0-canary-42687267-20250108",
2479
2479
  rendererPackageName: "react-server-dom-webpack",
2480
2480
  currentDispatcherRef: ReactSharedInternals,
2481
- reconcilerVersion: "19.1.0-canary-3ce77d55-20250106",
2481
+ reconcilerVersion: "19.1.0-canary-42687267-20250108",
2482
2482
  getCurrentComponentInfo: function () {
2483
2483
  return currentOwnerInDEV;
2484
2484
  }
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.0-canary-3ce77d55-20250106",
4
+ "version": "19.1.0-canary-42687267-20250108",
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.1.0-canary-3ce77d55-20250106",
103
- "react-dom": "19.1.0-canary-3ce77d55-20250106",
102
+ "react": "19.1.0-canary-42687267-20250108",
103
+ "react-dom": "19.1.0-canary-42687267-20250108",
104
104
  "webpack": "^5.59.0"
105
105
  },
106
106
  "dependencies": {