volta: Update to version 1.0.7

This commit is contained in:
github-actions[bot] 2022-04-23 00:32:52 +00:00
parent 2b4cc740c4
commit dec0d2c73d

View File

@ -1,5 +1,5 @@
{ {
"version": "1.0.6", "version": "1.0.7",
"description": "Volta is a hassle-free way to manage your JavaScript command-line tools", "description": "Volta is a hassle-free way to manage your JavaScript command-line tools",
"homepage": "https://volta.sh/", "homepage": "https://volta.sh/",
"license": "BSD-2-Clause", "license": "BSD-2-Clause",
@ -8,8 +8,8 @@
"", "",
"(& volta completions powershell) | Out-String | Invoke-Expression" "(& volta completions powershell) | Out-String | Invoke-Expression"
], ],
"url": "https://github.com/volta-cli/volta/releases/download/v1.0.6/volta-1.0.6-windows.zip", "url": "https://github.com/volta-cli/volta/releases/download/v1.0.7/volta-1.0.7-windows.zip",
"hash": "e163eae411b20958d9276f21ff1e2198767e6a937864ef069316fdcecd4cadc7", "hash": "97167246571395318f48fc58c4f9820010388bd7eb3d7adcdafed8188596bab8",
"installer": { "installer": {
"script": [ "script": [
"function UpdateExeFile([String] $original, [String] $file, [Switch] $Removal) {", "function UpdateExeFile([String] $original, [String] $file, [Switch] $Removal) {",