@saws/hermes-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.
- package/README.md +1 -1
- 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
|
|
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.
|
|
3
|
+
"version": "2.0.0-beta.20",
|
|
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.
|
|
25
|
-
"@saws/hermes-agent-service": "2.0.0-beta.
|
|
24
|
+
"@saws/core": "2.0.0-beta.20",
|
|
25
|
+
"@saws/hermes-agent-service": "2.0.0-beta.20"
|
|
26
26
|
}
|
|
27
27
|
}
|