@tramvai/module-child-app 1.105.2 → 1.106.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.
- package/lib/server.es.js +1 -1
- package/lib/server.js +1 -1
- package/package.json +10 -10
package/lib/server.es.js
CHANGED
|
@@ -595,7 +595,7 @@ class ServerLoader extends Loader {
|
|
|
595
595
|
super();
|
|
596
596
|
this.initializedMap = new WeakMap();
|
|
597
597
|
const cache = createCache('memory', {
|
|
598
|
-
|
|
598
|
+
ttl: 1000 * 60 * 60 * 24 * 5,
|
|
599
599
|
max: 20,
|
|
600
600
|
});
|
|
601
601
|
this.internalLoadCache = cache;
|
package/lib/server.js
CHANGED
|
@@ -604,7 +604,7 @@ class ServerLoader extends Loader {
|
|
|
604
604
|
super();
|
|
605
605
|
this.initializedMap = new WeakMap();
|
|
606
606
|
const cache = createCache('memory', {
|
|
607
|
-
|
|
607
|
+
ttl: 1000 * 60 * 60 * 24 * 5,
|
|
608
608
|
max: 20,
|
|
609
609
|
});
|
|
610
610
|
this.internalLoadCache = cache;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tramvai/module-child-app",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.106.0",
|
|
4
4
|
"description": "Module for child apps",
|
|
5
5
|
"browser": {
|
|
6
6
|
"./lib/server.js": "./lib/browser.js",
|
|
@@ -30,21 +30,21 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@tinkoff/env-validators": "0.0.4",
|
|
32
32
|
"@tinkoff/module-loader-client": "0.3.27",
|
|
33
|
-
"@tinkoff/module-loader-server": "0.4.
|
|
34
|
-
"@tramvai/child-app-core": "1.
|
|
33
|
+
"@tinkoff/module-loader-server": "0.4.44",
|
|
34
|
+
"@tramvai/child-app-core": "1.106.0",
|
|
35
35
|
"@tramvai/safe-strings": "0.4.4",
|
|
36
|
-
"@tramvai/tokens-child-app": "1.
|
|
36
|
+
"@tramvai/tokens-child-app": "1.106.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {},
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"@tinkoff/dippy": "0.7.41",
|
|
41
41
|
"@tinkoff/utils": "^2.1.2",
|
|
42
|
-
"@tramvai/core": "1.
|
|
43
|
-
"@tramvai/state": "1.
|
|
44
|
-
"@tramvai/react": "1.
|
|
45
|
-
"@tramvai/tokens-common": "1.
|
|
46
|
-
"@tramvai/tokens-render": "1.
|
|
47
|
-
"@tramvai/tokens-router": "1.
|
|
42
|
+
"@tramvai/core": "1.106.0",
|
|
43
|
+
"@tramvai/state": "1.106.0",
|
|
44
|
+
"@tramvai/react": "1.106.0",
|
|
45
|
+
"@tramvai/tokens-common": "1.106.0",
|
|
46
|
+
"@tramvai/tokens-render": "1.106.0",
|
|
47
|
+
"@tramvai/tokens-router": "1.106.0",
|
|
48
48
|
"react": ">=16.14.0",
|
|
49
49
|
"react-dom": ">=16.14.0",
|
|
50
50
|
"object-assign": "^4.1.1",
|