memlab 1.1.23 → 1.1.27
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 +2 -2
- package/bin/preinstall +1 -1
- package/dist/index.js +1 -1
- package/package.json +6 -6
package/bin/memlab
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#!/usr/bin/env
|
|
1
|
+
#!/usr/bin/env node --expose-gc --max-old-space-size=4096
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
* This source code is licensed under the MIT license found in the
|
|
7
7
|
* LICENSE file in the root directory of this source tree.
|
|
8
8
|
*
|
|
9
|
-
* @emails oncall+ws_labs
|
|
10
9
|
* @format
|
|
10
|
+
* @oncall ws_labs
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
var path = require('path');
|
package/bin/preinstall
CHANGED
package/dist/index.js
CHANGED
|
@@ -33,8 +33,8 @@ exports.registerPackage = void 0;
|
|
|
33
33
|
* This source code is licensed under the MIT license found in the
|
|
34
34
|
* LICENSE file in the root directory of this source tree.
|
|
35
35
|
*
|
|
36
|
-
* @emails oncall+ws_labs
|
|
37
36
|
* @format
|
|
37
|
+
* @oncall ws_labs
|
|
38
38
|
*/
|
|
39
39
|
const path_1 = __importDefault(require("path"));
|
|
40
40
|
const core_1 = require("@memlab/core");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "memlab",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.27",
|
|
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/cli": "^1.0.
|
|
30
|
-
"@memlab/api": "^1.0.
|
|
31
|
-
"@memlab/core": "^1.1.
|
|
32
|
-
"@memlab/e2e": "^1.0.
|
|
33
|
-
"@memlab/heap-analysis": "^1.0.
|
|
29
|
+
"@memlab/cli": "^1.0.11",
|
|
30
|
+
"@memlab/api": "^1.0.11",
|
|
31
|
+
"@memlab/core": "^1.1.10",
|
|
32
|
+
"@memlab/e2e": "^1.0.11",
|
|
33
|
+
"@memlab/heap-analysis": "^1.0.9",
|
|
34
34
|
"ansi": "^0.3.1",
|
|
35
35
|
"babar": "^0.2.0",
|
|
36
36
|
"chalk": "^4.0.0",
|