@serenity-js/assertions
Advanced tools
Comparing version 3.26.1 to 3.27.0
@@ -6,2 +6,18 @@ # Change Log | ||
# [3.27.0](https://github.com/serenity-js/serenity-js/compare/v3.26.1...v3.27.0) (2024-09-06) | ||
### Bug Fixes | ||
* **core:** updated npm tags to improve discoverability ([432d331](https://github.com/serenity-js/serenity-js/commit/432d331aedb7b46fdd5291394521923ce66c1a2b)) | ||
### Features | ||
* **core:** added support for Node 22, dropped support for Node 16 ([d5dea01](https://github.com/serenity-js/serenity-js/commit/d5dea013ed5d87f2e0cda8fa83da9fd021e4638d)), closes [#2518](https://github.com/serenity-js/serenity-js/issues/2518) | ||
## [3.26.1](https://github.com/serenity-js/serenity-js/compare/v3.26.0...v3.26.1) (2024-09-03) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "@serenity-js/assertions", | ||
"version": "3.26.1", | ||
"version": "3.27.0", | ||
"description": "Serenity/JS universal assertion library supporting all types of functional tests, including both web and REST API scenarios", | ||
@@ -22,4 +22,8 @@ "author": { | ||
"keywords": [ | ||
"automation", | ||
"integration", | ||
"serenity", | ||
"serenity-js", | ||
"cucumber", | ||
"screenplay", | ||
"screenplay-pattern", | ||
"tdd", | ||
@@ -45,6 +49,6 @@ "bdd", | ||
"engines": { | ||
"node": "^16.13 || ^18.12 || ^20" | ||
"node": "^18.12 || ^20 || ^22" | ||
}, | ||
"dependencies": { | ||
"@serenity-js/core": "3.26.1", | ||
"@serenity-js/core": "3.27.0", | ||
"tiny-types": "1.23.0" | ||
@@ -62,3 +66,3 @@ }, | ||
}, | ||
"gitHead": "cad873513046dad486d02090303e4cb8b5cdfd58" | ||
"gitHead": "736cbf65799edb0fb2b1e25c19487f26b077f701" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
202394
+ Added@serenity-js/core@3.27.0(transitive)
- Removed@serenity-js/core@3.26.1(transitive)
Updated@serenity-js/core@3.27.0