File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 1267
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-cc3299608e8bb30103d79d6bdc29758d43899b0393afe2153bea75e201ac0795 .yml
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-7add9c69609ff21483285ac9b11d2325b0b64fd980726fe0d40fcb51da472afb .yml
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ echo "==> Starting mock server with URL ${URL}"
21
21
22
22
# Run prism mock on the given spec
23
23
if [ " $1 " == " --daemon" ]; then
24
- npm exec --package=@stoplight/prism-cli@~5.3.2 -- prism mock " $URL " & > .prism.log &
24
+ npm exec --package=@stoplight/prism-cli@~5.8 -- prism mock " $URL " & > .prism.log &
25
25
26
26
# Wait for server to come online
27
27
echo -n " Waiting for server"
@@ -37,5 +37,5 @@ if [ "$1" == "--daemon" ]; then
37
37
38
38
echo
39
39
else
40
- npm exec --package=@stoplight/prism-cli@~5.3.2 -- prism mock " $URL "
40
+ npm exec --package=@stoplight/prism-cli@~5.8 -- prism mock " $URL "
41
41
fi
You can’t perform that action at this time.
0 commit comments