@happy-dom/jest-environment 10.0.0 → 10.0.1

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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -40,7 +40,7 @@ And much more..
40
40
 
41
41
  ### Module Systems
42
42
 
43
- [Happy DOM](https://github.com/capricorn86/happy-dom) has support for both [ESM](https://nodejs.org/api/esm.html#introduction) and [CommonJS](https://nodejs.org/api/modules.html#modules-commonjs-modules). However, [@happy-dom/jest-environment](https://github.com/capricorn86/happy-dom/packages/jest-environment) only has support for [CommonJS](https://nodejs.org/api/modules.html#modules-commonjs-modules) because of limitations with [Jest](https://jestjs.io/).
43
+ - [CommonJS](https://nodejs.org/api/modules.html#modules-commonjs-modules) (ESM is not supported due to limitations with Jest)
44
44
 
45
45
  # Installation
46
46
 
@@ -113,7 +113,7 @@ Read more about how Happy DOM works in our [documentation](https://github.com/ca
113
113
  | querySelectorAll('[class~="name"]') | 5.5 ms | 2.9 ms |
114
114
  | querySelectorAll(':nth-child(2n+1)') | 10.4 ms | 3.8 ms |
115
115
 
116
- [See how the test was done here](https://github.com/capricorn86/happy-dom-performance-test)
116
+ See how the test was done [here](https://github.com/capricorn86/happy-dom-performance-test)
117
117
 
118
118
  # Sponsors
119
119
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@happy-dom/jest-environment",
3
- "version": "10.0.0",
3
+ "version": "10.0.1",
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",
@@ -54,7 +54,7 @@
54
54
  "@jest/types": "^29.4.0",
55
55
  "jest-mock": "^29.4.0",
56
56
  "jest-util": "^29.4.0",
57
- "happy-dom": "^10.0.0"
57
+ "happy-dom": "^10.0.1"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@typescript-eslint/eslint-plugin": "^5.16.0",