@happy-dom/jest-environment 2.30.1 → 2.33.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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 support for server side rendering of web components.
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.30.1",
3
+ "version": "2.33.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.30.1",
56
+ "happy-dom": "^2.33.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": "4c078649cf5d3b91634d28a3b070851466d0e096"
94
+ "gitHead": "15b0edafc7c88bf7954103a8164bd999285e2fac"
95
95
  }