openmates 0.11.0-alpha.17 → 0.11.0-alpha.18

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.
@@ -6676,6 +6676,7 @@ INTERNAL_API_SHARED_TOKEN=
6676
6676
  TUNNEL_TRIGGER_SECRET=<PLACEHOLDER>
6677
6677
  SERVER_ENVIRONMENT=production
6678
6678
  FRONTEND_URLS="http://localhost:5173"
6679
+ PRODUCTION_URL="http://localhost:5173"
6679
6680
  TRUSTED_PROXY_IPS="172.16.0.0/12"
6680
6681
  CORE_SIDECAR_URL=http://admin-sidecar:8001
6681
6682
  CLEAR_CACHE_ON_UPDATE=true
package/dist/cli.js CHANGED
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  getExtForLang,
4
4
  serializeToYaml
5
- } from "./chunk-LOVSX3MQ.js";
5
+ } from "./chunk-IJXZKFPX.js";
6
6
  import "./chunk-AXNRPVLE.js";
7
7
  export {
8
8
  getExtForLang,
package/dist/index.js CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  getExtForLang,
8
8
  parseNewChatSuggestionText,
9
9
  serializeToYaml
10
- } from "./chunk-LOVSX3MQ.js";
10
+ } from "./chunk-IJXZKFPX.js";
11
11
  import "./chunk-AXNRPVLE.js";
12
12
  export {
13
13
  MATE_NAMES,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openmates",
3
- "version": "0.11.0-alpha.17",
3
+ "version": "0.11.0-alpha.18",
4
4
  "description": "OpenMates CLI and SDK",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",