-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0b6d570
commit 96cb185
Showing
6 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,5 @@ | |
"packages": [ | ||
"packages/*" | ||
], | ||
"version": "2.0.0-beta.7" | ||
"version": "2.0.0-beta.8" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "allure-cucumberjs", | ||
"version": "2.0.0-beta.7", | ||
"version": "2.0.0-beta.8", | ||
"description": "Allure Cucumber.JS integration", | ||
"license": "Apache-2.0", | ||
"author": "Ilya Korobitsyn <[email protected]>", | ||
|
@@ -38,6 +38,6 @@ | |
"verror": "^1.10.0" | ||
}, | ||
"dependencies": { | ||
"allure-js-commons": "^2.0.0-beta.7" | ||
"allure-js-commons": "^2.0.0-beta.8" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "allure-jasmine", | ||
"version": "2.0.0-beta.7", | ||
"version": "2.0.0-beta.8", | ||
"description": "Allure Jasmine integration", | ||
"license": "Apache-2.0", | ||
"author": "Ilya Korobitsyn <[email protected]>", | ||
|
@@ -24,7 +24,7 @@ | |
"jasmine": "^3.4.0" | ||
}, | ||
"dependencies": { | ||
"allure-js-commons": "^2.0.0-beta.7" | ||
"allure-js-commons": "^2.0.0-beta.8" | ||
}, | ||
"nyc": { | ||
"check-coverage": false, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"private": true, | ||
"name": "allure-jest", | ||
"version": "2.0.0-beta.7", | ||
"version": "2.0.0-beta.8", | ||
"description": "Allure Jest integration", | ||
"license": "Apache-2.0", | ||
"author": "Stanislav Seliverstov <[email protected]>", | ||
|
@@ -21,11 +21,11 @@ | |
}, | ||
"devDependencies": { | ||
"@types/jasmine": "^3.3.12", | ||
"allure-jasmine": "^2.0.0-beta.7" | ||
"allure-jasmine": "^2.0.0-beta.8" | ||
}, | ||
"dependencies": { | ||
"@types/jest": "^26.0.10", | ||
"allure-js-commons": "^2.0.0-beta.7", | ||
"allure-js-commons": "^2.0.0-beta.8", | ||
"jest": "^26.4.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "allure-js-commons", | ||
"version": "2.0.0-beta.7", | ||
"version": "2.0.0-beta.8", | ||
"description": "Allure JS Commons", | ||
"license": "Apache-2.0", | ||
"author": "Ilya Korobitsyn <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "allure-mocha", | ||
"version": "2.0.0-beta.7", | ||
"version": "2.0.0-beta.8", | ||
"description": "Allure Mocha integration", | ||
"license": "Apache-2.0", | ||
"author": "Sergey Korol <[email protected]>", | ||
|
@@ -39,7 +39,7 @@ | |
"source-map-support": "^0.5.19" | ||
}, | ||
"dependencies": { | ||
"allure-js-commons": "^2.0.0-beta.7" | ||
"allure-js-commons": "^2.0.0-beta.8" | ||
}, | ||
"peerDependencies": { | ||
"mocha": ">=6.2.x" | ||
|