allure-jasmine
Advanced tools
Comparing version 2.10.0 to 2.11.0
@@ -290,3 +290,3 @@ "use strict"; | ||
get currentExecutable() { | ||
return (this.reporter.currentStep || this.reporter.currentExecutable || this.reporter.currentTest); | ||
return this.reporter.currentStep || this.reporter.currentExecutable || this.reporter.currentTest; | ||
} | ||
@@ -293,0 +293,0 @@ get currentTest() { |
{ | ||
"name": "allure-jasmine", | ||
"version": "2.10.0", | ||
"version": "2.11.0", | ||
"description": "Allure Jasmine integration", | ||
"homepage": "https://allurereport.org/", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/allure-framework/allure-js.git", | ||
"directory": "packages/allure-jasmine" | ||
}, | ||
"license": "Apache-2.0", | ||
@@ -11,14 +17,12 @@ "author": { | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/allure-framework/allure-js.git", | ||
"directory": "packages/allure-jasmine" | ||
}, | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"clean": "rimraf ./dist ./out", | ||
"compile": "tsc", | ||
"lint": "eslint ./src ./index.ts --ext .ts", | ||
"lint:fix": "eslint ./src ./index.ts --ext .ts --fix", | ||
"compile": "tsc", | ||
"runTest": "tsc -p tsconfig-tests.json && yarn run jasmine ./dist-tests/test/*.js", | ||
@@ -28,2 +32,5 @@ "runTestDebug": "node $NODE_DEBUG_OPTION ./node_modules/.bin/jasmine ./dist/test/*.js", | ||
}, | ||
"dependencies": { | ||
"allure-js-commons": "2.11.0" | ||
}, | ||
"devDependencies": { | ||
@@ -44,9 +51,3 @@ "@types/eslint": "^8", | ||
"typescript": "^5.2.2" | ||
}, | ||
"dependencies": { | ||
"allure-js-commons": "2.10.0" | ||
}, | ||
"files": [ | ||
"dist" | ||
] | ||
} | ||
} |
@@ -5,3 +5,3 @@ # allure-jasmine | ||
<!--<img src="https://allurereport.org/public/img/allure-report.svg" alt="Allure Report logo" style="float: right" />--> | ||
[<img src="https://allurereport.org/public/img/allure-report.svg" height="85px" alt="Allure Report logo" align="right" />](https://allurereport.org "Allure Report") | ||
@@ -8,0 +8,0 @@ - Learn more about Allure Report at https://allurereport.org |
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
30397
0
+ Addedallure-js-commons@2.11.0(transitive)
- Removedallure-js-commons@2.10.0(transitive)
Updatedallure-js-commons@2.11.0