notifykitdev 1.0.0 → 1.0.1

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
@@ -23,7 +23,7 @@ __export(index_exports, {
23
23
  default: () => index_default
24
24
  });
25
25
  module.exports = __toCommonJS(index_exports);
26
- var DEFAULT_BASE_URL = "https://api.notifykit.dev";
26
+ var DEFAULT_BASE_URL = "https://notification-service-production-8875.up.railway.app";
27
27
  var state = {
28
28
  apiKey: null,
29
29
  baseUrl: DEFAULT_BASE_URL,
package/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  // src/index.ts
2
- var DEFAULT_BASE_URL = "https://api.notifykit.dev";
2
+ var DEFAULT_BASE_URL = "https://notification-service-production-8875.up.railway.app";
3
3
  var state = {
4
4
  apiKey: null,
5
5
  baseUrl: DEFAULT_BASE_URL,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "notifykitdev",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Official NotifyKit SDK for JavaScript - Send notifications from your apps",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",