@tramvai/module-metrics 3.10.0 → 3.11.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.
@@ -9,6 +9,7 @@ const POSSIBLE_ERRORS = [
9
9
  'EPIPE',
10
10
  'ETIMEDOUT',
11
11
  ];
12
+ // eslint-disable-next-line max-statements
12
13
  const getUrlAndOptions = (args) => {
13
14
  let url;
14
15
  let options;
@@ -13,6 +13,7 @@ const POSSIBLE_ERRORS = [
13
13
  'EPIPE',
14
14
  'ETIMEDOUT',
15
15
  ];
16
+ // eslint-disable-next-line max-statements
16
17
  const getUrlAndOptions = (args) => {
17
18
  let url$1;
18
19
  let options;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/module-metrics",
3
- "version": "3.10.0",
3
+ "version": "3.11.0",
4
4
  "description": "",
5
5
  "browser": "lib/browser.js",
6
6
  "main": "lib/server.js",
@@ -18,22 +18,22 @@
18
18
  "watch": "tsc -w"
19
19
  },
20
20
  "dependencies": {
21
- "@tramvai/core": "3.10.0",
22
- "@tramvai/tokens-common": "3.10.0",
23
- "@tramvai/tokens-core-private": "3.10.0",
24
- "@tramvai/tokens-server": "3.10.0",
25
- "@tramvai/tokens-server-private": "3.10.0",
26
- "@tramvai/tokens-metrics": "3.10.0",
27
- "@tramvai/tokens-router": "3.10.0",
28
- "@tramvai/tokens-http-client": "3.10.0",
29
- "@tramvai/state": "3.10.0",
30
- "@tramvai/papi": "3.10.0",
21
+ "@tramvai/core": "3.11.0",
22
+ "@tramvai/tokens-common": "3.11.0",
23
+ "@tramvai/tokens-core-private": "3.11.0",
24
+ "@tramvai/tokens-server": "3.11.0",
25
+ "@tramvai/tokens-server-private": "3.11.0",
26
+ "@tramvai/tokens-metrics": "3.11.0",
27
+ "@tramvai/tokens-router": "3.11.0",
28
+ "@tramvai/tokens-http-client": "3.11.0",
29
+ "@tramvai/state": "3.11.0",
30
+ "@tramvai/papi": "3.11.0",
31
31
  "@tinkoff/measure-fastify-requests": "0.2.1",
32
32
  "@tinkoff/monkeypatch": "3.0.1",
33
- "@tinkoff/url": "0.9.1",
33
+ "@tinkoff/url": "0.9.2",
34
34
  "@tinkoff/utils": "^2.1.2",
35
35
  "prom-client": "^14.2.0",
36
- "@tinkoff/logger": "0.10.169",
36
+ "@tinkoff/logger": "0.10.170",
37
37
  "@tinkoff/metrics-noop": "3.0.1",
38
38
  "@tinkoff/browser-timings": "0.11.1"
39
39
  },