@bitfab/sdk 0.36.3 → 0.36.5
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/{chunk-M2GISXGV.js → chunk-FLP6CNRE.js} +2 -2
- package/dist/{chunk-M2GISXGV.js.map → chunk-FLP6CNRE.js.map} +1 -1
- package/dist/{chunk-4CTDZMG5.js → chunk-IYHBVIPJ.js} +60 -5
- package/dist/{chunk-4CTDZMG5.js.map → chunk-IYHBVIPJ.js.map} +1 -1
- package/dist/index.cjs +58 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +67 -2
- package/dist/index.d.ts +67 -2
- package/dist/index.js +2 -2
- package/dist/node.cjs +58 -3
- package/dist/node.cjs.map +1 -1
- package/dist/node.d.cts +1 -1
- package/dist/node.d.ts +1 -1
- package/dist/node.js +2 -2
- package/dist/{replay-ZH25RPKH.js → replay-JGMOJEW2.js} +2 -2
- package/package.json +3 -3
- /package/dist/{replay-ZH25RPKH.js.map → replay-JGMOJEW2.js.map} +0 -0
|
@@ -278,7 +278,7 @@ function encodeRequestBody(body) {
|
|
|
278
278
|
}
|
|
279
279
|
|
|
280
280
|
// src/version.generated.ts
|
|
281
|
-
var __version__ = "0.36.
|
|
281
|
+
var __version__ = "0.36.5";
|
|
282
282
|
|
|
283
283
|
// src/constants.ts
|
|
284
284
|
var DEFAULT_SERVICE_URL = "https://bitfab.ai";
|
|
@@ -2521,4 +2521,4 @@ export {
|
|
|
2521
2521
|
serializeReplayResult,
|
|
2522
2522
|
replay
|
|
2523
2523
|
};
|
|
2524
|
-
//# sourceMappingURL=chunk-
|
|
2524
|
+
//# sourceMappingURL=chunk-FLP6CNRE.js.map
|