@dotbots-boutique/server-sdk 0.5.3 → 0.5.4

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.
Files changed (2) hide show
  1. package/dist/client.js +1 -1
  2. package/package.json +1 -1
package/dist/client.js CHANGED
@@ -109,7 +109,7 @@ class DotBotsBackend {
109
109
  return (await response.json());
110
110
  }
111
111
  async sendNotification(request) {
112
- const url = 'https://dotnotifications-dotbots-api.apps.dotbots.boutique/notifications/send';
112
+ const url = 'https://dotnotifications-dotbots-api.apps.dotbots.boutique/api/send';
113
113
  const body = JSON.stringify(request);
114
114
  console.log(JSON.stringify({
115
115
  level: 'info',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotbots-boutique/server-sdk",
3
- "version": "0.5.3",
3
+ "version": "0.5.4",
4
4
  "description": "DotBots Backend SDK — server-side AI calls, payments, and user lookups via the DotBots proxy",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",