react-server-dom-parcel 19.3.0-canary-1873ad79-20251015 → 19.3.0-canary-1324e1bb-20251016

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.
@@ -4815,10 +4815,10 @@
4815
4815
  return hook.checkDCE ? !0 : !1;
4816
4816
  })({
4817
4817
  bundleType: 1,
4818
- version: "19.3.0-canary-1873ad79-20251015",
4818
+ version: "19.3.0-canary-1324e1bb-20251016",
4819
4819
  rendererPackageName: "react-server-dom-parcel",
4820
4820
  currentDispatcherRef: ReactSharedInternals,
4821
- reconcilerVersion: "19.3.0-canary-1873ad79-20251015",
4821
+ reconcilerVersion: "19.3.0-canary-1324e1bb-20251016",
4822
4822
  getCurrentComponentInfo: function () {
4823
4823
  return currentOwnerInDEV;
4824
4824
  }
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-1873ad79-20251015",
4
+ "version": "19.3.0-canary-1324e1bb-20251016",
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-1873ad79-20251015",
82
- "react-dom": "19.3.0-canary-1873ad79-20251015"
81
+ "react": "19.3.0-canary-1324e1bb-20251016",
82
+ "react-dom": "19.3.0-canary-1324e1bb-20251016"
83
83
  }
84
84
  }