Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
v0.1.32
Browse files Browse the repository at this point in the history
  • Loading branch information
Omri Luzon committed Feb 2, 2021
1 parent 88eed33 commit 6b8f303
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.1.31",
"version": "0.1.32",
"npmClient": "yarn",
"command": {
"version": {
Expand Down
4 changes: 2 additions & 2 deletions packages/bare-root-cause/package.json
@@ -1,6 +1,6 @@
{
"name": "root-cause",
"version": "0.1.31",
"version": "0.1.32",
"description": "Root Cause bare",
"scripts": {
"postinstall": "echo 'you probably want to install @testim/root-cause and not this package'"
Expand All @@ -13,6 +13,6 @@
"author": "Dev <dev@testim.io>",
"license": "AGPL-3.0-only",
"dependencies": {
"@testim/root-cause": "0.1.31"
"@testim/root-cause": "0.1.32"
}
}
4 changes: 2 additions & 2 deletions packages/root-cause-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@testim/root-cause-core",
"version": "0.1.31",
"version": "0.1.32",
"license": "AGPL-3.0-only",
"description": "Core component of Testim Root Cause",
"main": "index",
Expand Down Expand Up @@ -78,7 +78,7 @@
"devDependencies": {
"@jest/reporters": "^26.5.0",
"@jest/types": "^26.5.0",
"@testim/root-cause-types": "0.1.31",
"@testim/root-cause-types": "0.1.32",
"@testim/testim-cli": "^3.108.0",
"@types/concurrently": "^5.2.1",
"@types/cors": "^2.8.8",
Expand Down
6 changes: 3 additions & 3 deletions packages/root-cause-jest/package.json
@@ -1,6 +1,6 @@
{
"name": "@testim/root-cause-jest",
"version": "0.1.31",
"version": "0.1.32",
"author": "Testim.io <dev@testim.io>",
"engines": {
"node": ">= 10.0.0"
Expand Down Expand Up @@ -41,7 +41,7 @@
"@jest/fake-timers": "^26.5.2",
"@jest/reporters": "^26.5.0",
"@jest/types": "^26.5.2",
"@testim/root-cause-types": "0.1.31",
"@testim/root-cause-types": "0.1.32",
"@types/debug": "^4.1.5",
"@types/fs-extra": "^9.0.2",
"@types/jest": "^26.0.14",
Expand All @@ -51,7 +51,7 @@
"typescript": "^3.9.7"
},
"dependencies": {
"@testim/root-cause-core": "0.1.31",
"@testim/root-cause-core": "0.1.32",
"chalk": "^4.1.0",
"debug": "^4.2.0",
"fs-extra": "^9.0.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/root-cause-mocha/package.json
@@ -1,7 +1,7 @@
{
"name": "@testim/root-cause-mocha",
"license": "AGPL-3.0-only",
"version": "0.1.31",
"version": "0.1.32",
"author": "Testim.io <dev@testim.io>",
"engines": {
"node": ">= 10.0.0"
Expand Down Expand Up @@ -41,7 +41,7 @@
"typescript": "^3.9.7"
},
"dependencies": {
"@testim/root-cause-core": "0.1.31",
"@testim/root-cause-core": "0.1.32",
"debug": "^4.2.0",
"fs-extra": "^9.0.1",
"uuid": "^8.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/root-cause-types/package.json
@@ -1,6 +1,6 @@
{
"name": "@testim/root-cause-types",
"version": "0.1.31",
"version": "0.1.32",
"author": "Testim.io <dev@testim.io>",
"main": "index",
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions packages/root-cause/package.json
@@ -1,6 +1,6 @@
{
"name": "@testim/root-cause",
"version": "0.1.31",
"version": "0.1.32",
"description": "",
"main": "index",
"typesVersions": {
Expand Down Expand Up @@ -32,8 +32,8 @@
},
"homepage": "https://help.testim.io/docs/root-cause",
"dependencies": {
"@testim/root-cause-core": "0.1.31",
"@testim/root-cause-jest": "0.1.31"
"@testim/root-cause-core": "0.1.32",
"@testim/root-cause-jest": "0.1.32"
},
"peerDependencies": {
"playwright": ">= 1.1.1 < 2",
Expand Down

0 comments on commit 6b8f303

Please sign in to comment.