@tramvai/test-mocks 2.150.0 → 2.150.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/CommonTestModule.d.ts +2 -1
- package/lib/appInfo.d.ts +1 -0
- package/lib/cache.d.ts +1 -0
- package/lib/context.d.ts +1 -0
- package/lib/cookie.d.ts +1 -0
- package/lib/di.d.ts +1 -0
- package/lib/envManager.d.ts +1 -0
- package/lib/index.d.ts +1 -0
- package/lib/logger.d.ts +1 -0
- package/lib/requestManager.d.ts +1 -0
- package/lib/router.d.ts +1 -0
- package/lib/store.d.ts +1 -0
- package/package.json +6 -6
|
@@ -9,7 +9,8 @@ export type CommonModuleOptions = {
|
|
|
9
9
|
};
|
|
10
10
|
export declare class CommonTestModule {
|
|
11
11
|
static forRoot(options: CommonModuleOptions): {
|
|
12
|
-
providers: Provider
|
|
12
|
+
providers: Provider[];
|
|
13
13
|
mainModule: typeof CommonTestModule;
|
|
14
14
|
};
|
|
15
15
|
}
|
|
16
|
+
//# sourceMappingURL=CommonTestModule.d.ts.map
|
package/lib/appInfo.d.ts
CHANGED
package/lib/cache.d.ts
CHANGED
package/lib/context.d.ts
CHANGED
|
@@ -22,3 +22,4 @@ type Options = OptionsDi & OptionsStore & {
|
|
|
22
22
|
*/
|
|
23
23
|
export declare const createMockContext: ({ stores, initialState, store, providers, modules, di, useTramvaiActionsConditionals, }?: Options) => typeof CONTEXT_TOKEN;
|
|
24
24
|
export {};
|
|
25
|
+
//# sourceMappingURL=context.d.ts.map
|
package/lib/cookie.d.ts
CHANGED
package/lib/di.d.ts
CHANGED
package/lib/envManager.d.ts
CHANGED
package/lib/index.d.ts
CHANGED
package/lib/logger.d.ts
CHANGED
package/lib/requestManager.d.ts
CHANGED
package/lib/router.d.ts
CHANGED
package/lib/store.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tramvai/test-mocks",
|
|
3
|
-
"version": "2.150.
|
|
3
|
+
"version": "2.150.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
@@ -17,14 +17,14 @@
|
|
|
17
17
|
"watch": "tsc -w"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@tramvai/core": "2.150.
|
|
20
|
+
"@tramvai/core": "2.150.1",
|
|
21
21
|
"@tinkoff/pubsub": "0.5.7",
|
|
22
22
|
"@tinkoff/router": "0.2.17",
|
|
23
23
|
"@tinkoff/url": "0.8.6",
|
|
24
|
-
"@tramvai/module-cookie": "2.150.
|
|
25
|
-
"@tramvai/module-common": "2.150.
|
|
26
|
-
"@tramvai/state": "2.150.
|
|
27
|
-
"@tramvai/tokens-common": "2.150.
|
|
24
|
+
"@tramvai/module-cookie": "2.150.1",
|
|
25
|
+
"@tramvai/module-common": "2.150.1",
|
|
26
|
+
"@tramvai/state": "2.150.1",
|
|
27
|
+
"@tramvai/tokens-common": "2.150.1"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
30
|
"@tinkoff/dippy": "0.8.16",
|