@tramvai/tokens-core-private 2.152.3 → 2.153.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.
Files changed (2) hide show
  1. package/lib/index.d.ts +1 -1
  2. package/package.json +2 -2
package/lib/index.d.ts CHANGED
@@ -11,7 +11,7 @@ export type CommandLineTimingInfo = Record<keyof CommandLineDescription, {
11
11
  */
12
12
  end?: number;
13
13
  }>;
14
- export type CommandLineExecutionEndHandler = (di: Container, type: keyof CommandLines, status: keyof CommandLineDescription, timingInfo: CommandLineTimingInfo) => void;
14
+ export type CommandLineExecutionEndHandler = (di: Container, type: keyof CommandLines, status: keyof CommandLineDescription, timingInfo: CommandLineTimingInfo, key?: string | number) => void;
15
15
  export declare const COMMAND_LINE_TIMING_INFO_TOKEN: CommandLineTimingInfo & {
16
16
  __type?: "base token" | undefined;
17
17
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/tokens-core-private",
3
- "version": "2.152.3",
3
+ "version": "2.153.1",
4
4
  "description": "Tramvai core private tokens",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.es.js",
@@ -18,7 +18,7 @@
18
18
  "watch": "tsc -w"
19
19
  },
20
20
  "dependencies": {
21
- "@tramvai/tokens-core": "2.152.3"
21
+ "@tramvai/tokens-core": "2.153.1"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "@tinkoff/dippy": "0.8.16",