@serenity-js/core
Advanced tools
Comparing version 3.16.1 to 3.16.2
@@ -6,2 +6,10 @@ # Change Log | ||
## [3.16.2](https://github.com/serenity-js/serenity-js/compare/v3.16.1...v3.16.2) (2024-02-05) | ||
**Note:** Version bump only for package @serenity-js/core | ||
## [3.16.1](https://github.com/serenity-js/serenity-js/compare/v3.16.0...v3.16.1) (2024-02-03) | ||
@@ -8,0 +16,0 @@ |
@@ -1,5 +0,5 @@ | ||
import { Ability } from '../screenplay'; | ||
import type { Stage } from '../stage'; | ||
import { Ability } from '../screenplay/abilities/Ability'; | ||
import type { Stage } from '../stage/Stage'; | ||
import type { ErrorOptions } from './ErrorOptions'; | ||
import type { RuntimeError } from './model'; | ||
import type { RuntimeError } from './model/RuntimeError'; | ||
/** | ||
@@ -6,0 +6,0 @@ * An {@apilink Ability} that enables an {@apilink Actor} to create a Serenity/JS {@apilink RuntimeError} |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.RaiseErrors = void 0; | ||
const screenplay_1 = require("../screenplay"); | ||
const Ability_1 = require("../screenplay/abilities/Ability"); | ||
/** | ||
@@ -52,3 +52,3 @@ * An {@apilink Ability} that enables an {@apilink Actor} to create a Serenity/JS {@apilink RuntimeError} | ||
*/ | ||
class RaiseErrors extends screenplay_1.Ability { | ||
class RaiseErrors extends Ability_1.Ability { | ||
stage; | ||
@@ -55,0 +55,0 @@ constructor(stage) { |
{ | ||
"name": "@serenity-js/core", | ||
"version": "3.16.1", | ||
"version": "3.16.2", | ||
"description": "Serenity/JS Screenplay, reporting engine and core interfaces.", | ||
@@ -74,3 +74,3 @@ "author": { | ||
}, | ||
"gitHead": "1b1f01b834dc110b6edce2e50297136b4ad6959b" | ||
"gitHead": "d24b15b34b550b0a9b2541529e8d1f92a30f8944" | ||
} |
@@ -1,5 +0,5 @@ | ||
import { Ability } from '../screenplay'; | ||
import type { Stage } from '../stage'; | ||
import { Ability } from '../screenplay/abilities/Ability'; | ||
import type { Stage } from '../stage/Stage'; | ||
import type { ErrorOptions } from './ErrorOptions'; | ||
import type { RuntimeError } from './model'; | ||
import type { RuntimeError } from './model/RuntimeError'; | ||
@@ -6,0 +6,0 @@ /** |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1402628