@memlab/e2e 1.0.41 → 1.0.42

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memlab/e2e",
3
- "version": "1.0.41",
3
+ "version": "1.0.42",
4
4
  "license": "MIT",
5
5
  "description": "memlab browser E2E interaction libraries",
6
6
  "author": "Liang Gong <lgong@meta.com>",
@@ -25,8 +25,8 @@
25
25
  "@babel/parser": "^7.16.4",
26
26
  "@babel/template": "^7.16.0",
27
27
  "@babel/traverse": "^7.16.3",
28
- "@memlab/core": "^1.1.41",
29
- "@memlab/lens": "^1.0.0",
28
+ "@memlab/core": "^1.1.42",
29
+ "@memlab/lens": "^1.0.2",
30
30
  "ansi": "^0.3.1",
31
31
  "babar": "^0.2.0",
32
32
  "chalk": "^4.0.0",
@@ -17,7 +17,7 @@ export default function DetachedDom() {
17
17
  window.leakedObjects.push(document.createElement('div'));
18
18
  }
19
19
  console.log(
20
- 'Detached DOMs are created. Please check Memory tab in devtools',
20
+ 'Detached DOMs are created. Please check Memory tab in Chrome DevTools',
21
21
  );
22
22
  };
23
23
 
@@ -30,7 +30,7 @@ export default function OversizedObject() {
30
30
  <br />
31
31
  <div className="row">
32
32
  Object<code>bigArray</code>is leaked. Please check <code>Memory</code>{' '}
33
- tab in devtools
33
+ tab in DevTools
34
34
  </div>
35
35
  </div>
36
36
  );
@@ -29,7 +29,7 @@ export default function Home() {
29
29
  </div>
30
30
  </div>
31
31
  <div className="row alert alert-secondary" role="alert">
32
- Make sure to open your <code>Console</code> tab in devtools.
32
+ Make sure to open your <code>Console</code> tab in DevTools.
33
33
  </div>
34
34
  </>
35
35
  );