@churndown/sdk 0.0.1 → 0.0.2

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
@@ -24,7 +24,7 @@ __export(index_exports, {
24
24
  default: () => index_default
25
25
  });
26
26
  module.exports = __toCommonJS(index_exports);
27
- var DEFAULT_BASE_URL = "https://api.churndown.sh";
27
+ var DEFAULT_BASE_URL = "https://churndown.sh/api";
28
28
  var Churndown = class {
29
29
  apiKey;
30
30
  baseUrl;
package/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  // src/index.ts
2
- var DEFAULT_BASE_URL = "https://api.churndown.sh";
2
+ var DEFAULT_BASE_URL = "https://churndown.sh/api";
3
3
  var Churndown = class {
4
4
  apiKey;
5
5
  baseUrl;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@churndown/sdk",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Official Churndown SDK — identify users and track key actions",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",