@wallavi/widget 1.3.7 → 1.3.8

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.js CHANGED
@@ -69,7 +69,7 @@ async function consumeStream(body, handler) {
69
69
  }
70
70
  }
71
71
  }
72
- var API_URL = process.env.NEXT_PUBLIC_API_URL ?? "http://localhost:4000";
72
+ var API_URL = process.env.NEXT_PUBLIC_API_URL ?? "https://wallavi-production.up.railway.app";
73
73
  function newId() {
74
74
  return Math.random().toString(36).slice(2, 10);
75
75
  }
package/dist/index.mjs CHANGED
@@ -43,7 +43,7 @@ async function consumeStream(body, handler) {
43
43
  }
44
44
  }
45
45
  }
46
- var API_URL = process.env.NEXT_PUBLIC_API_URL ?? "http://localhost:4000";
46
+ var API_URL = process.env.NEXT_PUBLIC_API_URL ?? "https://wallavi-production.up.railway.app";
47
47
  function newId() {
48
48
  return Math.random().toString(36).slice(2, 10);
49
49
  }
package/package.json CHANGED
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "private": false,
35
35
  "types": "./dist/index.d.ts",
36
- "version": "1.3.7",
36
+ "version": "1.3.8",
37
37
  "scripts": {
38
38
  "build": "tsup",
39
39
  "typecheck": "tsc --noEmit"