@memlab/cli 2.0.2 → 2.0.4

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.
@@ -30,7 +30,7 @@ class SetMaxClusterSampleSizeOption extends core_1.BaseOption {
30
30
  getDescription() {
31
31
  return ('specify the max number of leak traces as input to leak trace ' +
32
32
  'clustering algorithm. Big sample size will preserve more complete ' +
33
- 'inforrmation, but may risk out-of-memory crash.');
33
+ 'information, but may risk out-of-memory crash.');
34
34
  }
35
35
  getExampleValues() {
36
36
  return ['5000', '10000'];
@@ -28,7 +28,7 @@ class HeapParserDictFastStoreSizeOption extends core_1.BaseOption {
28
28
  return OptionConstant_1.default.optionNames.HEAP_PARSER_DICT_FAST_STORE_SIZE;
29
29
  }
30
30
  getDescription() {
31
- return ('the size threshold for swtiching from fast store to slower store in ' +
31
+ return ('the size threshold for switching from fast store to slower store in ' +
32
32
  'the heap snapshot parser. The default value is 5,000,000. If you get ' +
33
33
  'the `FATAL ERROR: invalid table size Allocation failed - JavaScript ' +
34
34
  'heap out of memory` error, try to decrease the threshold here');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memlab/cli",
3
- "version": "2.0.2",
3
+ "version": "2.0.4",
4
4
  "license": "MIT",
5
5
  "description": "command line interface for memlab",
6
6
  "author": "Liang Gong <lgong@meta.com>",
@@ -26,18 +26,18 @@
26
26
  "access": "public"
27
27
  },
28
28
  "dependencies": {
29
- "@memlab/api": "^2.0.2",
30
- "@memlab/core": "^2.0.2",
31
- "@memlab/e2e": "^2.0.2",
32
- "@memlab/heap-analysis": "^2.0.2",
29
+ "@memlab/api": "^2.0.4",
30
+ "@memlab/core": "^2.0.4",
31
+ "@memlab/e2e": "^2.0.4",
32
+ "@memlab/heap-analysis": "^2.0.4",
33
33
  "ansi": "^0.3.1",
34
34
  "babar": "^0.2.0",
35
35
  "blessed": "^0.1.81",
36
36
  "chalk": "^4.0.0",
37
37
  "fs-extra": "^4.0.2",
38
38
  "minimist": "^1.2.8",
39
- "puppeteer": "^24.2.0",
40
- "puppeteer-core": "^24.2.0",
39
+ "puppeteer": "24.31.0",
40
+ "puppeteer-core": "24.31.0",
41
41
  "string-width": "^4.2.0",
42
42
  "util.promisify": "^1.1.1",
43
43
  "xvfb": "^0.4.0"