@matthamlin/react-client 0.0.0-experimental-5ccfcd17-20250312 → 0.0.0-experimental-f3c95600-20250313
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.
@@ -2803,7 +2803,7 @@
|
|
2803
2803
|
version: rendererVersion,
|
2804
2804
|
rendererPackageName: rendererPackageName,
|
2805
2805
|
currentDispatcherRef: ReactSharedInternals,
|
2806
|
-
reconcilerVersion: "19.1.0-experimental-
|
2806
|
+
reconcilerVersion: "19.1.0-experimental-f3c95600-20250313",
|
2807
2807
|
getCurrentComponentInfo: getCurrentOwnerInDEV
|
2808
2808
|
};
|
2809
2809
|
if ("undefined" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__)
|
@@ -1600,7 +1600,7 @@ module.exports = function ($$$config) {
|
|
1600
1600
|
version: rendererVersion,
|
1601
1601
|
rendererPackageName: rendererPackageName,
|
1602
1602
|
currentDispatcherRef: ReactSharedInternals,
|
1603
|
-
reconcilerVersion: "19.1.0-experimental-
|
1603
|
+
reconcilerVersion: "19.1.0-experimental-f3c95600-20250313",
|
1604
1604
|
getCurrentComponentInfo: getCurrentOwnerInDEV
|
1605
1605
|
};
|
1606
1606
|
if ("undefined" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__)
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@matthamlin/react-client",
|
3
3
|
"description": "React package for consuming streaming models.",
|
4
|
-
"version": "0.0.0-experimental-
|
4
|
+
"version": "0.0.0-experimental-f3c95600-20250313",
|
5
5
|
"keywords": [
|
6
6
|
"react"
|
7
7
|
],
|
@@ -23,6 +23,6 @@
|
|
23
23
|
"node": ">=0.10.0"
|
24
24
|
},
|
25
25
|
"peerDependencies": {
|
26
|
-
"react": "0.0.0-experimental-
|
26
|
+
"react": "0.0.0-experimental-f3c95600-20250313"
|
27
27
|
}
|
28
28
|
}
|