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 +3 -3
- package/dist/{chunk-EKMHE52D.js → chunk-SVL7BFYD.js} +2 -2
- package/dist/cli.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
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.
|
|
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.
|
|
321
|
+
- `0.16.0-alpha.N` is a prerelease from the `dev` branch published under the
|
|
322
322
|
`alpha` npm tag.
|
|
323
|
-
- `0.
|
|
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.
|
|
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.
|
|
65121
|
+
text: "v0.16"
|
|
65122
65122
|
},
|
|
65123
65123
|
domain_not_allowed: {
|
|
65124
65124
|
text: "E-Mail domain not allowed."
|
package/dist/cli.js
CHANGED
package/dist/index.js
CHANGED