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
package/dist/index.d.cts
CHANGED
|
@@ -1491,7 +1491,7 @@ declare class BitfabFunction {
|
|
|
1491
1491
|
/**
|
|
1492
1492
|
* SDK version from package.json (injected at build time)
|
|
1493
1493
|
*/
|
|
1494
|
-
declare const __version__ = "0.26.
|
|
1494
|
+
declare const __version__ = "0.26.1";
|
|
1495
1495
|
|
|
1496
1496
|
/**
|
|
1497
1497
|
* Constants for the Bitfab SDK.
|
package/dist/index.d.ts
CHANGED
|
@@ -1491,7 +1491,7 @@ declare class BitfabFunction {
|
|
|
1491
1491
|
/**
|
|
1492
1492
|
* SDK version from package.json (injected at build time)
|
|
1493
1493
|
*/
|
|
1494
|
-
declare const __version__ = "0.26.
|
|
1494
|
+
declare const __version__ = "0.26.1";
|
|
1495
1495
|
|
|
1496
1496
|
/**
|
|
1497
1497
|
* Constants for the Bitfab SDK.
|
package/dist/index.js
CHANGED