@byte_fluffy/nexra-sdk 0.1.0-alpha.1 → 0.1.0-alpha.2

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/catalog.js CHANGED
@@ -2,7 +2,7 @@ import {
2
2
  CatalogClient,
3
3
  getModelSpec,
4
4
  listModelSpecs
5
- } from "./chunk-ADKRTC6X.js";
5
+ } from "./chunk-WE6JHADB.js";
6
6
  export {
7
7
  CatalogClient,
8
8
  getModelSpec,
@@ -1338,7 +1338,7 @@ var NexraWaitTimeoutError = class extends Error {
1338
1338
  };
1339
1339
 
1340
1340
  // src/generated/version.generated.ts
1341
- var SDK_VERSION = "0.1.0-alpha.1";
1341
+ var SDK_VERSION = "0.1.0-alpha.2";
1342
1342
 
1343
1343
  // src/transport.ts
1344
1344
  var DEFAULT_BASE_URL = "https://api.nexra-ai.com/v1";
package/dist/index.js CHANGED
@@ -9,7 +9,7 @@ import {
9
9
  listModelSpecs,
10
10
  queryString,
11
11
  sleep
12
- } from "./chunk-ADKRTC6X.js";
12
+ } from "./chunk-WE6JHADB.js";
13
13
  import {
14
14
  ceilDecimal,
15
15
  multiplyDecimal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byte_fluffy/nexra-sdk",
3
- "version": "0.1.0-alpha.1",
3
+ "version": "0.1.0-alpha.2",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "repository": {