azure-functions-core-tools
Advanced tools
Comparing version 3.0.2106 to 3.0.2245
{ | ||
"name": "azure-functions-core-tools", | ||
"version": "3.0.2106", | ||
"version": "3.0.2245", | ||
"lockfileVersion": 1, | ||
@@ -278,5 +278,5 @@ "requires": true, | ||
"readable-stream": { | ||
"version": "2.3.6", | ||
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", | ||
"integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==", | ||
"version": "2.3.7", | ||
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", | ||
"integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", | ||
"requires": { | ||
@@ -350,5 +350,5 @@ "core-util-is": "~1.0.0", | ||
"unzipper": { | ||
"version": "0.10.5", | ||
"resolved": "https://registry.npmjs.org/unzipper/-/unzipper-0.10.5.tgz", | ||
"integrity": "sha512-i5ufkXNjWZYxU/0nKKf6LkvW8kn9YzRvfwuPWjXP+JTFce/8bqeR0gEfbiN2IDdJa6ZU6/2IzFRLK0z1v0uptw==", | ||
"version": "0.10.8", | ||
"resolved": "https://registry.npmjs.org/unzipper/-/unzipper-0.10.8.tgz", | ||
"integrity": "sha512-CZRd20MbyAfWL1Xc+lqgNFYDj5e/HaH9pLEWZgseQWCvEtNfX0wOjnhaJ6PcGpNnDvifSW1ZNSCHX6GoNliR0A==", | ||
"requires": { | ||
@@ -355,0 +355,0 @@ "big-integer": "^1.6.17", |
{ | ||
"name": "azure-functions-core-tools", | ||
"version": "3.0.2106", | ||
"version": "3.0.2245", | ||
"description": "Azure Functions Core Tools", | ||
@@ -37,4 +37,4 @@ "scripts": { | ||
"tmp": "0.1.0", | ||
"unzipper": "0.10.5" | ||
"unzipper": "0.10.8" | ||
} | ||
} |
@@ -42,3 +42,6 @@ ![Azure Functions Logo](https://raw.githubusercontent.com/Azure/azure-functions-cli/master/src/Azure.Functions.Cli/npm/assets/azure-functions-logo-color-raster.png) | ||
``` | ||
#### Notice: To debug functions under vscode, x64 bitness is required | ||
```bash | ||
choco install azure-functions-core-tools --params "'/x64'" | ||
``` | ||
### Mac | ||
@@ -45,0 +48,0 @@ |
44261
322
+ Addedunzipper@0.10.8(transitive)
- Removedunzipper@0.10.5(transitive)
Updatedunzipper@0.10.8