@tramvai/tokens-common 1.10.3 → 1.11.0

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/pubsub.d.ts +1 -1
  2. package/package.json +4 -4
package/lib/pubsub.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * @description
3
3
  * Фабрика для создания инстанса pubsub
4
4
  */
5
- export declare const PUBSUB_FACTORY_TOKEN: PubSub;
5
+ export declare const PUBSUB_FACTORY_TOKEN: () => PubSub;
6
6
  /**
7
7
  * @description
8
8
  * Глобальный инстанс pubsub который живет все время
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/tokens-common",
3
- "version": "1.10.3",
3
+ "version": "1.11.0",
4
4
  "description": "Tramvai tokens for @tramvai/module-common",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.es.js",
@@ -22,9 +22,9 @@
22
22
  "@types/express": "^4.17.9"
23
23
  },
24
24
  "peerDependencies": {
25
- "@tramvai/core": "1.10.3",
26
- "@tramvai/state": "1.10.3",
27
- "@tramvai/types-actions-state-context": "1.10.3",
25
+ "@tramvai/core": "1.11.0",
26
+ "@tramvai/state": "1.11.0",
27
+ "@tramvai/types-actions-state-context": "1.11.0",
28
28
  "@tinkoff/logger": "0.10.4",
29
29
  "@tinkoff/dippy": "0.7.35",
30
30
  "express": "^4.17.1",