@epam/ai-dial-modulify-ui 0.45.0-dev.29 → 0.45.0-dev.34
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/index.esm.js +2 -2
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -627,7 +627,7 @@ function requireReact_production () {
|
|
|
627
627
|
react_production.useTransition = function () {
|
|
628
628
|
return ReactSharedInternals.H.useTransition();
|
|
629
629
|
};
|
|
630
|
-
react_production.version = "19.2.
|
|
630
|
+
react_production.version = "19.2.5";
|
|
631
631
|
return react_production;
|
|
632
632
|
}
|
|
633
633
|
|
|
@@ -1917,7 +1917,7 @@ function requireReact_development () {
|
|
|
1917
1917
|
exports$1.useTransition = function () {
|
|
1918
1918
|
return resolveDispatcher().useTransition();
|
|
1919
1919
|
};
|
|
1920
|
-
exports$1.version = "19.2.
|
|
1920
|
+
exports$1.version = "19.2.5";
|
|
1921
1921
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
|
1922
1922
|
"function" ===
|
|
1923
1923
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@epam/ai-dial-modulify-ui",
|
|
3
3
|
"description": "Modulify Toolkit (UI) for turning a monolith-like project into a modular one",
|
|
4
4
|
"homepage": "https://dialx.ai",
|
|
5
|
-
"version": "0.45.0-dev.
|
|
5
|
+
"version": "0.45.0-dev.34",
|
|
6
6
|
"dependencies": {},
|
|
7
7
|
"type": "module",
|
|
8
8
|
"bugs": {
|