openmates 0.16.0 → 0.17.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.
package/README.md CHANGED
@@ -327,12 +327,12 @@ intentionally want the chat saved to the OpenMates account.
327
327
 
328
328
  ## Versioning
329
329
 
330
- OpenMates shows the short product line, for example `v0.16`, in the web app.
330
+ OpenMates shows the short product line, for example `v0.17`, in the web app.
331
331
  The npm package uses exact artifact versions:
332
332
 
333
- - `0.16.0-alpha.N` is a prerelease from the `dev` branch published under the
333
+ - `0.17.0-alpha.N` is a prerelease from the `dev` branch published under the
334
334
  `alpha` npm tag.
335
- - `0.16.0` is a stable release from `main` published under the `latest` npm tag.
335
+ - `0.17.0` is a stable release from `main` published under the `latest` npm tag.
336
336
 
337
337
  Install stable releases with `npm install -g openmates`. Install prereleases with
338
338
  `npm install -g openmates@alpha`.
@@ -67270,7 +67270,7 @@ As of mid-2026, the severe supply shocks from the 2024\u20132025 avian flu have
67270
67270
  text: "Test for free"
67271
67271
  },
67272
67272
  version_title: {
67273
- text: "v0.16"
67273
+ text: "v0.17"
67274
67274
  },
67275
67275
  domain_not_allowed: {
67276
67276
  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-2MDZ44M5.js";
11
+ } from "./chunk-BNHR25YW.js";
12
12
  import "./chunk-IWKP55ZB.js";
13
13
  import "./chunk-WBBDQZZI.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-2MDZ44M5.js";
42
+ } from "./chunk-BNHR25YW.js";
43
43
  import "./chunk-IWKP55ZB.js";
44
44
  import "./chunk-WBBDQZZI.js";
45
45
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openmates",
3
- "version": "0.16.0",
3
+ "version": "0.17.0-alpha.1",
4
4
  "description": "OpenMates CLI and SDK",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",