@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/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.d.mts +1 -1
- package/dist/index.d.ts +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
|
@@ -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://
|
|
140
|
+
var DEFAULT_ENDPOINT = "https://lelemon.dev";
|
|
141
141
|
function init(config = {}) {
|
|
142
142
|
globalConfig = config;
|
|
143
143
|
globalTransport = createTransport(config);
|