@tramvai/module-child-app 5.1.2 → 5.4.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.
@@ -8,6 +8,7 @@ class ServerLoader extends Loader {
8
8
  super();
9
9
  this.initializedMap = new WeakMap();
10
10
  const cache = createCache('memory', {
11
+ name: 'child-app-loader',
11
12
  ttl: 1000 * 60 * 60 * 24 * 5,
12
13
  max: 20,
13
14
  });
@@ -16,6 +16,7 @@ class ServerLoader extends loader.Loader {
16
16
  super();
17
17
  this.initializedMap = new WeakMap();
18
18
  const cache = createCache('memory', {
19
+ name: 'child-app-loader',
19
20
  ttl: 1000 * 60 * 60 * 24 * 5,
20
21
  max: 20,
21
22
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/module-child-app",
3
- "version": "5.1.2",
3
+ "version": "5.4.0",
4
4
  "description": "Module for child apps",
5
5
  "browser": {
6
6
  "./lib/server.js": "./lib/browser.js",
@@ -33,23 +33,23 @@
33
33
  "@tinkoff/env-validators": "0.4.2",
34
34
  "@tinkoff/module-loader-client": "0.7.2",
35
35
  "@tinkoff/module-loader-server": "0.8.2",
36
- "@tramvai/module-common": "5.1.2",
36
+ "@tramvai/module-common": "5.4.0",
37
37
  "@tinkoff/url": "0.11.2",
38
- "@tramvai/child-app-core": "5.1.2",
38
+ "@tramvai/child-app-core": "5.4.0",
39
39
  "@tramvai/safe-strings": "0.8.2",
40
- "@tramvai/tokens-child-app": "5.1.2"
40
+ "@tramvai/tokens-child-app": "5.4.0"
41
41
  },
42
42
  "devDependencies": {},
43
43
  "peerDependencies": {
44
- "@tinkoff/dippy": "0.11.2",
45
- "@tinkoff/router": "0.5.5",
44
+ "@tinkoff/dippy": "0.11.3",
45
+ "@tinkoff/router": "0.5.8",
46
46
  "@tinkoff/utils": "^2.1.2",
47
- "@tramvai/core": "5.1.2",
48
- "@tramvai/state": "5.1.2",
49
- "@tramvai/react": "5.1.2",
50
- "@tramvai/tokens-common": "5.1.2",
51
- "@tramvai/tokens-render": "5.1.2",
52
- "@tramvai/tokens-router": "5.1.2",
47
+ "@tramvai/core": "5.4.0",
48
+ "@tramvai/state": "5.4.0",
49
+ "@tramvai/react": "5.4.0",
50
+ "@tramvai/tokens-common": "5.4.0",
51
+ "@tramvai/tokens-render": "5.4.0",
52
+ "@tramvai/tokens-router": "5.4.0",
53
53
  "react": ">=16.14.0",
54
54
  "react-dom": ">=16.14.0",
55
55
  "object-assign": "^4.1.1",