allure-jasmine
Advanced tools
Comparing version 2.0.0-beta.11 to 2.0.0-beta.12
@@ -198,3 +198,3 @@ "use strict"; | ||
} | ||
if (allure_js_commons_1.isPromise(ret)) { | ||
if ((0, allure_js_commons_1.isPromise)(ret)) { | ||
ret | ||
@@ -252,3 +252,3 @@ .then(() => { | ||
} | ||
if (allure_js_commons_1.isPromise(result)) { | ||
if ((0, allure_js_commons_1.isPromise)(result)) { | ||
const promise = result; | ||
@@ -255,0 +255,0 @@ return promise |
@@ -189,3 +189,3 @@ Apache License | ||
Copyright 2019 Qameta Software | ||
Copyright 2019-2021 Qameta Software | ||
@@ -192,0 +192,0 @@ Licensed under the Apache License, Version 2.0 (the "License"); |
{ | ||
"name": "allure-jasmine", | ||
"version": "2.0.0-beta.11", | ||
"version": "2.0.0-beta.12", | ||
"description": "Allure Jasmine integration", | ||
@@ -15,15 +15,17 @@ "license": "Apache-2.0", | ||
"compile": "tsc", | ||
"build": "npm run lint && npm run compile", | ||
"prepublishOnly": "npm run clean && npm run build", | ||
"generate-report": "allure generate ./out/allure-results -o ./out/allure-report --clean", | ||
"runTest": "jasmine ./dist/test/*.js", | ||
"runTest": "tsc -p tsconfig-tests.json && yarn run jasmine ./dist-tests/test/*.js", | ||
"runTestDebug": "node $NODE_DEBUG_OPTION ./node_modules/.bin/jasmine ./dist/test/*.js", | ||
"test": "rimraf ./out ; npm run runTest ; npm run generate-report" | ||
"test": "rimraf ./out ; yarn run runTest ; yarn run generate-report" | ||
}, | ||
"devDependencies": { | ||
"@types/jasmine": "^3.3.12", | ||
"jasmine": "^3.4.0" | ||
"eslint": "^7.32.0", | ||
"jasmine": "^3.4.0", | ||
"prettier": "^2.3.2", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^4.4.2" | ||
}, | ||
"dependencies": { | ||
"allure-js-commons": "^2.0.0-beta.11" | ||
"allure-js-commons": "2.0.0-beta.12" | ||
}, | ||
@@ -50,3 +52,6 @@ "nyc": { | ||
}, | ||
"gitHead": "b4fbc98075d36c9e62f7950b12086fc78266be11" | ||
} | ||
"files": [ | ||
"dist" | ||
], | ||
"stableVersion": "2.0.0-beta.11" | ||
} |
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
40251
6
+ Addedallure-js-commons@2.0.0-beta.12(transitive)
+ Addedmkdirp@1.0.4(transitive)
+ Addeduuid@8.3.2(transitive)
- Removedallure-js-commons@2.15.1(transitive)
- Removedansi-regex@4.1.1(transitive)
- Removedcharenc@0.0.2(transitive)
- Removedcrypt@0.0.2(transitive)
- Removedis-buffer@1.1.6(transitive)
- Removedmd5@2.3.0(transitive)
- Removedstrip-ansi@5.2.0(transitive)