react-server-dom-turbopack 19.3.0-canary-ead92181-20251010 → 19.3.0-canary-d7215b49-20251013

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.
@@ -4863,10 +4863,10 @@
4863
4863
  return hook.checkDCE ? !0 : !1;
4864
4864
  })({
4865
4865
  bundleType: 1,
4866
- version: "19.3.0-canary-ead92181-20251010",
4866
+ version: "19.3.0-canary-d7215b49-20251013",
4867
4867
  rendererPackageName: "react-server-dom-turbopack",
4868
4868
  currentDispatcherRef: ReactSharedInternals,
4869
- reconcilerVersion: "19.3.0-canary-ead92181-20251010",
4869
+ reconcilerVersion: "19.3.0-canary-d7215b49-20251013",
4870
4870
  getCurrentComponentInfo: function () {
4871
4871
  return currentOwnerInDEV;
4872
4872
  }
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-ead92181-20251010",
4
+ "version": "19.3.0-canary-d7215b49-20251013",
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-ead92181-20251010",
82
- "react-dom": "19.3.0-canary-ead92181-20251010"
81
+ "react": "19.3.0-canary-d7215b49-20251013",
82
+ "react-dom": "19.3.0-canary-d7215b49-20251013"
83
83
  },
84
84
  "dependencies": {
85
85
  "acorn-loose": "^8.3.0",