@tramvai/tokens-common 1.55.1 → 1.55.5

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/action.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import type { Action } from '@tramvai/core';
1
+ import type { Action } from '@tramvai/tokens-core';
2
2
  /**
3
3
  * @description
4
4
  * Registry for storing actions based on their type
package/lib/bundle.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import type { Bundle } from '@tramvai/core';
1
+ import type { Bundle } from '@tramvai/tokens-core';
2
2
  /**
3
3
  * @description
4
4
  * Bundle Storage. When getting bundle additionally adds actions and components from bundle to according storages
@@ -1,5 +1,5 @@
1
1
  import type { ComponentType } from 'react';
2
- import type { Action } from '@tramvai/core';
2
+ import type { Action } from '@tramvai/tokens-core';
3
3
  export interface RegistryComponentExtend {
4
4
  redirects?: any;
5
5
  actions?: Action[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/tokens-common",
3
- "version": "1.55.1",
3
+ "version": "1.55.5",
4
4
  "description": "Tramvai tokens for @tramvai/module-common",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.es.js",
@@ -19,14 +19,14 @@
19
19
  "build-for-publish": "true"
20
20
  },
21
21
  "dependencies": {
22
+ "@tramvai/tokens-core": "1.55.5",
22
23
  "@types/express": "^4.17.9"
23
24
  },
24
25
  "peerDependencies": {
25
- "@tramvai/core": "1.55.1",
26
- "@tramvai/state": "1.55.1",
27
- "@tramvai/types-actions-state-context": "1.55.1",
28
- "@tinkoff/logger": "0.10.13",
29
- "@tinkoff/dippy": "0.7.37",
26
+ "@tramvai/state": "1.55.5",
27
+ "@tramvai/types-actions-state-context": "1.55.5",
28
+ "@tinkoff/logger": "0.10.14",
29
+ "@tinkoff/dippy": "0.7.38",
30
30
  "express": "^4.17.1",
31
31
  "react": "^17.0.0",
32
32
  "tslib": "^2.0.3"