@tramvai/module-performance-profile 7.26.8 → 7.26.9

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 (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/module-performance-profile",
3
- "version": "7.26.8",
3
+ "version": "7.26.9",
4
4
  "description": "The module provides debug papi handlers for collecting cpu and memory usage profiles on the server",
5
5
  "browser": "lib/browser.js",
6
6
  "main": "lib/server.js",
@@ -24,11 +24,11 @@
24
24
  },
25
25
  "peerDependencies": {
26
26
  "@tinkoff/dippy": "^1.0.0",
27
- "@tramvai/core": "7.26.8",
28
- "@tramvai/module-common": "7.26.8",
29
- "@tramvai/papi": "7.26.8",
30
- "@tramvai/tokens-server": "7.26.8",
31
- "@tramvai/tokens-server-private": "7.26.8",
27
+ "@tramvai/core": "7.26.9",
28
+ "@tramvai/module-common": "7.26.9",
29
+ "@tramvai/papi": "7.26.9",
30
+ "@tramvai/tokens-server": "7.26.9",
31
+ "@tramvai/tokens-server-private": "7.26.9",
32
32
  "tslib": "^2.4.0"
33
33
  }
34
34
  }