@serenity-js/web
Advanced tools
Comparing version 3.25.3 to 3.25.4
@@ -6,2 +6,10 @@ # Change Log | ||
## [3.25.4](https://github.com/serenity-js/serenity-js/compare/v3.25.3...v3.25.4) (2024-08-07) | ||
**Note:** Version bump only for package @serenity-js/web | ||
## [3.25.3](https://github.com/serenity-js/serenity-js/compare/v3.25.2...v3.25.3) (2024-07-25) | ||
@@ -8,0 +16,0 @@ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.isActive = void 0; | ||
exports.isActive = isActive; | ||
const assertions_1 = require("@serenity-js/assertions"); | ||
@@ -26,3 +26,2 @@ const core_1 = require("@serenity-js/core"); | ||
} | ||
exports.isActive = isActive; | ||
//# sourceMappingURL=isActive.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.isClickable = void 0; | ||
exports.isClickable = isClickable; | ||
const assertions_1 = require("@serenity-js/assertions"); | ||
@@ -26,3 +26,2 @@ const core_1 = require("@serenity-js/core"); | ||
} | ||
exports.isClickable = isClickable; | ||
//# sourceMappingURL=isClickable.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.isEnabled = void 0; | ||
exports.isEnabled = isEnabled; | ||
const assertions_1 = require("@serenity-js/assertions"); | ||
@@ -26,3 +26,2 @@ const core_1 = require("@serenity-js/core"); | ||
} | ||
exports.isEnabled = isEnabled; | ||
//# sourceMappingURL=isEnabled.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.isSelected = void 0; | ||
exports.isSelected = isSelected; | ||
const assertions_1 = require("@serenity-js/assertions"); | ||
@@ -26,3 +26,2 @@ const core_1 = require("@serenity-js/core"); | ||
} | ||
exports.isSelected = isSelected; | ||
//# sourceMappingURL=isSelected.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.isVisible = void 0; | ||
exports.isVisible = isVisible; | ||
const assertions_1 = require("@serenity-js/assertions"); | ||
@@ -26,3 +26,2 @@ const core_1 = require("@serenity-js/core"); | ||
} | ||
exports.isVisible = isVisible; | ||
//# sourceMappingURL=isVisible.js.map |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import * as util from 'util'; | ||
@@ -3,0 +2,0 @@ import type { PageElement } from './PageElement'; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import type { Expectation, Optional, QuestionAdapter } from '@serenity-js/core'; | ||
@@ -3,0 +2,0 @@ import type { CorrelationId } from '@serenity-js/core/lib/model'; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import type { Optional } from '@serenity-js/core'; | ||
@@ -3,0 +2,0 @@ import * as util from 'util'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.isVisible = void 0; | ||
exports.isVisible = isVisible; | ||
/* eslint-disable unicorn/no-for-loop,unicorn/consistent-function-scoping */ | ||
@@ -95,4 +95,3 @@ /* c8 ignore start */ | ||
} | ||
exports.isVisible = isVisible; | ||
/* c8 ignore stop */ | ||
//# sourceMappingURL=isVisible.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.rehydrate = void 0; | ||
exports.rehydrate = rehydrate; | ||
/* eslint-disable unicorn/consistent-function-scoping */ | ||
@@ -35,3 +35,2 @@ // todo: instead of manually including isPlainObject, each script from web/lib/scripts should be pre-built and included in the global browser scope | ||
} | ||
exports.rehydrate = rehydrate; | ||
//# sourceMappingURL=rehydrate.js.map |
{ | ||
"name": "@serenity-js/web", | ||
"version": "3.25.3", | ||
"version": "3.25.4", | ||
"description": "Serenity/JS Screenplay Pattern library offering a flexible, web driver-agnostic approach for interacting with web-based user interfaces and components, suitable for various testing contexts", | ||
@@ -48,4 +48,4 @@ "author": { | ||
"dependencies": { | ||
"@serenity-js/assertions": "3.25.3", | ||
"@serenity-js/core": "3.25.3", | ||
"@serenity-js/assertions": "3.25.4", | ||
"@serenity-js/core": "3.25.4", | ||
"tiny-types": "1.22.0" | ||
@@ -55,3 +55,3 @@ }, | ||
"@integration/testing-tools": "3.0.0", | ||
"@types/chai": "4.3.16", | ||
"@types/chai": "4.3.17", | ||
"@types/mocha": "10.0.7", | ||
@@ -62,5 +62,5 @@ "c8": "10.1.2", | ||
"ts-node": "10.9.2", | ||
"typescript": "5.2.2" | ||
"typescript": "5.5.4" | ||
}, | ||
"gitHead": "ddbff3edbb00910bb31f3b53c13ba5d049edff0e" | ||
"gitHead": "aebcb7b47540576437d79f6190c867a455ea695b" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
831138
15878
+ Added@serenity-js/assertions@3.25.4(transitive)
+ Added@serenity-js/core@3.25.4(transitive)
- Removed@serenity-js/assertions@3.25.3(transitive)
- Removed@serenity-js/core@3.25.3(transitive)
Updated@serenity-js/core@3.25.4