Socket
Socket
Sign inDemoInstall

@serenity-js/web

Package Overview
Dependencies
Maintainers
1
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@serenity-js/web - npm Package Compare versions

Comparing version 3.0.0-rc.32 to 3.0.0-rc.33

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [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)
### Bug Fixes
* **core:** allow proxying `location` and `description` fields by `QuestionAdapter` ([6761685](https://github.com/serenity-js/serenity-js/commit/6761685d0cd0f775088d514c3eefbaff4431faa1)), closes [#1344](https://github.com/serenity-js/serenity-js/issues/1344)
# [3.0.0-rc.32](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.31...v3.0.0-rc.32) (2022-10-12)

@@ -8,0 +19,0 @@

4

lib/screenplay/interactions/ExecuteScript.js

@@ -224,3 +224,3 @@ "use strict";

? (0, core_1.d) `#actor executes an asynchronous script with arguments: ${args}`
: this.description, this.script, args);
: this.toString(), this.script, args);
}

@@ -283,3 +283,3 @@ async executeAs(actor, args) {

? (0, core_1.d) `#actor executes a synchronous script with arguments: ${args}`
: this.description, this.script, args);
: this.toString(), this.script, args);
}

@@ -286,0 +286,0 @@ async executeAs(actor, args) {

{
"name": "@serenity-js/web",
"version": "3.0.0-rc.32",
"version": "3.0.0-rc.33",
"description": "Serenity/JS Screenplay Pattern APIs for the Web",

@@ -47,4 +47,4 @@ "author": {

"dependencies": {
"@serenity-js/assertions": "3.0.0-rc.32",
"@serenity-js/core": "3.0.0-rc.32",
"@serenity-js/assertions": "3.0.0-rc.33",
"@serenity-js/core": "3.0.0-rc.33",
"tiny-types": "^1.19.0"

@@ -61,3 +61,3 @@ },

},
"gitHead": "3480ba44d83ff663a6a7c3e51ab1f977776cc9d0"
"gitHead": "e61091eca7bdd3d93dedf14fd26eb3a1f58a3435"
}

@@ -251,3 +251,3 @@ import { Answerable, AnswersQuestions, CollectsArtifacts, d, Interaction, LogicError, UsesAbilities } from '@serenity-js/core';

? d `#actor executes an asynchronous script with arguments: ${ args }`
: this.description,
: this.toString(),
this.script,

@@ -324,3 +324,3 @@ args,

? d `#actor executes a synchronous script with arguments: ${ args }`
: this.description,
: this.toString(),
this.script,

@@ -327,0 +327,0 @@ args,

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc