@happy-dom/jest-environment 2.30.0 → 2.32.0
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/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
# About
|
5
5
|
|
6
|
-
A [JSDOM](https://github.com/jsdom/jsdom) alternative with
|
6
|
+
A [JSDOM](https://github.com/jsdom/jsdom) alternative with focus on performance.
|
7
7
|
|
8
8
|
[Happy DOM](https://github.com/capricorn86/happy-dom) aim to support the most common functionality of a web browser.
|
9
9
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@happy-dom/jest-environment",
|
3
|
-
"version": "2.
|
3
|
+
"version": "2.32.0",
|
4
4
|
"license": "MIT",
|
5
5
|
"homepage": "https://github.com/capricorn86/happy-dom/tree/master/packages/jest-environment",
|
6
6
|
"repository": "https://github.com/capricorn86/happy-dom",
|
@@ -53,7 +53,7 @@
|
|
53
53
|
"@jest/environment": "^27.0.3",
|
54
54
|
"@jest/fake-timers": "^27.0.3",
|
55
55
|
"@jest/types": "^27.0.2",
|
56
|
-
"happy-dom": "^2.
|
56
|
+
"happy-dom": "^2.32.0",
|
57
57
|
"jest-mock": "^27.0.3",
|
58
58
|
"jest-util": "^27.0.2"
|
59
59
|
},
|
@@ -91,5 +91,5 @@
|
|
91
91
|
"vue": "^2.6.12",
|
92
92
|
"zone.js": "^0.10.3"
|
93
93
|
},
|
94
|
-
"gitHead": "
|
94
|
+
"gitHead": "c513b71a1605012dbd496e7b3e6385fab85beb5e"
|
95
95
|
}
|