react-server-dom-turbopack 19.3.0-canary-2bcbf254-20251020 → 19.3.0-canary-71b3a03c-20251021

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.
@@ -4909,10 +4909,10 @@
4909
4909
  return hook.checkDCE ? !0 : !1;
4910
4910
  })({
4911
4911
  bundleType: 1,
4912
- version: "19.3.0-canary-2bcbf254-20251020",
4912
+ version: "19.3.0-canary-71b3a03c-20251021",
4913
4913
  rendererPackageName: "react-server-dom-turbopack",
4914
4914
  currentDispatcherRef: ReactSharedInternals,
4915
- reconcilerVersion: "19.3.0-canary-2bcbf254-20251020",
4915
+ reconcilerVersion: "19.3.0-canary-71b3a03c-20251021",
4916
4916
  getCurrentComponentInfo: function () {
4917
4917
  return currentOwnerInDEV;
4918
4918
  }
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-2bcbf254-20251020",
4
+ "version": "19.3.0-canary-71b3a03c-20251021",
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-2bcbf254-20251020",
82
- "react-dom": "19.3.0-canary-2bcbf254-20251020"
81
+ "react": "19.3.0-canary-71b3a03c-20251021",
82
+ "react-dom": "19.3.0-canary-71b3a03c-20251021"
83
83
  },
84
84
  "dependencies": {
85
85
  "acorn-loose": "^8.3.0",