@thisisagile/easy-test-web
Advanced tools
Comparing version 15.26.2 to 15.27.0
@@ -6,2 +6,6 @@ "use strict"; | ||
var __hasOwnProp = Object.prototype.hasOwnProperty; | ||
var __export = (target, all) => { | ||
for (var name in all) | ||
__defProp(target, name, { get: all[name], enumerable: true }); | ||
}; | ||
var __copyProps = (to, from, except, desc) => { | ||
@@ -15,13 +19,18 @@ if (from && typeof from === "object" || typeof from === "function") { | ||
}; | ||
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default")); | ||
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); | ||
// src/index.ts | ||
var src_exports = {}; | ||
__export(src_exports, { | ||
toUrl: () => toUrl | ||
}); | ||
module.exports = __toCommonJS(src_exports); | ||
__reExport(src_exports, require("./TestElement"), module.exports); | ||
__reExport(src_exports, require("./Tester"), module.exports); | ||
// src/Tester.ts | ||
var import_easy = require("@thisisagile/easy"); | ||
var toUrl = (uc, host, id) => (0, import_easy.tryTo)(() => host).map((domain) => ({ domain, i: id ? `/${id}` : "" })).map(({ domain, i }) => (0, import_easy.text)(`${domain}/${uc.app}/${uc}${i}`)).map((url) => url.kebab.toString()).value; | ||
// Annotate the CommonJS export names for ESM import in node: | ||
0 && (module.exports = { | ||
...require("./TestElement"), | ||
...require("./Tester") | ||
toUrl | ||
}); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@thisisagile/easy-test-web", | ||
"version": "15.26.2", | ||
"version": "15.27.0", | ||
"description": "Straightforward wrapper library for web testing frameworks", | ||
@@ -9,3 +9,3 @@ "author": "Sander Hoogendoorn", | ||
"module": "dist/index.mjs", | ||
"types": "dist/index", | ||
"types": "dist/index.d.ts", | ||
"repository": { | ||
@@ -32,2 +32,3 @@ "type": "git", | ||
}, | ||
"sideEffects": false, | ||
"files": [ | ||
@@ -41,4 +42,4 @@ "dist", | ||
"dependencies": { | ||
"@thisisagile/easy": "^15.26.2" | ||
"@thisisagile/easy": "^15.27.0" | ||
} | ||
} |
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
33455
16
97
Updated@thisisagile/easy@^15.27.0