@tramvai/module-common 5.49.1 → 5.50.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 (1) hide show
  1. package/package.json +23 -23
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/module-common",
3
- "version": "5.49.1",
3
+ "version": "5.50.0",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -11,14 +11,14 @@
11
11
  "browser": {
12
12
  "./lib/actions/actionPageRunner.js": "./lib/actions/actionPageRunner.browser.js",
13
13
  "./lib/actions/deferred/providers.js": "./lib/actions/deferred/providers.browser.js",
14
- "./lib/cache/serverProviders.js": "./lib/cache/clientProviders.js",
14
+ "./lib/async-local-storage/server.js": "./lib/async-local-storage/browser.js",
15
15
  "./lib/cache/cacheFactory.js": "./lib/cache/cacheFactory.browser.js",
16
+ "./lib/cache/serverProviders.js": "./lib/cache/clientProviders.js",
17
+ "./lib/child-app/serverProviders.js": "./lib/child-app/clientProviders.js",
16
18
  "./lib/index.es.js": "./lib/index.browser.js",
17
19
  "./lib/providers/serverProviders.js": "./lib/providers/clientProviders.js",
18
- "./lib/child-app/serverProviders.js": "./lib/child-app/clientProviders.js",
19
20
  "./lib/requestManager/RequestManagerModule.js": "./lib/requestManager/RequestManagerModule.browser.js",
20
- "./lib/responseManager/ResponseManagerModule.js": "./lib/responseManager/ResponseManagerModule.browser.js",
21
- "./lib/async-local-storage/server.js": "./lib/async-local-storage/browser.js"
21
+ "./lib/responseManager/ResponseManagerModule.js": "./lib/responseManager/ResponseManagerModule.browser.js"
22
22
  },
23
23
  "sideEffects": false,
24
24
  "repository": {
@@ -36,30 +36,30 @@
36
36
  "@tinkoff/lru-cache-nano": "^7.9.0",
37
37
  "@tinkoff/pubsub": "0.8.2",
38
38
  "@tinkoff/url": "0.11.2",
39
- "@tramvai/experiments": "5.49.1",
40
- "@tramvai/module-cookie": "5.49.1",
41
- "@tramvai/module-environment": "5.49.1",
42
- "@tramvai/module-log": "5.49.1",
39
+ "@tramvai/experiments": "5.50.0",
40
+ "@tramvai/module-cookie": "5.50.0",
41
+ "@tramvai/module-environment": "5.50.0",
42
+ "@tramvai/module-log": "5.50.0",
43
43
  "@tramvai/safe-strings": "0.8.4",
44
- "@tramvai/tokens-child-app": "5.49.1",
45
- "@tramvai/tokens-common": "5.49.1",
46
- "@tramvai/tokens-core-private": "5.49.1",
47
- "@tramvai/tokens-metrics": "5.49.1",
48
- "@tramvai/tokens-render": "5.49.1",
49
- "@tramvai/tokens-router": "5.49.1",
50
- "@tramvai/tokens-server-private": "5.49.1",
51
- "@tramvai/types-actions-state-context": "5.49.1",
44
+ "@tramvai/tokens-child-app": "5.50.0",
45
+ "@tramvai/tokens-common": "5.50.0",
46
+ "@tramvai/tokens-core-private": "5.50.0",
47
+ "@tramvai/tokens-metrics": "5.50.0",
48
+ "@tramvai/tokens-render": "5.50.0",
49
+ "@tramvai/tokens-router": "5.50.0",
50
+ "@tramvai/tokens-server-private": "5.50.0",
51
+ "@tramvai/types-actions-state-context": "5.50.0",
52
52
  "hoist-non-react-statics": "^3.3.1"
53
53
  },
54
54
  "peerDependencies": {
55
55
  "@tinkoff/dippy": "0.11.4",
56
56
  "@tinkoff/utils": "^2.1.2",
57
- "@tramvai/cli": "5.49.1",
58
- "@tramvai/core": "5.49.1",
59
- "@tramvai/papi": "5.49.1",
60
- "@tramvai/react": "5.49.1",
61
- "@tramvai/state": "5.49.1",
62
- "@tramvai/tokens-server": "5.49.1",
57
+ "@tramvai/cli": "5.50.0",
58
+ "@tramvai/core": "5.50.0",
59
+ "@tramvai/papi": "5.50.0",
60
+ "@tramvai/react": "5.50.0",
61
+ "@tramvai/state": "5.50.0",
62
+ "@tramvai/tokens-server": "5.50.0",
63
63
  "react": ">=16.14.0",
64
64
  "tslib": "^2.4.0"
65
65
  },