stoplight-prism: Update to version 4.2.5

This commit is contained in:
Jakub Čábera 2021-05-29 02:33:28 -07:00
parent da23003b7d
commit 488ed661fd

View File

@ -1,12 +1,12 @@
{ {
"version": "4.2.3", "version": "4.2.5",
"description": "OpenAPI file based API server for mocking, transformations, validations and more", "description": "OpenAPI file based API server for mocking, transformations, validations and more",
"homepage": "https://stoplight.io/open-source/prism", "homepage": "https://stoplight.io/open-source/prism",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/stoplightio/prism/releases/download/v4.2.3/prism-cli.exe", "url": "https://github.com/stoplightio/prism/releases/download/v4.2.5/prism-cli-win.exe#/prism-cli.exe",
"hash": "02d74f9b2ae631027ccfa55159c026d9bae048db80f965544bc22f7fe5349185" "hash": "f64f0162cfb3e7deea988b30558c0b1c44802b58b4313219267d733fe4a268d8"
} }
}, },
"bin": [ "bin": [
@ -22,7 +22,7 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/stoplightio/prism/releases/download/v$version/prism-cli.exe" "url": "https://github.com/stoplightio/prism/releases/download/v$version/prism-cli-win.exe#/prism-cli.exe"
} }
} }
} }