@tramvai/tokens-core
Advanced tools
Comparing version 3.41.1 to 3.41.3
@@ -6,2 +6,3 @@ import type { Container, MultiTokenInterface, Provider } from '@tinkoff/dippy'; | ||
run(type: keyof CommandLines, status: keyof CommandLineDescription, providers?: Provider[], customDi?: Container, key?: string | number): Promise<Container>; | ||
resolveDi(type: keyof CommandLines, status: keyof CommandLineDescription, rootDi: Container, providers?: Provider[]): Container; | ||
} | ||
@@ -8,0 +9,0 @@ export type CommandLineDescription = Record<string, MultiTokenInterface<Command>[]>; |
{ | ||
"name": "@tramvai/tokens-core", | ||
"version": "3.41.1", | ||
"version": "3.41.3", | ||
"description": "Tramvai core tokens", | ||
@@ -21,3 +21,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@tramvai/types-actions-state-context": "3.41.1" | ||
"@tramvai/types-actions-state-context": "3.41.3" | ||
}, | ||
@@ -24,0 +24,0 @@ "peerDependencies": { |
14523
300
+ Added@tramvai/types-actions-state-context@3.41.3(transitive)
- Removed@tramvai/types-actions-state-context@3.41.1(transitive)