react-server-dom-parcel 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.
@@ -4881,10 +4881,10 @@
4881
4881
  return hook.checkDCE ? !0 : !1;
4882
4882
  })({
4883
4883
  bundleType: 1,
4884
- version: "19.3.0-canary-7dc903cd-20251203",
4884
+ version: "19.3.0-canary-66ae640b-20251204",
4885
4885
  rendererPackageName: "react-server-dom-parcel",
4886
4886
  currentDispatcherRef: ReactSharedInternals,
4887
- reconcilerVersion: "19.3.0-canary-7dc903cd-20251203",
4887
+ reconcilerVersion: "19.3.0-canary-66ae640b-20251204",
4888
4888
  getCurrentComponentInfo: function () {
4889
4889
  return currentOwnerInDEV;
4890
4890
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-server-dom-parcel",
3
3
  "description": "React Server Components bindings for DOM using Parcel. 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,7 +78,7 @@
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
  }