Comparing version 0.6.3 to 0.6.4
@@ -13,3 +13,3 @@ { | ||
], | ||
"version": "0.6.3", | ||
"version": "0.6.4", | ||
"license": "MIT", | ||
@@ -27,5 +27,8 @@ "scripts": { | ||
], | ||
"engines": { | ||
"node": ">=10" | ||
}, | ||
"dependencies": { | ||
"@tybys/cross-zip": "^3.0.4", | ||
"chalk": "^3.0.0", | ||
"chalk": "^4.0.0", | ||
"execa": "^4.0.0", | ||
@@ -35,6 +38,6 @@ "globby": "^11.0.0", | ||
"replace-string": "^3.0.0", | ||
"rxjs": "^6.5.4", | ||
"tempy": "^0.4.0", | ||
"rxjs": "^6.5.5", | ||
"tempy": "^0.5.0", | ||
"xml-js": "^1.6.11", | ||
"yargs-parser": "^18.0.0" | ||
"yargs-parser": "^18.1.3" | ||
}, | ||
@@ -41,0 +44,0 @@ "devDependencies": { |
@@ -22,3 +22,3 @@ # apk-mitm | ||
If you have an up-to-date version of [Node.js][node] (8.2+) and [Java][java] (8+), you can run this command to patch an app: | ||
If you have an up-to-date version of [Node.js][node] (10+) and [Java][java] (8+), you can run this command to patch an app: | ||
@@ -52,3 +52,3 @@ ```shell | ||
Sometimes you'll need to make manual changes to an app in order to get it to work. In these cases the `--wait` option is what you need. Enabling it will make `apk-mitm` wait before re-econding the app, allowing you to make changes to the files in the temporary directory. | ||
Sometimes you'll need to make manual changes to an app in order to get it to work. In these cases the `--wait` option is what you need. Enabling it will make `apk-mitm` wait before re-enconding the app, allowing you to make changes to the files in the temporary directory. | ||
@@ -55,0 +55,0 @@ ## Caveats |
19552328
+ Addedchalk@4.1.2(transitive)
+ Addedtempy@0.5.0(transitive)
+ Addedtype-fest@0.12.0(transitive)
- Removedchalk@3.0.0(transitive)
- Removedtempy@0.4.0(transitive)
- Removedtype-fest@0.10.0(transitive)
Updatedchalk@^4.0.0
Updatedrxjs@^6.5.5
Updatedtempy@^0.5.0
Updatedyargs-parser@^18.1.3