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 +1 -1
- package/cjs/version.cjs +1 -1
- package/lib/version.js +1 -1
- package/package.json +1 -1
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/
|
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.
|
1
|
+
module.exports = { default: { version: '13.3.3' } };
|
package/lib/version.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export default { version: '13.3.
|
1
|
+
export default { version: '13.3.3' };
|