@pnnh/atom 0.10.0 → 0.11.0
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.
- package/dist/client.cjs +4 -4
- package/dist/client.cjs.map +1 -1
- package/dist/client.d.ts +1 -1
- package/dist/client.mjs +4 -4
- package/dist/client.mjs.map +1 -1
- package/dist/common.cjs +31 -31
- package/dist/common.cjs.map +1 -1
- package/dist/common.mjs +31 -31
- package/dist/common.mjs.map +1 -1
- package/dist/server.cjs +31 -31
- package/dist/server.cjs.map +1 -1
- package/dist/server.mjs +32 -32
- package/dist/server.mjs.map +1 -1
- package/package.json +3 -79
package/dist/client.cjs
CHANGED
|
@@ -816,7 +816,7 @@ function requireReact_production () {
|
|
|
816
816
|
react_production.useTransition = function () {
|
|
817
817
|
return ReactSharedInternals.H.useTransition();
|
|
818
818
|
};
|
|
819
|
-
react_production.version = "19.2.
|
|
819
|
+
react_production.version = "19.2.4";
|
|
820
820
|
return react_production;
|
|
821
821
|
}
|
|
822
822
|
|
|
@@ -2106,7 +2106,7 @@ function requireReact_development () {
|
|
|
2106
2106
|
exports$1.useTransition = function () {
|
|
2107
2107
|
return resolveDispatcher().useTransition();
|
|
2108
2108
|
};
|
|
2109
|
-
exports$1.version = "19.2.
|
|
2109
|
+
exports$1.version = "19.2.4";
|
|
2110
2110
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
2111
2111
|
"function" ===
|
|
2112
2112
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
|
@@ -12723,7 +12723,7 @@ function requireReactDom_production () {
|
|
|
12723
12723
|
reactDom_production.useFormStatus = function () {
|
|
12724
12724
|
return ReactSharedInternals.H.useHostTransitionStatus();
|
|
12725
12725
|
};
|
|
12726
|
-
reactDom_production.version = "19.2.
|
|
12726
|
+
reactDom_production.version = "19.2.4";
|
|
12727
12727
|
return reactDom_production;
|
|
12728
12728
|
}
|
|
12729
12729
|
|
|
@@ -13151,7 +13151,7 @@ function requireReactDom_development () {
|
|
|
13151
13151
|
reactDom_development.useFormStatus = function () {
|
|
13152
13152
|
return resolveDispatcher().useHostTransitionStatus();
|
|
13153
13153
|
};
|
|
13154
|
-
reactDom_development.version = "19.2.
|
|
13154
|
+
reactDom_development.version = "19.2.4";
|
|
13155
13155
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
13156
13156
|
"function" ===
|
|
13157
13157
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|