happy-dom 13.3.2 → 13.3.3

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.

Potentially problematic release.


This version of happy-dom might be problematic. Click here for more details.

package/README.md CHANGED
@@ -128,7 +128,7 @@ Happy DOM provide with a package called [@happy-dom/global-registrator](https://
128
128
 
129
129
  # Sister Projects
130
130
 
131
- [<img alt="Happy Conventional Commit" width="120px" src="https://raw.githubusercontent.com/capricorn86/happy-conventional-commit/main/docs/logo.jpg" />](https://github.com/capricorn86/happy-conventional-commit)
131
+ [<img alt="Happy Conventional Commit" width="120px" src="https://raw.githubusercontent.com/capricorn86/happy-conventional-commit/main/docs/logo_thumbnail.jpg" />](https://github.com/capricorn86/happy-conventional-commit)
132
132
 
133
133
  # Sponsors
134
134
 
package/cjs/version.cjs CHANGED
@@ -1 +1 @@
1
- module.exports = { default: { version: '13.3.2' } };
1
+ module.exports = { default: { version: '13.3.3' } };
package/lib/version.js CHANGED
@@ -1 +1 @@
1
- export default { version: '13.3.2' };
1
+ export default { version: '13.3.3' };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "happy-dom",
3
- "version": "13.3.2",
3
+ "version": "13.3.3",
4
4
  "license": "MIT",
5
5
  "homepage": "https://github.com/capricorn86/happy-dom",
6
6
  "repository": "https://github.com/capricorn86/happy-dom",