openmates 0.15.0-alpha.0 → 0.15.0-alpha.1

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.
@@ -14680,7 +14680,7 @@ Examples:
14680
14680
  openmates server features enable embed:code:application
14681
14681
  openmates server update
14682
14682
  openmates server update --dry-run
14683
- openmates server update --image-tag v0.14.0
14683
+ openmates server update --image-tag v0.15.0
14684
14684
  openmates server update --channel dev
14685
14685
  openmates server restart --rebuild
14686
14686
  `.trim());
package/dist/cli.js CHANGED
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  getExtForLang,
4
4
  serializeToYaml
5
- } from "./chunk-UBZITJT5.js";
5
+ } from "./chunk-2OC3X4RC.js";
6
6
  import "./chunk-AXNRPVLE.js";
7
7
  export {
8
8
  getExtForLang,
package/dist/index.js CHANGED
@@ -29,7 +29,7 @@ import {
29
29
  renderSupportInfo,
30
30
  serializeToYaml,
31
31
  unwrapApiKeyMasterKey
32
- } from "./chunk-UBZITJT5.js";
32
+ } from "./chunk-2OC3X4RC.js";
33
33
  import "./chunk-AXNRPVLE.js";
34
34
 
35
35
  // src/generated/appSkills.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openmates",
3
- "version": "0.15.0-alpha.0",
3
+ "version": "0.15.0-alpha.1",
4
4
  "description": "OpenMates CLI and SDK",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -26,7 +26,7 @@ services:
26
26
  restart: on-failure
27
27
 
28
28
  clamav:
29
- image: clamav/clamav:stable
29
+ image: clamav/clamav-debian:stable
30
30
  container_name: clamav
31
31
  restart: unless-stopped
32
32
  networks: [uploads]