@memlab/api 1.0.31 → 1.0.32
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.
|
@@ -38,4 +38,4 @@ test('memory test', () => __awaiter(void 0, void 0, void 0, function* () {
|
|
|
38
38
|
heap = yield (0, core_1.takeNodeMinimalHeap)();
|
|
39
39
|
// if rabbitHole does not add new references, the obj can be GCed
|
|
40
40
|
expect(heap.hasObjectWithClassName('TestObject')).toBe(false);
|
|
41
|
-
}),
|
|
41
|
+
}), 60000);
|
|
@@ -33,4 +33,4 @@ test('memory test', () => __awaiter(void 0, void 0, void 0, function* () {
|
|
|
33
33
|
expect(heap.hasObjectWithTag('memlab-mark-1')).toBe(true);
|
|
34
34
|
// expect object with marker "memlab-mark-2" can be GCed
|
|
35
35
|
expect(heap.hasObjectWithTag('memlab-mark-2')).toBe(false);
|
|
36
|
-
}),
|
|
36
|
+
}), 60000);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memlab/api",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.32",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "memlab API",
|
|
6
6
|
"author": "Liang Gong <lgong@fb.com>",
|
|
@@ -27,16 +27,16 @@
|
|
|
27
27
|
"access": "public"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@memlab/core": "^1.1.
|
|
31
|
-
"@memlab/e2e": "^1.0.
|
|
32
|
-
"@memlab/heap-analysis": "^1.0.
|
|
30
|
+
"@memlab/core": "^1.1.33",
|
|
31
|
+
"@memlab/e2e": "^1.0.33",
|
|
32
|
+
"@memlab/heap-analysis": "^1.0.30",
|
|
33
33
|
"ansi": "^0.3.1",
|
|
34
34
|
"babar": "^0.2.0",
|
|
35
35
|
"chalk": "^4.0.0",
|
|
36
36
|
"fs-extra": "^4.0.2",
|
|
37
37
|
"minimist": "^1.2.8",
|
|
38
|
-
"puppeteer": "^
|
|
39
|
-
"puppeteer-core": "^
|
|
38
|
+
"puppeteer": "^22.12.1",
|
|
39
|
+
"puppeteer-core": "^22.12.1",
|
|
40
40
|
"string-width": "^4.2.0",
|
|
41
41
|
"util.promisify": "^1.1.1",
|
|
42
42
|
"xvfb": "^0.4.0"
|
|
@@ -46,7 +46,6 @@
|
|
|
46
46
|
"@types/jest": "^27.4.1",
|
|
47
47
|
"@types/minimist": "^1.2.5",
|
|
48
48
|
"@types/node": "^12.16.3",
|
|
49
|
-
"@types/puppeteer": "^5.4.4",
|
|
50
49
|
"jest": "^29.6.2",
|
|
51
50
|
"ts-jest": "^29.1.1",
|
|
52
51
|
"typescript": "^4.6.3"
|