@cetusprotocol/aggregator-sdk 0.4.2 → 0.4.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.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/.env.example +0 -4
- package/bun.lockb +0 -0
package/dist/index.js
CHANGED
|
@@ -7319,7 +7319,7 @@ function processEndpoint(endpoint) {
|
|
|
7319
7319
|
}
|
|
7320
7320
|
|
|
7321
7321
|
// src/api.ts
|
|
7322
|
-
var SDK_VERSION =
|
|
7322
|
+
var SDK_VERSION = 1000403;
|
|
7323
7323
|
function getRouterResult(endpoint, apiKey, params) {
|
|
7324
7324
|
return __async(this, null, function* () {
|
|
7325
7325
|
let response;
|
package/dist/index.mjs
CHANGED
|
@@ -7317,7 +7317,7 @@ function processEndpoint(endpoint) {
|
|
|
7317
7317
|
}
|
|
7318
7318
|
|
|
7319
7319
|
// src/api.ts
|
|
7320
|
-
var SDK_VERSION =
|
|
7320
|
+
var SDK_VERSION = 1000403;
|
|
7321
7321
|
function getRouterResult(endpoint, apiKey, params) {
|
|
7322
7322
|
return __async(this, null, function* () {
|
|
7323
7323
|
let response;
|
package/package.json
CHANGED
package/.env.example
DELETED
package/bun.lockb
DELETED
|
Binary file
|