Skip to content

Commit

Permalink
Merge pull request #40 from RahulARanger/changeset-release/nodejs-rep…
Browse files Browse the repository at this point in the history
…orters

version handshake-nodejs-reporters
  • Loading branch information
RahulARanger authored Dec 18, 2023
2 parents 28bea4c + 23a7f26 commit 463d84a
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 11 deletions.
6 changes: 0 additions & 6 deletions handshake-nodejs-reporters/.changeset/tidy-apples-tickle.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
},
"dependencies": {
"@wdio/cli": "^8.26.2",
"wdio-handshake-reporter": "0.3.4"
"wdio-handshake-reporter": "0.3.5"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@wdio/mocha-framework": "^8.24.12",
"@wdio/spec-reporter": "^8.24.12",
"ts-node": "^10.9.2",
"wdio-handshake-reporter": "0.3.4"
"wdio-handshake-reporter": "0.3.5"
},
"devDependencies": {
"cross-env": "^7.0.3"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# common-handshakes

## 0.3.5

### Patch Changes

- 28bea4c: feat: add options for the number of handshake-server workers

## 0.3.4

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "common-handshakes",
"version": "0.3.4",
"version": "0.3.5",
"private": false,
"type": "module",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# wdio-graspit-reporter

## 0.3.5

### Patch Changes

- 28bea4c: feat: add options for the number of handshake-server workers
- Updated dependencies [28bea4c]
- [email protected]

## 0.3.4

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wdio-handshake-reporter",
"version": "0.3.4",
"version": "0.3.5",
"types": "./dist/index.d.ts",
"exports": {
"default": "./dist/index.js"
Expand All @@ -19,7 +19,7 @@
"@wdio/types": "^8.26.2",
"log4js": "^6.9.1",
"superagent": "^8.1.2",
"common-handshakes": "0.3.4"
"common-handshakes": "0.3.5"
},
"devDependencies": {
"@types/async-lock": "^1.4.2",
Expand Down

0 comments on commit 463d84a

Please sign in to comment.