@tramvai/module-server 2.94.6 → 2.94.8
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/README.md +1 -1
- package/package.json +14 -14
package/README.md
CHANGED
|
@@ -115,7 +115,7 @@ Module will not serve the newly added file on the filesystem, works only for all
|
|
|
115
115
|
|
|
116
116
|
### PAPI
|
|
117
117
|
|
|
118
|
-
Papi - API routes for the `tramvai` application. More information is available in [Papi](features/papi
|
|
118
|
+
Papi - API routes for the `tramvai` application. More information is available in [Papi](03-features/016-papi.md)
|
|
119
119
|
|
|
120
120
|
### Emulation of network/backends problems in the application
|
|
121
121
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tramvai/module-server",
|
|
3
|
-
"version": "2.94.
|
|
3
|
+
"version": "2.94.8",
|
|
4
4
|
"description": "",
|
|
5
5
|
"browser": "lib/browser.js",
|
|
6
6
|
"main": "lib/server.js",
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
"@tinkoff/monkeypatch": "2.0.5",
|
|
26
26
|
"@tinkoff/terminus": "0.1.8",
|
|
27
27
|
"@tinkoff/url": "0.8.6",
|
|
28
|
-
"@tramvai/module-cache-warmup": "2.94.
|
|
29
|
-
"@tramvai/module-metrics": "2.94.
|
|
30
|
-
"@tramvai/papi": "2.94.
|
|
31
|
-
"@tramvai/tokens-server": "2.94.
|
|
32
|
-
"@tramvai/tokens-server-private": "2.94.
|
|
28
|
+
"@tramvai/module-cache-warmup": "2.94.8",
|
|
29
|
+
"@tramvai/module-metrics": "2.94.8",
|
|
30
|
+
"@tramvai/papi": "2.94.8",
|
|
31
|
+
"@tramvai/tokens-server": "2.94.8",
|
|
32
|
+
"@tramvai/tokens-server-private": "2.94.8",
|
|
33
33
|
"fastify": "^4.14.1",
|
|
34
34
|
"@fastify/cookie": "^8.3.0",
|
|
35
35
|
"@fastify/compress": "^6.2.0",
|
|
@@ -41,14 +41,14 @@
|
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"@tinkoff/dippy": "0.8.15",
|
|
43
43
|
"@tinkoff/utils": "^2.1.2",
|
|
44
|
-
"@tramvai/cli": "2.94.
|
|
45
|
-
"@tramvai/core": "2.94.
|
|
46
|
-
"@tramvai/react": "2.94.
|
|
47
|
-
"@tramvai/module-common": "2.94.
|
|
48
|
-
"@tramvai/module-environment": "2.94.
|
|
49
|
-
"@tramvai/tokens-common": "2.94.
|
|
50
|
-
"@tramvai/tokens-core-private": "2.94.
|
|
51
|
-
"@tramvai/tokens-render": "2.94.
|
|
44
|
+
"@tramvai/cli": "2.94.8",
|
|
45
|
+
"@tramvai/core": "2.94.8",
|
|
46
|
+
"@tramvai/react": "2.94.8",
|
|
47
|
+
"@tramvai/module-common": "2.94.8",
|
|
48
|
+
"@tramvai/module-environment": "2.94.8",
|
|
49
|
+
"@tramvai/tokens-common": "2.94.8",
|
|
50
|
+
"@tramvai/tokens-core-private": "2.94.8",
|
|
51
|
+
"@tramvai/tokens-render": "2.94.8",
|
|
52
52
|
"react": ">=16.14.0",
|
|
53
53
|
"react-dom": ">=16.14.0",
|
|
54
54
|
"tslib": "^2.4.0"
|