react-server-dom-turbopack 19.3.0-canary-7dc903cd-20251203 → 19.3.0-canary-66ae640b-20251204

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.
@@ -4966,10 +4966,10 @@
4966
4966
  return hook.checkDCE ? !0 : !1;
4967
4967
  })({
4968
4968
  bundleType: 1,
4969
- version: "19.3.0-canary-7dc903cd-20251203",
4969
+ version: "19.3.0-canary-66ae640b-20251204",
4970
4970
  rendererPackageName: "react-server-dom-turbopack",
4971
4971
  currentDispatcherRef: ReactSharedInternals,
4972
- reconcilerVersion: "19.3.0-canary-7dc903cd-20251203",
4972
+ reconcilerVersion: "19.3.0-canary-66ae640b-20251204",
4973
4973
  getCurrentComponentInfo: function () {
4974
4974
  return currentOwnerInDEV;
4975
4975
  }
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-7dc903cd-20251203",
4
+ "version": "19.3.0-canary-66ae640b-20251204",
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-7dc903cd-20251203",
82
- "react-dom": "19.3.0-canary-7dc903cd-20251203"
81
+ "react": "19.3.0-canary-66ae640b-20251204",
82
+ "react-dom": "19.3.0-canary-66ae640b-20251204"
83
83
  },
84
84
  "dependencies": {
85
85
  "acorn-loose": "^8.3.0",