@tramvai/tokens-core
Advanced tools
Comparing version 2.0.7 to 2.2.2
@@ -8,8 +8,8 @@ import type { Container, Provider } from '@tinkoff/dippy'; | ||
export declare const BUNDLE_LIST_TOKEN: any; | ||
export declare const ACTIONS_LIST_TOKEN: Action<any, any, any>[]; | ||
export declare const ACTIONS_LIST_TOKEN: import("@tinkoff/dippy/lib/createToken/createToken").BaseTokenInterface<Action<any, any, any>[]>; | ||
export declare const MODULES_LIST_TOKEN: any; | ||
export declare const APP_INFO_TOKEN: { | ||
export declare const APP_INFO_TOKEN: import("@tinkoff/dippy/lib/createToken/createToken").BaseTokenInterface<{ | ||
[key: string]: string; | ||
appName: string; | ||
}; | ||
}>; | ||
export interface CommandLine { | ||
@@ -24,15 +24,15 @@ lines: CommandLines; | ||
}; | ||
export declare const COMMAND_LINE_RUNNER_TOKEN: CommandLine; | ||
export declare const COMMAND_LINES_TOKEN: CommandLines; | ||
export declare const COMMAND_LINE_RUNNER_TOKEN: import("@tinkoff/dippy/lib/createToken/createToken").BaseTokenInterface<CommandLine>; | ||
export declare const COMMAND_LINES_TOKEN: import("@tinkoff/dippy/lib/createToken/createToken").BaseTokenInterface<CommandLines>; | ||
export declare const commandLineListTokens: { | ||
init: Command; | ||
listen: Command; | ||
customerStart: Command; | ||
resolveUserDeps: Command; | ||
resolvePageDeps: Command; | ||
generatePage: Command; | ||
clear: Command; | ||
spaTransition: Command; | ||
afterSpaTransition: Command; | ||
close: Command; | ||
init: import("@tinkoff/dippy/lib/createToken/createToken").MultiTokenInterface<Command>; | ||
listen: import("@tinkoff/dippy/lib/createToken/createToken").MultiTokenInterface<Command>; | ||
customerStart: import("@tinkoff/dippy/lib/createToken/createToken").MultiTokenInterface<Command>; | ||
resolveUserDeps: import("@tinkoff/dippy/lib/createToken/createToken").MultiTokenInterface<Command>; | ||
resolvePageDeps: import("@tinkoff/dippy/lib/createToken/createToken").MultiTokenInterface<Command>; | ||
generatePage: import("@tinkoff/dippy/lib/createToken/createToken").MultiTokenInterface<Command>; | ||
clear: import("@tinkoff/dippy/lib/createToken/createToken").MultiTokenInterface<Command>; | ||
spaTransition: import("@tinkoff/dippy/lib/createToken/createToken").MultiTokenInterface<Command>; | ||
afterSpaTransition: import("@tinkoff/dippy/lib/createToken/createToken").MultiTokenInterface<Command>; | ||
close: import("@tinkoff/dippy/lib/createToken/createToken").MultiTokenInterface<Command>; | ||
}; |
{ | ||
"name": "@tramvai/tokens-core", | ||
"version": "2.0.7", | ||
"version": "2.2.2", | ||
"description": "Tramvai core tokens", | ||
@@ -22,6 +22,6 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@tramvai/types-actions-state-context": "2.0.7" | ||
"@tramvai/types-actions-state-context": "2.2.2" | ||
}, | ||
"peerDependencies": { | ||
"@tinkoff/dippy": "0.7.42", | ||
"@tinkoff/dippy": "0.7.43", | ||
"tslib": "^2.0.3" | ||
@@ -28,0 +28,0 @@ }, |
7028
+ Added@tinkoff/dippy@0.7.43(transitive)
+ Added@tramvai/types-actions-state-context@2.2.2(transitive)
- Removed@tinkoff/dippy@0.7.42(transitive)
- Removed@tramvai/types-actions-state-context@2.0.7(transitive)