openmates 0.15.0 → 0.16.0-alpha.0

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 CHANGED
@@ -315,12 +315,12 @@ intentionally want the chat saved to the OpenMates account.
315
315
 
316
316
  ## Versioning
317
317
 
318
- OpenMates shows the short product line, for example `v0.15`, in the web app.
318
+ OpenMates shows the short product line, for example `v0.16`, in the web app.
319
319
  The npm package uses exact artifact versions:
320
320
 
321
- - `0.15.0-alpha.N` is a prerelease from the `dev` branch published under the
321
+ - `0.16.0-alpha.N` is a prerelease from the `dev` branch published under the
322
322
  `alpha` npm tag.
323
- - `0.15.0` is a stable release from `main` published under the `latest` npm tag.
323
+ - `0.16.0` is a stable release from `main` published under the `latest` npm tag.
324
324
 
325
325
  Install stable releases with `npm install -g openmates`. Install prereleases with
326
326
  `npm install -g openmates@alpha`.
@@ -28319,7 +28319,7 @@ Examples:
28319
28319
  openmates server features enable embed:code:application
28320
28320
  openmates server update
28321
28321
  openmates server update --dry-run
28322
- openmates server update --image-tag v0.15.0
28322
+ openmates server update --image-tag v0.16.0
28323
28323
  openmates server update --channel dev
28324
28324
  openmates server restart --rebuild
28325
28325
  `.trim());
@@ -65118,7 +65118,7 @@ As of mid-2026, the severe supply shocks from the 2024\u20132025 avian flu have
65118
65118
  text: "Test for free"
65119
65119
  },
65120
65120
  version_title: {
65121
- text: "v0.15"
65121
+ text: "v0.16"
65122
65122
  },
65123
65123
  domain_not_allowed: {
65124
65124
  text: "E-Mail domain not allowed."
package/dist/cli.js CHANGED
@@ -8,7 +8,7 @@ import {
8
8
  requireExactConfirmation,
9
9
  resolveProjectContext,
10
10
  serializeToYaml
11
- } from "./chunk-EKMHE52D.js";
11
+ } from "./chunk-SVL7BFYD.js";
12
12
  import "./chunk-IWKP55ZB.js";
13
13
  import "./chunk-MLWBMJEN.js";
14
14
  export {
package/dist/index.js CHANGED
@@ -39,7 +39,7 @@ import {
39
39
  renderPlanList,
40
40
  renderSupportInfo,
41
41
  serializeToYaml
42
- } from "./chunk-EKMHE52D.js";
42
+ } from "./chunk-SVL7BFYD.js";
43
43
  import "./chunk-IWKP55ZB.js";
44
44
  import "./chunk-MLWBMJEN.js";
45
45
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openmates",
3
- "version": "0.15.0",
3
+ "version": "0.16.0-alpha.0",
4
4
  "description": "OpenMates CLI and SDK",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",