@tramvai/module-common 2.56.2 → 2.59.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.
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import type { Cache } from '@tramvai/tokens-common';
|
|
2
|
-
export declare const cachesToken:
|
|
2
|
+
export declare const cachesToken: Cache<any>[] & {
|
|
3
|
+
__type?: "base token" | undefined;
|
|
4
|
+
};
|
|
3
5
|
export declare class CacheModule {
|
|
4
6
|
}
|
|
@@ -1,16 +1,32 @@
|
|
|
1
1
|
import type { Provider } from '@tramvai/core';
|
|
2
2
|
export declare const lines: {
|
|
3
3
|
server: {
|
|
4
|
-
customer:
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
customer: (import("@tramvai/core").Command & {
|
|
5
|
+
__type?: "multi token" | undefined;
|
|
6
|
+
})[];
|
|
7
|
+
clear: (import("@tramvai/core").Command & {
|
|
8
|
+
__type?: "multi token" | undefined;
|
|
9
|
+
})[];
|
|
10
|
+
spa: (import("@tramvai/core").Command & {
|
|
11
|
+
__type?: "multi token" | undefined;
|
|
12
|
+
})[];
|
|
13
|
+
afterSpa: (import("@tramvai/core").Command & {
|
|
14
|
+
__type?: "multi token" | undefined;
|
|
15
|
+
})[];
|
|
8
16
|
};
|
|
9
17
|
client: {
|
|
10
|
-
customer:
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
18
|
+
customer: (import("@tramvai/core").Command & {
|
|
19
|
+
__type?: "multi token" | undefined;
|
|
20
|
+
})[];
|
|
21
|
+
clear: (import("@tramvai/core").Command & {
|
|
22
|
+
__type?: "multi token" | undefined;
|
|
23
|
+
})[];
|
|
24
|
+
spa: (import("@tramvai/core").Command & {
|
|
25
|
+
__type?: "multi token" | undefined;
|
|
26
|
+
})[];
|
|
27
|
+
afterSpa: (import("@tramvai/core").Command & {
|
|
28
|
+
__type?: "multi token" | undefined;
|
|
29
|
+
})[];
|
|
14
30
|
};
|
|
15
31
|
};
|
|
16
32
|
export declare const commandProviders: Provider[];
|
|
@@ -1,5 +1,11 @@
|
|
|
1
|
-
export declare const providers: (import("@tramvai/core").Provider<unknown,
|
|
1
|
+
export declare const providers: (import("@tramvai/core").Provider<unknown, {
|
|
2
2
|
stores: Record<string, any>;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
}
|
|
3
|
+
} & {
|
|
4
|
+
__type?: "base token" | undefined;
|
|
5
|
+
}> | import("@tramvai/core").Provider<{
|
|
6
|
+
commandLineRunner: import("@tramvai/core").CommandLineRunner & {
|
|
7
|
+
__type?: "base token" | undefined;
|
|
8
|
+
};
|
|
9
|
+
}, import("@tramvai/core").Command & {
|
|
10
|
+
__type?: "multi token" | undefined;
|
|
11
|
+
}>)[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tramvai/module-common",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.59.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
@@ -33,28 +33,28 @@
|
|
|
33
33
|
"@tinkoff/lru-cache-nano": "^7.8.1",
|
|
34
34
|
"@tinkoff/pubsub": "0.5.5",
|
|
35
35
|
"@tinkoff/url": "0.8.4",
|
|
36
|
-
"@tramvai/experiments": "2.
|
|
37
|
-
"@tramvai/module-cookie": "2.
|
|
38
|
-
"@tramvai/module-environment": "2.
|
|
39
|
-
"@tramvai/module-log": "2.
|
|
40
|
-
"@tramvai/tokens-child-app": "2.
|
|
41
|
-
"@tramvai/tokens-core-private": "2.
|
|
42
|
-
"@tramvai/tokens-common": "2.
|
|
43
|
-
"@tramvai/tokens-render": "2.
|
|
44
|
-
"@tramvai/tokens-server-private": "2.
|
|
45
|
-
"@tramvai/types-actions-state-context": "2.
|
|
36
|
+
"@tramvai/experiments": "2.59.0",
|
|
37
|
+
"@tramvai/module-cookie": "2.59.0",
|
|
38
|
+
"@tramvai/module-environment": "2.59.0",
|
|
39
|
+
"@tramvai/module-log": "2.59.0",
|
|
40
|
+
"@tramvai/tokens-child-app": "2.59.0",
|
|
41
|
+
"@tramvai/tokens-core-private": "2.59.0",
|
|
42
|
+
"@tramvai/tokens-common": "2.59.0",
|
|
43
|
+
"@tramvai/tokens-render": "2.59.0",
|
|
44
|
+
"@tramvai/tokens-server-private": "2.59.0",
|
|
45
|
+
"@tramvai/types-actions-state-context": "2.59.0",
|
|
46
46
|
"hoist-non-react-statics": "^3.3.1",
|
|
47
47
|
"node-abort-controller": "^3.0.1"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
|
-
"@tinkoff/dippy": "0.8.
|
|
50
|
+
"@tinkoff/dippy": "0.8.11",
|
|
51
51
|
"@tinkoff/utils": "^2.1.2",
|
|
52
|
-
"@tramvai/cli": "2.
|
|
53
|
-
"@tramvai/core": "2.
|
|
54
|
-
"@tramvai/papi": "2.
|
|
55
|
-
"@tramvai/react": "2.
|
|
56
|
-
"@tramvai/state": "2.
|
|
57
|
-
"@tramvai/tokens-server": "2.
|
|
52
|
+
"@tramvai/cli": "2.59.0",
|
|
53
|
+
"@tramvai/core": "2.59.0",
|
|
54
|
+
"@tramvai/papi": "2.59.0",
|
|
55
|
+
"@tramvai/react": "2.59.0",
|
|
56
|
+
"@tramvai/state": "2.59.0",
|
|
57
|
+
"@tramvai/tokens-server": "2.59.0",
|
|
58
58
|
"react": ">=16.14.0",
|
|
59
59
|
"tslib": "^2.4.0"
|
|
60
60
|
},
|