@tramvai/module-render 2.7.1 → 2.10.2
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,7 +5,7 @@ import type { ResourcesInlinerType } from './resourcesInliner';
|
|
|
5
5
|
* Инлайнер ресурсов - используется на сервере для регистрации файлов, которые должны быть вставлены
|
|
6
6
|
* в итоговую html-страницу в виде ссылки на файл или заинлайнеными полностью
|
|
7
7
|
*/
|
|
8
|
-
export declare const RESOURCE_INLINER: import("@tinkoff/dippy
|
|
8
|
+
export declare const RESOURCE_INLINER: import("@tinkoff/dippy").BaseTokenInterface<ResourcesInlinerType>;
|
|
9
9
|
export declare type ResourcesRegistryCache = {
|
|
10
10
|
filesCache: Cache;
|
|
11
11
|
sizeCache: Cache;
|
|
@@ -15,4 +15,4 @@ export declare type ResourcesRegistryCache = {
|
|
|
15
15
|
* @description
|
|
16
16
|
* Кэш загруженных ресурсов.
|
|
17
17
|
*/
|
|
18
|
-
export declare const RESOURCES_REGISTRY_CACHE: import("@tinkoff/dippy
|
|
18
|
+
export declare const RESOURCES_REGISTRY_CACHE: import("@tinkoff/dippy").BaseTokenInterface<ResourcesRegistryCache>;
|
|
@@ -8,6 +8,6 @@ export declare const testPageResources: (options: Options) => {
|
|
|
8
8
|
application: string;
|
|
9
9
|
};
|
|
10
10
|
di: import("@tinkoff/dippy").Container;
|
|
11
|
-
runLine: (line: import("@tinkoff/dippy
|
|
11
|
+
runLine: (line: import("@tinkoff/dippy").MultiTokenInterface<import("@tramvai/core").Command>) => Promise<any[]>;
|
|
12
12
|
};
|
|
13
13
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tramvai/module-render",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.10.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"browser": "lib/browser.js",
|
|
6
6
|
"main": "lib/server.js",
|
|
@@ -24,28 +24,28 @@
|
|
|
24
24
|
"@tinkoff/htmlpagebuilder": "0.4.24",
|
|
25
25
|
"@tinkoff/layout-factory": "0.2.31",
|
|
26
26
|
"@tinkoff/url": "0.7.39",
|
|
27
|
-
"@tinkoff/user-agent": "0.4.
|
|
28
|
-
"@tramvai/module-client-hints": "2.
|
|
29
|
-
"@tramvai/module-router": "2.
|
|
30
|
-
"@tramvai/react": "2.
|
|
27
|
+
"@tinkoff/user-agent": "0.4.33",
|
|
28
|
+
"@tramvai/module-client-hints": "2.10.2",
|
|
29
|
+
"@tramvai/module-router": "2.10.2",
|
|
30
|
+
"@tramvai/react": "2.10.2",
|
|
31
31
|
"@tramvai/safe-strings": "0.4.5",
|
|
32
|
-
"@tramvai/tokens-render": "2.
|
|
33
|
-
"@tramvai/experiments": "2.
|
|
32
|
+
"@tramvai/tokens-render": "2.10.2",
|
|
33
|
+
"@tramvai/experiments": "2.10.2",
|
|
34
34
|
"@types/loadable__server": "^5.12.6",
|
|
35
35
|
"node-fetch": "^2.6.1"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
|
-
"@tinkoff/dippy": "0.7.
|
|
38
|
+
"@tinkoff/dippy": "0.7.45",
|
|
39
39
|
"@tinkoff/utils": "^2.1.2",
|
|
40
40
|
"@tinkoff/react-hooks": "0.0.27",
|
|
41
|
-
"@tramvai/cli": "2.
|
|
42
|
-
"@tramvai/core": "2.
|
|
43
|
-
"@tramvai/module-common": "2.
|
|
44
|
-
"@tramvai/state": "2.
|
|
45
|
-
"@tramvai/test-helpers": "2.
|
|
46
|
-
"@tramvai/tokens-common": "2.
|
|
47
|
-
"@tramvai/tokens-router": "2.
|
|
48
|
-
"@tramvai/tokens-server-private": "2.
|
|
41
|
+
"@tramvai/cli": "2.10.2",
|
|
42
|
+
"@tramvai/core": "2.10.2",
|
|
43
|
+
"@tramvai/module-common": "2.10.2",
|
|
44
|
+
"@tramvai/state": "2.10.2",
|
|
45
|
+
"@tramvai/test-helpers": "2.10.2",
|
|
46
|
+
"@tramvai/tokens-common": "2.10.2",
|
|
47
|
+
"@tramvai/tokens-router": "2.10.2",
|
|
48
|
+
"@tramvai/tokens-server-private": "2.10.2",
|
|
49
49
|
"express": "^4.17.1",
|
|
50
50
|
"prop-types": "^15.6.2",
|
|
51
51
|
"react": ">=16.14.0",
|