@govuk-pay/cli 0.0.59 → 0.0.60

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@govuk-pay/cli",
3
- "version": "0.0.59",
3
+ "version": "0.0.60",
4
4
  "description": "GOV.UK Pay Command Line Interface",
5
5
  "bin": {
6
6
  "pay": "bin/cli.js",
@@ -14,6 +14,7 @@ BASE_URL=http://localhost:10300
14
14
  PRODUCTSUI_PAY_URL=http://localhost:10400/pay
15
15
  PRODUCTSUI_CONFIRMATION_URL=http://localhost:10400/payment-complete
16
16
  PRODUCTS_FRIENDLY_BASE_URI=http://localhost:10400/redirect
17
+ PUBLICAPI_URL=http://publicapi:9100
17
18
 
18
19
  HTTP_PROXY_HOST=egress.pymnt.localdomain
19
20
  HTTP_PROXY_PORT=8080