@tramvai/module-common 1.72.2 → 1.75.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.
@@ -1061,7 +1061,7 @@ const stateProviders = [
1061
1061
  provide({
1062
1062
  provide: CHILD_APP_INTERNAL_ROOT_DI_BORROW_TOKEN,
1063
1063
  multi: true,
1064
- useValue: [DISPATCHER_TOKEN, DISPATCHER_CONTEXT_TOKEN, STORE_TOKEN, CONTEXT_TOKEN],
1064
+ useValue: [DISPATCHER_TOKEN, STORE_TOKEN, CONTEXT_TOKEN],
1065
1065
  }),
1066
1066
  ];
1067
1067
 
package/lib/index.es.js CHANGED
@@ -1083,7 +1083,7 @@ const stateProviders = [
1083
1083
  provide({
1084
1084
  provide: CHILD_APP_INTERNAL_ROOT_DI_BORROW_TOKEN,
1085
1085
  multi: true,
1086
- useValue: [DISPATCHER_TOKEN, DISPATCHER_CONTEXT_TOKEN, STORE_TOKEN, CONTEXT_TOKEN],
1086
+ useValue: [DISPATCHER_TOKEN, STORE_TOKEN, CONTEXT_TOKEN],
1087
1087
  }),
1088
1088
  ];
1089
1089
 
package/lib/index.js CHANGED
@@ -1102,7 +1102,7 @@ const stateProviders = [
1102
1102
  core.provide({
1103
1103
  provide: tokensChildApp.CHILD_APP_INTERNAL_ROOT_DI_BORROW_TOKEN,
1104
1104
  multi: true,
1105
- useValue: [tokensCommon.DISPATCHER_TOKEN, tokensCommon.DISPATCHER_CONTEXT_TOKEN, tokensCommon.STORE_TOKEN, tokensCommon.CONTEXT_TOKEN],
1105
+ useValue: [tokensCommon.DISPATCHER_TOKEN, tokensCommon.STORE_TOKEN, tokensCommon.CONTEXT_TOKEN],
1106
1106
  }),
1107
1107
  ];
1108
1108
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/module-common",
3
- "version": "1.72.2",
3
+ "version": "1.75.0",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -31,25 +31,25 @@
31
31
  "@tinkoff/errors": "0.2.18",
32
32
  "@tinkoff/pubsub": "0.4.23",
33
33
  "@tinkoff/url": "0.7.37",
34
- "@tramvai/module-cookie": "1.72.2",
35
- "@tramvai/module-environment": "1.72.2",
36
- "@tramvai/module-log": "1.72.2",
37
- "@tramvai/tokens-child-app": "1.72.2",
38
- "@tramvai/tokens-common": "1.72.2",
39
- "@tramvai/tokens-render": "1.72.2",
40
- "@tramvai/experiments": "1.72.2",
34
+ "@tramvai/module-cookie": "1.75.0",
35
+ "@tramvai/module-environment": "1.75.0",
36
+ "@tramvai/module-log": "1.75.0",
37
+ "@tramvai/tokens-child-app": "1.75.0",
38
+ "@tramvai/tokens-common": "1.75.0",
39
+ "@tramvai/tokens-render": "1.75.0",
40
+ "@tramvai/experiments": "1.75.0",
41
41
  "@tinkoff/hook-runner": "0.3.21",
42
42
  "hoist-non-react-statics": "^3.3.1",
43
43
  "lru-cache": "^6.0.0"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "@tinkoff/utils": "^2.1.2",
47
- "@tramvai/cli": "1.72.2",
48
- "@tramvai/core": "1.72.2",
49
- "@tramvai/papi": "1.72.2",
50
- "@tramvai/state": "1.72.2",
51
- "@tramvai/tokens-metrics": "1.72.2",
52
- "@tramvai/tokens-server": "1.72.2",
47
+ "@tramvai/cli": "1.75.0",
48
+ "@tramvai/core": "1.75.0",
49
+ "@tramvai/papi": "1.75.0",
50
+ "@tramvai/state": "1.75.0",
51
+ "@tramvai/tokens-metrics": "1.75.0",
52
+ "@tramvai/tokens-server": "1.75.0",
53
53
  "@tinkoff/dippy": "0.7.38",
54
54
  "react": ">=16.8.0",
55
55
  "tslib": "^2.0.3"