@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/express.js.map +1 -1
- package/dist/express.mjs.map +1 -1
- package/dist/hono.js.map +1 -1
- package/dist/hono.mjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/integrations.js.map +1 -1
- package/dist/integrations.mjs.map +1 -1
- package/dist/lambda.js.map +1 -1
- package/dist/lambda.mjs.map +1 -1
- package/dist/next.js.map +1 -1
- package/dist/next.mjs.map +1 -1
- package/package.json +1 -1
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) {
|