memlab 1.1.57 → 1.1.58

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/bin/memlab CHANGED
@@ -7,7 +7,7 @@
7
7
  * LICENSE file in the root directory of this source tree.
8
8
  *
9
9
  * @format
10
- * @oncall web_perf_infra
10
+ * @oncall memory_lab
11
11
  */
12
12
 
13
13
  var path = require('path');
package/bin/preinstall CHANGED
@@ -7,7 +7,7 @@
7
7
  * LICENSE file in the root directory of this source tree.
8
8
  *
9
9
  * @format
10
- * @oncall web_perf_infra
10
+ * @oncall memory_lab
11
11
  */
12
12
 
13
13
  const path = require("path");
package/dist/index.js CHANGED
@@ -26,7 +26,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
26
26
  return (mod && mod.__esModule) ? mod : { "default": mod };
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.registerPackage = void 0;
29
+ exports.registerPackage = registerPackage;
30
30
  /**
31
31
  * Copyright (c) Meta Platforms, Inc. and affiliates.
32
32
  *
@@ -34,7 +34,7 @@ exports.registerPackage = void 0;
34
34
  * LICENSE file in the root directory of this source tree.
35
35
  *
36
36
  * @format
37
- * @oncall web_perf_infra
37
+ * @oncall memory_lab
38
38
  */
39
39
  const path_1 = __importDefault(require("path"));
40
40
  const core_1 = require("@memlab/core");
@@ -44,5 +44,4 @@ function registerPackage() {
44
44
  return core_1.PackageInfoLoader.registerPackage(path_1.default.join(__dirname, '..'));
45
45
  });
46
46
  }
47
- exports.registerPackage = registerPackage;
48
47
  __exportStar(require("@memlab/api"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "memlab",
3
- "version": "1.1.57",
3
+ "version": "1.1.58",
4
4
  "license": "MIT",
5
5
  "description": "memlab is a framework that analyzes memory and finds memory leaks in JavaScript applications.",
6
6
  "main": "dist/index.js",
@@ -26,11 +26,11 @@
26
26
  "snapshot"
27
27
  ],
28
28
  "dependencies": {
29
- "@memlab/api": "^1.0.39",
30
- "@memlab/cli": "^1.0.42",
31
- "@memlab/core": "^1.1.40",
32
- "@memlab/e2e": "^1.0.40",
33
- "@memlab/heap-analysis": "^1.0.37",
29
+ "@memlab/api": "^1.0.40",
30
+ "@memlab/cli": "^1.0.43",
31
+ "@memlab/core": "^1.1.41",
32
+ "@memlab/e2e": "^1.0.41",
33
+ "@memlab/heap-analysis": "^1.0.38",
34
34
  "ansi": "^0.3.1",
35
35
  "babar": "^0.2.0",
36
36
  "chalk": "^4.0.0",
@@ -49,7 +49,7 @@
49
49
  "@types/node": "^12.16.3",
50
50
  "jest": "^29.6.2",
51
51
  "ts-jest": "^29.1.1",
52
- "typescript": "^4.6.3"
52
+ "typescript": "^5.7.2"
53
53
  },
54
54
  "scripts": {
55
55
  "preinstall": "node bin/preinstall",