@saws/reverse-proxy-application 2.0.0-beta.19 → 2.0.0-beta.20

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -31,7 +31,7 @@ Deploy it:
31
31
  npx saws app deploy edge --stage production
32
32
  ```
33
33
 
34
- Run `npx saws app update edge` to install a newer npm `latest` version. Updates never overwrite
34
+ Run `npx saws app update edge` to install a newer version from the application's npm release channel. Updates never overwrite
35
35
  `config.ts`.
36
36
 
37
37
  Before deployment, point every route's public DNS name at the host and configure the host with public
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saws/reverse-proxy-application",
3
- "version": "2.0.0-beta.19",
3
+ "version": "2.0.0-beta.20",
4
4
  "description": "Deploy a Caddy reverse proxy application with SAWS",
5
5
  "license": "ISC",
6
6
  "author": "",
@@ -21,7 +21,7 @@
21
21
  }
22
22
  },
23
23
  "dependencies": {
24
- "@saws/core": "2.0.0-beta.19",
25
- "@saws/reverse-proxy-service": "2.0.0-beta.19"
24
+ "@saws/core": "2.0.0-beta.20",
25
+ "@saws/reverse-proxy-service": "2.0.0-beta.20"
26
26
  }
27
27
  }