@tramvai/tokens-core-private 2.149.1 → 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.
Files changed (2) hide show
  1. package/lib/index.d.ts +1 -0
  2. package/package.json +2 -2
package/lib/index.d.ts CHANGED
@@ -18,3 +18,4 @@ export declare const COMMAND_LINE_TIMING_INFO_TOKEN: CommandLineTimingInfo & {
18
18
  export declare const COMMAND_LINE_EXECUTION_END_TOKEN: CommandLineExecutionEndHandler & {
19
19
  __type?: "multi token" | undefined;
20
20
  };
21
+ //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/tokens-core-private",
3
- "version": "2.149.1",
3
+ "version": "2.150.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.149.1"
21
+ "@tramvai/tokens-core": "2.150.1"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "@tinkoff/dippy": "0.8.16",