@lelemondev/sdk 0.5.0 → 0.5.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.mjs CHANGED
@@ -137,7 +137,7 @@ var Transport = class {
137
137
  // src/core/config.ts
138
138
  var globalConfig = {};
139
139
  var globalTransport = null;
140
- var DEFAULT_ENDPOINT = "https://api.lelemon.dev";
140
+ var DEFAULT_ENDPOINT = "https://lelemon.dev";
141
141
  function init(config = {}) {
142
142
  globalConfig = config;
143
143
  globalTransport = createTransport(config);