react-server-dom-turbopack 19.3.0-canary-56e84692-20251014 → 19.3.0-canary-5f2b5718-20251014

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.
@@ -4904,10 +4904,10 @@
4904
4904
  return hook.checkDCE ? !0 : !1;
4905
4905
  })({
4906
4906
  bundleType: 1,
4907
- version: "19.3.0-canary-56e84692-20251014",
4907
+ version: "19.3.0-canary-5f2b5718-20251014",
4908
4908
  rendererPackageName: "react-server-dom-turbopack",
4909
4909
  currentDispatcherRef: ReactSharedInternals,
4910
- reconcilerVersion: "19.3.0-canary-56e84692-20251014",
4910
+ reconcilerVersion: "19.3.0-canary-5f2b5718-20251014",
4911
4911
  getCurrentComponentInfo: function () {
4912
4912
  return currentOwnerInDEV;
4913
4913
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-server-dom-turbopack",
3
3
  "description": "React Server Components bindings for DOM using Turbopack. This is intended to be integrated into meta-frameworks. It is not intended to be imported directly.",
4
- "version": "19.3.0-canary-56e84692-20251014",
4
+ "version": "19.3.0-canary-5f2b5718-20251014",
5
5
  "keywords": [
6
6
  "react"
7
7
  ],
@@ -78,8 +78,8 @@
78
78
  "node": ">=0.10.0"
79
79
  },
80
80
  "peerDependencies": {
81
- "react": "19.3.0-canary-56e84692-20251014",
82
- "react-dom": "19.3.0-canary-56e84692-20251014"
81
+ "react": "19.3.0-canary-5f2b5718-20251014",
82
+ "react-dom": "19.3.0-canary-5f2b5718-20251014"
83
83
  },
84
84
  "dependencies": {
85
85
  "acorn-loose": "^8.3.0",