@saws/hermes-application 2.0.0-beta.19 → 2.0.0-beta.21

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
@@ -37,7 +37,7 @@ Deploy it:
37
37
  npx saws app deploy hermes --stage production
38
38
  ```
39
39
 
40
- Run `npx saws app update hermes` to install a newer npm `latest` version. Updates never overwrite
40
+ Run `npx saws app update hermes` to install a newer version from the application's npm release channel. Updates never overwrite
41
41
  `config.ts`.
42
42
 
43
43
  The API server and dashboard are disabled unless configured. When enabled, their defaults are ports
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saws/hermes-application",
3
- "version": "2.0.0-beta.19",
3
+ "version": "2.0.0-beta.21",
4
4
  "description": "Deploy a self-hosted Hermes Agent 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/hermes-agent-service": "2.0.0-beta.19"
24
+ "@saws/core": "2.0.0-beta.21",
25
+ "@saws/hermes-agent-service": "2.0.0-beta.21"
26
26
  }
27
27
  }