@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
|
@@ -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.
|
|
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