Skip to content

Commit

Permalink
fix issue 9
Browse files Browse the repository at this point in the history
  • Loading branch information
UrielCh committed Oct 7, 2022
1 parent ca642b6 commit 75abaaa
Show file tree
Hide file tree
Showing 7 changed files with 147 additions and 142 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## v4.1.11 (2022-10-07)
* fix regression in Scrcpy [issue 9](https://github.com/UrielCh/adbkit/issues/9)

## v4.1.10 (2022-08-29)
* minicap-prebuilt for sdk 32+ removed from the package.

Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@u4/adbkit",
"version": "4.1.10",
"version": "4.1.11",
"description": "A Typescript client for the Android Debug Bridge.",
"keywords": [
"adb",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@u4/adbkit-logcat": "2.1.2",
"@u4/adbkit-monkey": "^1.0.5",
"@u4/minicap-prebuilt": "^1.0.0",
"commander": "9.4.0",
"commander": "9.4.1",
"debug": "~4.3.4",
"get-port": "5.1.1",
"node-forge": "^1.3.1",
Expand All @@ -64,26 +64,26 @@
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.13",
"@types/node-forge": "^1.0.4",
"@types/node": "^18.7.23",
"@types/node-forge": "^1.3.0",
"@types/sinon": "^10.0.13",
"@types/sinon-chai": "^3.2.8",
"@types/xmldom": "^0.1.31",
"@typescript-eslint/eslint-plugin": "^5.35.1",
"@typescript-eslint/parser": "^5.35.1",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"bench": "~0.3.6",
"chai": "~4.3.6",
"eslint": "^8.23.0",
"eslint": "^8.24.0",
"mocha": "~10.0.0",
"picocolors": "^1.0.0",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"sinon": "~14.0.0",
"sinon": "~14.0.1",
"sinon-chai": "~3.7.0",
"ts-node": "^10.9.1",
"typedoc": "^0.23.11",
"typedoc": "^0.23.15",
"typedoc-plugin-rename-defaults": "^0.6.4",
"typescript": "4.8.2"
"typescript": "4.8.4"
},
"engines": {
"node": ">= 12.20.0"
Expand Down
Loading

0 comments on commit 75abaaa

Please sign in to comment.