react-server-dom-parcel 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.
@@ -4774,10 +4774,10 @@
4774
4774
  return hook.checkDCE ? !0 : !1;
4775
4775
  })({
4776
4776
  bundleType: 1,
4777
- version: "19.3.0-canary-ead92181-20251010",
4777
+ version: "19.3.0-canary-d7215b49-20251013",
4778
4778
  rendererPackageName: "react-server-dom-parcel",
4779
4779
  currentDispatcherRef: ReactSharedInternals,
4780
- reconcilerVersion: "19.3.0-canary-ead92181-20251010",
4780
+ reconcilerVersion: "19.3.0-canary-d7215b49-20251013",
4781
4781
  getCurrentComponentInfo: function () {
4782
4782
  return currentOwnerInDEV;
4783
4783
  }
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-ead92181-20251010",
4
+ "version": "19.3.0-canary-d7215b49-20251013",
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-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
  }