@yoooclaw/phone-notifications 1.11.4 → 1.11.5

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/dist/index.cjs CHANGED
@@ -316,12 +316,12 @@ var init_env = __esm({
316
316
  accountFileDeleteUrl: "https://openclaw-service-test.yoooclaw.com/api/account/file/delete"
317
317
  },
318
318
  production: {
319
- lightApiUrl: "https://openclaw-service-prod.yoooclaw.com/api/message/tob/sendMessage",
320
- relayTunnelUrl: "wss://openclaw-service-prod.yoooclaw.com/message/messages/ws/plugin",
321
- appNameMapUrl: "https://openclaw-service-prod.yoooclaw.com/api/application-config/app-package/config-all",
322
- modelProxyLongRecordingSubmitTaskUrl: "https://openclaw-service-prod.yoooclaw.com/api/model-proxy/long-recording/submit-task",
323
- modelProxyLongRecordingQueryTaskResultBaseUrl: "https://openclaw-service-prod.yoooclaw.com/api/model-proxy/long-recording/query-task-result",
324
- accountFileDeleteUrl: "https://openclaw-service-prod.yoooclaw.com/api/account/file/delete"
319
+ lightApiUrl: "https://openclaw-service.yoooclaw.com/api/message/tob/sendMessage",
320
+ relayTunnelUrl: "wss://openclaw-service.yoooclaw.com/message/messages/ws/plugin",
321
+ appNameMapUrl: "https://openclaw-service.yoooclaw.com/api/application-config/app-package/config-all",
322
+ modelProxyLongRecordingSubmitTaskUrl: "https://openclaw-service.yoooclaw.com/api/model-proxy/long-recording/submit-task",
323
+ modelProxyLongRecordingQueryTaskResultBaseUrl: "https://openclaw-service.yoooclaw.com/api/model-proxy/long-recording/query-task-result",
324
+ accountFileDeleteUrl: "https://openclaw-service.yoooclaw.com/api/account/file/delete"
325
325
  }
326
326
  };
327
327
  VALID_ENVS = new Set(Object.keys(ENV_CONFIG));
@@ -5578,7 +5578,7 @@ function readBuildInjectedVersion() {
5578
5578
  if (false) {
5579
5579
  return void 0;
5580
5580
  }
5581
- const version = "1.11.4".trim();
5581
+ const version = "1.11.5".trim();
5582
5582
  return version || void 0;
5583
5583
  }
5584
5584
  function readPluginVersionFromPackageJson() {