@tramvai/module-server 1.58.1 → 1.61.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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -185,4 +185,4 @@ By default server starts at `3000` port. You can change this value by specifying
185
185
 
186
186
  ## Exportable tokens
187
187
 
188
- [Link](references/tokens/server-tokens.md)
188
+ [Link](references/tokens/server.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/module-server",
3
- "version": "1.58.1",
3
+ "version": "1.61.0",
4
4
  "description": "",
5
5
  "browser": "lib/browser.js",
6
6
  "main": "lib/server.js",
@@ -23,10 +23,10 @@
23
23
  "@tinkoff/express-terminus": "0.1.12",
24
24
  "@tinkoff/monkeypatch": "1.3.3",
25
25
  "@tinkoff/url": "0.7.37",
26
- "@tramvai/module-cache-warmup": "1.58.1",
27
- "@tramvai/module-metrics": "1.58.1",
28
- "@tramvai/papi": "1.58.1",
29
- "@tramvai/tokens-server": "1.58.1",
26
+ "@tramvai/module-cache-warmup": "1.61.0",
27
+ "@tramvai/module-metrics": "1.61.0",
28
+ "@tramvai/papi": "1.61.0",
29
+ "@tramvai/tokens-server": "1.61.0",
30
30
  "body-parser": "^1.19.0",
31
31
  "compression": "^1.7.4",
32
32
  "cookie-parser": "^1.4.3",
@@ -36,11 +36,11 @@
36
36
  },
37
37
  "peerDependencies": {
38
38
  "@tinkoff/utils": "^2.1.2",
39
- "@tramvai/cli": "1.58.1",
40
- "@tramvai/core": "1.58.1",
41
- "@tramvai/module-common": "1.58.1",
42
- "@tramvai/module-environment": "1.58.1",
43
- "@tramvai/tokens-common": "1.58.1",
39
+ "@tramvai/cli": "1.61.0",
40
+ "@tramvai/core": "1.61.0",
41
+ "@tramvai/module-common": "1.61.0",
42
+ "@tramvai/module-environment": "1.61.0",
43
+ "@tramvai/tokens-common": "1.61.0",
44
44
  "@tinkoff/dippy": "0.7.38",
45
45
  "tslib": "^2.0.3"
46
46
  },