@serenity-js/web
Advanced tools
Comparing version 3.0.0-rc.33 to 3.0.0-rc.34
@@ -6,2 +6,10 @@ # Change Log | ||
# [3.0.0-rc.34](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.33...v3.0.0-rc.34) (2022-11-21) | ||
**Note:** Version bump only for package @serenity-js/web | ||
# [3.0.0-rc.33](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.32...v3.0.0-rc.33) (2022-11-07) | ||
@@ -8,0 +16,0 @@ |
@@ -12,3 +12,3 @@ import { Answerable, Optional, QuestionAdapter } from '@serenity-js/core'; | ||
* ## Learn more | ||
* - [Page Element Query Language](/handbook) | ||
* - [Page Element Query Language](/handbook/web-testing/page-element-query-language) | ||
* - {@apilink Optional} | ||
@@ -15,0 +15,0 @@ * - {@apilink Switchable} |
@@ -12,3 +12,3 @@ "use strict"; | ||
* ## Learn more | ||
* - [Page Element Query Language](/handbook) | ||
* - [Page Element Query Language](/handbook/web-testing/page-element-query-language) | ||
* - {@apilink Optional} | ||
@@ -15,0 +15,0 @@ * - {@apilink Switchable} |
@@ -11,3 +11,3 @@ import { Answerable, List, MetaQuestion } from '@serenity-js/core'; | ||
* | ||
* - [Page Element Query Language](/handbook) | ||
* - [Page Element Query Language](/handbook/web-testing/page-element-query-language) | ||
* - {@apilink List} | ||
@@ -14,0 +14,0 @@ * - {@apilink MetaQuestion} |
@@ -12,3 +12,3 @@ "use strict"; | ||
* | ||
* - [Page Element Query Language](/handbook) | ||
* - [Page Element Query Language](/handbook/web-testing/page-element-query-language) | ||
* - {@apilink List} | ||
@@ -15,0 +15,0 @@ * - {@apilink MetaQuestion} |
{ | ||
"name": "@serenity-js/web", | ||
"version": "3.0.0-rc.33", | ||
"version": "3.0.0-rc.34", | ||
"description": "Serenity/JS Screenplay Pattern APIs for the Web", | ||
@@ -47,4 +47,4 @@ "author": { | ||
"dependencies": { | ||
"@serenity-js/assertions": "3.0.0-rc.33", | ||
"@serenity-js/core": "3.0.0-rc.33", | ||
"@serenity-js/assertions": "3.0.0-rc.34", | ||
"@serenity-js/core": "3.0.0-rc.34", | ||
"tiny-types": "^1.19.0" | ||
@@ -54,3 +54,3 @@ }, | ||
"@integration/testing-tools": "3.0.0", | ||
"@types/chai": "^4.3.3", | ||
"@types/chai": "^4.3.4", | ||
"@types/mocha": "^9.1.1", | ||
@@ -62,3 +62,3 @@ "mocha": "^10.0.0", | ||
}, | ||
"gitHead": "e61091eca7bdd3d93dedf14fd26eb3a1f58a3435" | ||
"gitHead": "5b0ad14a0b673fdb541ec89ac67dc631db562018" | ||
} |
@@ -16,3 +16,3 @@ import { Answerable, d, Optional, Question, QuestionAdapter } from '@serenity-js/core'; | ||
* ## Learn more | ||
* - [Page Element Query Language](/handbook) | ||
* - [Page Element Query Language](/handbook/web-testing/page-element-query-language) | ||
* - {@apilink Optional} | ||
@@ -19,0 +19,0 @@ * - {@apilink Switchable} |
@@ -14,3 +14,3 @@ import { Answerable, List, MetaQuestion, Question } from '@serenity-js/core'; | ||
* | ||
* - [Page Element Query Language](/handbook) | ||
* - [Page Element Query Language](/handbook/web-testing/page-element-query-language) | ||
* - {@apilink List} | ||
@@ -17,0 +17,0 @@ * - {@apilink MetaQuestion} |
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
670080
+ Added@serenity-js/assertions@3.0.0-rc.34(transitive)
+ Added@serenity-js/core@3.0.0-rc.34(transitive)
- Removed@serenity-js/assertions@3.0.0-rc.33(transitive)
- Removed@serenity-js/core@3.0.0-rc.33(transitive)