openmates 0.16.0 → 0.17.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 +3 -3
- package/dist/{chunk-2MDZ44M5.js → chunk-2E4EP5TA.js} +2 -2
- package/dist/cli.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
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.
|
|
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.
|
|
333
|
+
- `0.17.0-alpha.N` is a prerelease from the `dev` branch published under the
|
|
334
334
|
`alpha` npm tag.
|
|
335
|
-
- `0.
|
|
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`.
|
|
@@ -29825,7 +29825,7 @@ Examples:
|
|
|
29825
29825
|
openmates server features enable embed:code:application
|
|
29826
29826
|
openmates server update
|
|
29827
29827
|
openmates server update --dry-run
|
|
29828
|
-
openmates server update --image-tag v0.
|
|
29828
|
+
openmates server update --image-tag v0.17.0
|
|
29829
29829
|
openmates server update --channel dev
|
|
29830
29830
|
openmates server restart --rebuild
|
|
29831
29831
|
`.trim());
|
|
@@ -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.
|
|
67273
|
+
text: "v0.17"
|
|
67274
67274
|
},
|
|
67275
67275
|
domain_not_allowed: {
|
|
67276
67276
|
text: "E-Mail domain not allowed."
|
package/dist/cli.js
CHANGED
package/dist/index.js
CHANGED