Skip to content

Commit

Permalink
fix file transfert
Browse files Browse the repository at this point in the history
  • Loading branch information
UrielCh committed Nov 4, 2022
1 parent 7eefef1 commit 6fc804b
Show file tree
Hide file tree
Showing 5 changed files with 126 additions and 108 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## V4.1.12 (2022-11-04)
* improve file transfert
* improve install APK

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

Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,25 +63,25 @@
},
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.23",
"@types/mocha": "^10.0.0",
"@types/node": "^18.11.9",
"@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.38.1",
"@typescript-eslint/parser": "^5.38.1",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"bench": "~0.3.6",
"chai": "~4.3.6",
"eslint": "^8.24.0",
"mocha": "~10.0.0",
"eslint": "^8.26.0",
"mocha": "~10.1.0",
"picocolors": "^1.0.0",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"sinon": "~14.0.1",
"sinon-chai": "~3.7.0",
"ts-node": "^10.9.1",
"typedoc": "^0.23.15",
"typedoc": "^0.23.20",
"typedoc-plugin-rename-defaults": "^0.6.4",
"typescript": "4.8.4",
"why-is-node-running": "^2.2.2"
Expand Down
Loading

0 comments on commit 6fc804b

Please sign in to comment.