-
Notifications
You must be signed in to change notification settings - Fork 10
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
Release Bot
committed
May 2, 2022
1 parent
ba0c67d
commit 27bc6ed
Showing
5 changed files
with
8 additions
and
8 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 |
---|---|---|
|
@@ -4,5 +4,5 @@ | |
"packages/*" | ||
], | ||
"useWorkspaces": true, | ||
"version": "0.2.0" | ||
"version": "0.2.1" | ||
} |
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": "@lambdatest/test-at-scale-core", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "> TODO: description", | ||
"author": "Saurabh Prakash <[email protected]>", | ||
"homepage": "https://github.com/LambdaTest/test-at-scale-js#readme", | ||
|
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": "@lambdatest/test-at-scale-jasmine-runner", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Jasmine custom runner", | ||
"author": "Saurabh Prakash <[email protected]>", | ||
"homepage": "https://github.com/LambdaTest/test-at-scale-js#readme", | ||
|
@@ -21,7 +21,7 @@ | |
"test": "echo \"Error: run tests from root\" && exit 1" | ||
}, | ||
"dependencies": { | ||
"@lambdatest/test-at-scale-core": "^0.2.0", | ||
"@lambdatest/test-at-scale-core": "^0.2.1", | ||
"fast-glob": "^3.2.7", | ||
"yargs": "^17.1.0" | ||
}, | ||
|
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": "@lambdatest/test-at-scale-jest-runner", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Jest custom runner", | ||
"author": "Saurabh Prakash <[email protected]>", | ||
"homepage": "https://github.com/LambdaTest/test-at-scale-js#readme", | ||
|
@@ -21,7 +21,7 @@ | |
"test": "echo \"Error: run tests from root\" && exit 1" | ||
}, | ||
"dependencies": { | ||
"@lambdatest/test-at-scale-core": "^0.2.0", | ||
"@lambdatest/test-at-scale-core": "^0.2.1", | ||
"fast-glob": "^3.2.7", | ||
"semver": "^7.3.5", | ||
"yargs": "^17.1.0" | ||
|
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": "@lambdatest/test-at-scale-mocha-runner", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Mocha custom runner", | ||
"author": "Saurabh Prakash <[email protected]>", | ||
"homepage": "https://github.com/LambdaTest/test-at-scale-js#readme", | ||
|
@@ -21,7 +21,7 @@ | |
"test": "echo \"Error: run tests from root\" && exit 1" | ||
}, | ||
"dependencies": { | ||
"@lambdatest/test-at-scale-core": "^0.2.0", | ||
"@lambdatest/test-at-scale-core": "^0.2.1", | ||
"fast-glob": "^3.2.7", | ||
"yargs": "^17.1.0" | ||
}, | ||
|