bitfab 0.26.0 → 0.26.1
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-GCAJN5I7.js → chunk-SJFOTDP3.js} +2 -2
- package/dist/{chunk-GCAJN5I7.js.map → chunk-SJFOTDP3.js.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/node.cjs +1 -1
- package/dist/node.cjs.map +1 -1
- package/dist/node.js +1 -1
- package/package.json +2 -2
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
} from "./chunk-26MUT4IP.js";
|
|
13
13
|
|
|
14
14
|
// src/version.generated.ts
|
|
15
|
-
var __version__ = "0.26.
|
|
15
|
+
var __version__ = "0.26.1";
|
|
16
16
|
|
|
17
17
|
// src/constants.ts
|
|
18
18
|
var DEFAULT_SERVICE_URL = "https://bitfab.ai";
|
|
@@ -3675,4 +3675,4 @@ export {
|
|
|
3675
3675
|
BitfabFunction,
|
|
3676
3676
|
finalizers
|
|
3677
3677
|
};
|
|
3678
|
-
//# sourceMappingURL=chunk-
|
|
3678
|
+
//# sourceMappingURL=chunk-SJFOTDP3.js.map
|