@lelemondev/sdk 0.6.2 → 0.6.3

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
@@ -203,7 +203,7 @@ var Transport = class {
203
203
  // src/core/config.ts
204
204
  var globalConfig = {};
205
205
  var globalTransport = null;
206
- var DEFAULT_ENDPOINT = "https://lelemon.dev";
206
+ var DEFAULT_ENDPOINT = "https://www.lelemon.dev";
207
207
  function init(config = {}) {
208
208
  globalConfig = config;
209
209
  if (config.debug) {