@tramvai/module-child-app 5.53.156 → 5.53.159
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.
|
@@ -5,6 +5,6 @@ type AnyError = Error & {
|
|
|
5
5
|
interface Props extends ChildAppReactConfig {
|
|
6
6
|
error?: AnyError;
|
|
7
7
|
}
|
|
8
|
-
export declare const ChildAppFallbackWrapper: ({ name, fallback: Fallback, tag, version, error, }: Props) => import("react
|
|
8
|
+
export declare const ChildAppFallbackWrapper: ({ name, fallback: Fallback, tag, version, error, }: Props) => import("react").JSX.Element | null;
|
|
9
9
|
export {};
|
|
10
10
|
//# sourceMappingURL=ChildAppFallbackWrapper.d.ts.map
|
|
@@ -3,6 +3,6 @@ import type { ChildAppReactConfig } from '@tramvai/tokens-child-app';
|
|
|
3
3
|
type Props = {
|
|
4
4
|
config: ChildAppReactConfig;
|
|
5
5
|
};
|
|
6
|
-
export declare const ChildAppErrorBoundaryWrapper: (props: PropsWithChildren<Props>) => import("react
|
|
6
|
+
export declare const ChildAppErrorBoundaryWrapper: (props: PropsWithChildren<Props>) => import("react").JSX.Element;
|
|
7
7
|
export {};
|
|
8
8
|
//# sourceMappingURL=childAppErrorBoundaryWrapper.d.ts.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { ChildAppReactConfig } from '@tramvai/tokens-child-app';
|
|
2
|
-
export declare const ChildApp: import("react").MemoExoticComponent<(config: ChildAppReactConfig) => import("react
|
|
2
|
+
export declare const ChildApp: import("react").MemoExoticComponent<(config: ChildAppReactConfig) => import("react").JSX.Element>;
|
|
3
3
|
//# sourceMappingURL=component.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tramvai/module-child-app",
|
|
3
|
-
"version": "5.53.
|
|
3
|
+
"version": "5.53.159",
|
|
4
4
|
"description": "Module for child apps",
|
|
5
5
|
"browser": {
|
|
6
6
|
"./lib/server.es.js": "./lib/browser.js",
|
|
@@ -35,22 +35,22 @@
|
|
|
35
35
|
"@tinkoff/module-loader-client": "0.7.9",
|
|
36
36
|
"@tinkoff/module-loader-server": "0.8.12",
|
|
37
37
|
"@tinkoff/url": "0.11.7",
|
|
38
|
-
"@tramvai/child-app-core": "5.53.
|
|
39
|
-
"@tramvai/module-common": "5.53.
|
|
40
|
-
"@tramvai/module-router": "5.53.
|
|
38
|
+
"@tramvai/child-app-core": "5.53.159",
|
|
39
|
+
"@tramvai/module-common": "5.53.159",
|
|
40
|
+
"@tramvai/module-router": "5.53.159",
|
|
41
41
|
"@tramvai/safe-strings": "0.8.8",
|
|
42
|
-
"@tramvai/tokens-child-app": "5.53.
|
|
42
|
+
"@tramvai/tokens-child-app": "5.53.159"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"@tinkoff/dippy": "^1.0.0",
|
|
46
|
-
"@tinkoff/router": "0.5.
|
|
46
|
+
"@tinkoff/router": "0.5.283",
|
|
47
47
|
"@tinkoff/utils": "^2.1.2",
|
|
48
|
-
"@tramvai/core": "5.53.
|
|
49
|
-
"@tramvai/react": "5.53.
|
|
50
|
-
"@tramvai/state": "5.53.
|
|
51
|
-
"@tramvai/tokens-common": "5.53.
|
|
52
|
-
"@tramvai/tokens-render": "5.53.
|
|
53
|
-
"@tramvai/tokens-router": "5.53.
|
|
48
|
+
"@tramvai/core": "5.53.159",
|
|
49
|
+
"@tramvai/react": "5.53.159",
|
|
50
|
+
"@tramvai/state": "5.53.159",
|
|
51
|
+
"@tramvai/tokens-common": "5.53.159",
|
|
52
|
+
"@tramvai/tokens-render": "5.53.159",
|
|
53
|
+
"@tramvai/tokens-router": "5.53.159",
|
|
54
54
|
"object-assign": "^4.1.1",
|
|
55
55
|
"react": ">=16.14.0",
|
|
56
56
|
"react-dom": ">=16.14.0",
|
|
@@ -58,14 +58,14 @@
|
|
|
58
58
|
"tslib": "^2.4.0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@tramvai/module-http-client": "5.53.
|
|
62
|
-
"@tramvai/module-react-query": "5.53.
|
|
63
|
-
"@tramvai/module-render": "5.53.
|
|
64
|
-
"@tramvai/module-router": "5.53.
|
|
65
|
-
"@tramvai/module-server": "5.53.
|
|
66
|
-
"@tramvai/react": "5.53.
|
|
67
|
-
"@tramvai/react-query": "5.53.
|
|
68
|
-
"@tramvai/state": "5.53.
|
|
61
|
+
"@tramvai/module-http-client": "5.53.159",
|
|
62
|
+
"@tramvai/module-react-query": "5.53.159",
|
|
63
|
+
"@tramvai/module-render": "5.53.159",
|
|
64
|
+
"@tramvai/module-router": "5.53.159",
|
|
65
|
+
"@tramvai/module-server": "5.53.159",
|
|
66
|
+
"@tramvai/react": "5.53.159",
|
|
67
|
+
"@tramvai/react-query": "5.53.159",
|
|
68
|
+
"@tramvai/state": "5.53.159"
|
|
69
69
|
},
|
|
70
70
|
"module": "lib/server.es.js"
|
|
71
71
|
}
|