@lavapayments/nodejs 5.2.12 → 5.2.14
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.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +3 -1
- package/dist/index.mjs +3 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -233,7 +233,9 @@ var Lava = class {
|
|
|
233
233
|
parasail: `${this.baseUrl}forward?u=https://api.parasail.io/v1`,
|
|
234
234
|
nebius: `${this.baseUrl}forward?u=https://api.studio.nebius.com/v1`,
|
|
235
235
|
fireworks: `${this.baseUrl}forward?u=https://api.fireworks.ai/inference/v1`,
|
|
236
|
-
cerebras: `${this.baseUrl}forward?u=https://api.cerebras.ai/v1
|
|
236
|
+
cerebras: `${this.baseUrl}forward?u=https://api.cerebras.ai/v1`,
|
|
237
|
+
targon: `${this.baseUrl}forward?u=https://api.targon.com/v1`,
|
|
238
|
+
gmicloud: `${this.baseUrl}forward?u=https://api.gmi-serving.com/v1`
|
|
237
239
|
};
|
|
238
240
|
}
|
|
239
241
|
/**
|
package/dist/index.mjs
CHANGED
|
@@ -206,7 +206,9 @@ var Lava = class {
|
|
|
206
206
|
parasail: `${this.baseUrl}forward?u=https://api.parasail.io/v1`,
|
|
207
207
|
nebius: `${this.baseUrl}forward?u=https://api.studio.nebius.com/v1`,
|
|
208
208
|
fireworks: `${this.baseUrl}forward?u=https://api.fireworks.ai/inference/v1`,
|
|
209
|
-
cerebras: `${this.baseUrl}forward?u=https://api.cerebras.ai/v1
|
|
209
|
+
cerebras: `${this.baseUrl}forward?u=https://api.cerebras.ai/v1`,
|
|
210
|
+
targon: `${this.baseUrl}forward?u=https://api.targon.com/v1`,
|
|
211
|
+
gmicloud: `${this.baseUrl}forward?u=https://api.gmi-serving.com/v1`
|
|
210
212
|
};
|
|
211
213
|
}
|
|
212
214
|
/**
|
package/package.json
CHANGED