Merge branch 'main' into release/v2

* main:
  Prepare for release 2.12.0.
  Add support for using google_apis_playstore system images.
  Fix README.md typo
This commit is contained in:
Yang
2020-10-16 14:48:14 +11:00
164 changed files with 2110 additions and 8037 deletions
+16 -16
View File
@@ -1,32 +1,32 @@
{
"_args": [
[
"tunnel@0.0.4",
"/Users/Yang/Desktop/Projects/android-emulator-runner"
"tunnel@0.0.6",
"."
]
],
"_from": "tunnel@0.0.4",
"_id": "tunnel@0.0.4",
"_from": "tunnel@0.0.6",
"_id": "tunnel@0.0.6",
"_inBundle": false,
"_integrity": "sha1-LTeFoVjBdMmhbcLARuxfxfF0IhM=",
"_integrity": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==",
"_location": "/tunnel",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "tunnel@0.0.4",
"raw": "tunnel@0.0.6",
"name": "tunnel",
"escapedName": "tunnel",
"rawSpec": "0.0.4",
"rawSpec": "0.0.6",
"saveSpec": null,
"fetchSpec": "0.0.4"
"fetchSpec": "0.0.6"
},
"_requiredBy": [
"/typed-rest-client"
"/@actions/http-client"
],
"_resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.4.tgz",
"_spec": "0.0.4",
"_where": "/Users/Yang/Desktop/Projects/android-emulator-runner",
"_resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz",
"_spec": "0.0.6",
"_where": ".",
"author": {
"name": "Koichi Kobayashi",
"email": "koichik@improvement.jp"
@@ -36,8 +36,8 @@
},
"description": "Node HTTP/HTTPS Agents for tunneling proxies",
"devDependencies": {
"mocha": "*",
"should": "*"
"mocha": "^5.2.0",
"should": "^13.2.3"
},
"directories": {
"lib": "./lib"
@@ -61,7 +61,7 @@
"url": "git+https://github.com/koichik/node-tunnel.git"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
"test": "mocha"
},
"version": "0.0.4"
"version": "0.0.6"
}