@tramvai/module-child-app 2.67.0 → 2.67.1
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/lib/browser.d.ts +1 -0
- package/lib/server.d.ts +1 -0
- package/lib/shared/providers.d.ts +0 -12
- package/lib/shared/typings.d.ts +12 -0
- package/package.json +10 -10
package/lib/browser.d.ts
CHANGED
package/lib/server.d.ts
CHANGED
|
@@ -1,14 +1,2 @@
|
|
|
1
1
|
import type { Provider } from '@tinkoff/dippy';
|
|
2
|
-
import type { ChildAppRequestConfig } from '@tramvai/tokens-child-app';
|
|
3
|
-
declare module '@tramvai/react' {
|
|
4
|
-
interface PageComponentOptions {
|
|
5
|
-
childApps?: ChildAppRequestConfig[];
|
|
6
|
-
}
|
|
7
|
-
interface LayoutComponentOptions {
|
|
8
|
-
childApps?: ChildAppRequestConfig[];
|
|
9
|
-
}
|
|
10
|
-
interface MetaComponentOptions {
|
|
11
|
-
childApps?: ChildAppRequestConfig[];
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
2
|
export declare const sharedProviders: Provider[];
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { ChildAppRequestConfig } from '@tramvai/tokens-child-app';
|
|
2
|
+
declare module '@tramvai/react' {
|
|
3
|
+
interface PageComponentOptions {
|
|
4
|
+
childApps?: ChildAppRequestConfig[];
|
|
5
|
+
}
|
|
6
|
+
interface LayoutComponentOptions {
|
|
7
|
+
childApps?: ChildAppRequestConfig[];
|
|
8
|
+
}
|
|
9
|
+
interface MetaComponentOptions {
|
|
10
|
+
childApps?: ChildAppRequestConfig[];
|
|
11
|
+
}
|
|
12
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tramvai/module-child-app",
|
|
3
|
-
"version": "2.67.
|
|
3
|
+
"version": "2.67.1",
|
|
4
4
|
"description": "Module for child apps",
|
|
5
5
|
"browser": {
|
|
6
6
|
"./lib/server.js": "./lib/browser.js",
|
|
@@ -31,21 +31,21 @@
|
|
|
31
31
|
"@tinkoff/env-validators": "0.1.4",
|
|
32
32
|
"@tinkoff/module-loader-client": "0.4.4",
|
|
33
33
|
"@tinkoff/module-loader-server": "0.5.6",
|
|
34
|
-
"@tramvai/child-app-core": "2.67.
|
|
35
|
-
"@tramvai/module-router": "2.67.
|
|
34
|
+
"@tramvai/child-app-core": "2.67.1",
|
|
35
|
+
"@tramvai/module-router": "2.67.1",
|
|
36
36
|
"@tramvai/safe-strings": "0.5.6",
|
|
37
|
-
"@tramvai/tokens-child-app": "2.67.
|
|
37
|
+
"@tramvai/tokens-child-app": "2.67.1"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"@tinkoff/dippy": "0.8.12",
|
|
42
42
|
"@tinkoff/utils": "^2.1.2",
|
|
43
|
-
"@tramvai/core": "2.67.
|
|
44
|
-
"@tramvai/state": "2.67.
|
|
45
|
-
"@tramvai/react": "2.67.
|
|
46
|
-
"@tramvai/tokens-common": "2.67.
|
|
47
|
-
"@tramvai/tokens-render": "2.67.
|
|
48
|
-
"@tramvai/tokens-router": "2.67.
|
|
43
|
+
"@tramvai/core": "2.67.1",
|
|
44
|
+
"@tramvai/state": "2.67.1",
|
|
45
|
+
"@tramvai/react": "2.67.1",
|
|
46
|
+
"@tramvai/tokens-common": "2.67.1",
|
|
47
|
+
"@tramvai/tokens-render": "2.67.1",
|
|
48
|
+
"@tramvai/tokens-router": "2.67.1",
|
|
49
49
|
"react": ">=16.14.0",
|
|
50
50
|
"react-dom": ">=16.14.0",
|
|
51
51
|
"object-assign": "^4.1.1",
|