allure-js-commons
Advanced tools
Comparing version 3.0.0-beta.4 to 3.0.0-beta.5
@@ -9,3 +9,3 @@ /// <reference types="node" /> | ||
private bus?; | ||
constructor(bus?: EventEmitter | undefined); | ||
constructor(bus?: EventEmitter<[never]> | undefined); | ||
private sendData; | ||
@@ -12,0 +12,0 @@ private writeJson; |
{ | ||
"name": "allure-js-commons", | ||
"version": "3.0.0-beta.4", | ||
"version": "3.0.0-beta.5", | ||
"description": "Allure JS Commons", | ||
@@ -74,3 +74,3 @@ "homepage": "https://allurereport.org/", | ||
"@types/md5": "^2", | ||
"@types/node": "^20.6.3", | ||
"@types/node": "^20.14.2", | ||
"@types/source-map-support": "^0.5.7", | ||
@@ -86,7 +86,7 @@ "@typescript-eslint/eslint-plugin": "^7.0.0", | ||
"eslint-plugin-prefer-arrow": "^1.2.3", | ||
"expect": "^29.5.0", | ||
"npm-run-all2": "^6.0.0", | ||
"expect": "^29.7.0", | ||
"npm-run-all2": "^6.1.2", | ||
"rimraf": "^5.0.1", | ||
"source-map-support": "^0.5.21", | ||
"ts-node": "^10.9.1", | ||
"ts-node": "^10.9.2", | ||
"tslib": "^2.6.2", | ||
@@ -93,0 +93,0 @@ "typescript": "^5.2.2", |
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
701982