@tramvai/module-mocker 2.0.7 → 2.2.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.
- package/lib/tokens.d.ts +3 -3
- package/package.json +6 -6
package/lib/tokens.d.ts
CHANGED
|
@@ -2,6 +2,6 @@ import type { Mocker, MockRepository } from '@tinkoff/mocker';
|
|
|
2
2
|
export interface MockerOptions {
|
|
3
3
|
apis: string[];
|
|
4
4
|
}
|
|
5
|
-
export declare const MOCKER: Mocker
|
|
6
|
-
export declare const MOCKER_REPOSITORY: MockRepository
|
|
7
|
-
export declare const MOCKER_CONFIGURATION: () => Promise<MockerOptions
|
|
5
|
+
export declare const MOCKER: import("@tinkoff/dippy/lib/createToken/createToken").BaseTokenInterface<Mocker>;
|
|
6
|
+
export declare const MOCKER_REPOSITORY: import("@tinkoff/dippy/lib/createToken/createToken").MultiTokenInterface<MockRepository>;
|
|
7
|
+
export declare const MOCKER_CONFIGURATION: import("@tinkoff/dippy/lib/createToken/createToken").BaseTokenInterface<() => Promise<MockerOptions>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tramvai/module-mocker",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./lib/server.js",
|
|
6
6
|
"browser": "./lib/browser.js",
|
|
@@ -24,11 +24,11 @@
|
|
|
24
24
|
"tslib": "^2.0.3"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
|
-
"@tramvai/core": "2.
|
|
28
|
-
"@tramvai/module-common": "2.
|
|
29
|
-
"@tramvai/papi": "2.
|
|
30
|
-
"@tramvai/tokens-server": "2.
|
|
31
|
-
"@tinkoff/dippy": "0.7.
|
|
27
|
+
"@tramvai/core": "2.2.2",
|
|
28
|
+
"@tramvai/module-common": "2.2.2",
|
|
29
|
+
"@tramvai/papi": "2.2.2",
|
|
30
|
+
"@tramvai/tokens-server": "2.2.2",
|
|
31
|
+
"@tinkoff/dippy": "0.7.43"
|
|
32
32
|
},
|
|
33
33
|
"license": "Apache-2.0"
|
|
34
34
|
}
|