@tramvai/module-metrics 1.60.1 → 1.60.2

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 +8 -8
package/README.md CHANGED
@@ -162,4 +162,4 @@ The module uses loggers with the next ids: `metrics:perf`, `metrics:papi`
162
162
 
163
163
  ## Exported tokens
164
164
 
165
- [link](references/tokens/metrics-tokens.md)
165
+ [link](references/tokens/metrics.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/module-metrics",
3
- "version": "1.60.1",
3
+ "version": "1.60.2",
4
4
  "description": "",
5
5
  "browser": "lib/browser.js",
6
6
  "main": "lib/server.js",
@@ -19,13 +19,13 @@
19
19
  "build-for-publish": "true"
20
20
  },
21
21
  "dependencies": {
22
- "@tramvai/core": "1.60.1",
23
- "@tramvai/tokens-server": "1.60.1",
24
- "@tramvai/tokens-metrics": "1.60.1",
25
- "@tramvai/module-common": "1.60.1",
26
- "@tramvai/tokens-http-client": "1.60.1",
27
- "@tramvai/state": "1.60.1",
28
- "@tramvai/papi": "1.60.1",
22
+ "@tramvai/core": "1.60.2",
23
+ "@tramvai/tokens-server": "1.60.2",
24
+ "@tramvai/tokens-metrics": "1.60.2",
25
+ "@tramvai/module-common": "1.60.2",
26
+ "@tramvai/tokens-http-client": "1.60.2",
27
+ "@tramvai/state": "1.60.2",
28
+ "@tramvai/papi": "1.60.2",
29
29
  "@tinkoff/measure-express-requests": "1.4.2",
30
30
  "@tinkoff/monkeypatch": "1.3.3",
31
31
  "@tinkoff/url": "0.7.37",