@bitfab/sdk 0.33.5 → 0.33.6
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-LRWH3H5T.js → chunk-JANSX65W.js} +2 -2
- package/dist/{chunk-LRWH3H5T.js.map → chunk-JANSX65W.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 +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1983,7 +1983,7 @@ declare class BitfabFunction {
|
|
|
1983
1983
|
/**
|
|
1984
1984
|
* SDK version from package.json (injected at build time)
|
|
1985
1985
|
*/
|
|
1986
|
-
declare const __version__ = "0.33.
|
|
1986
|
+
declare const __version__ = "0.33.6";
|
|
1987
1987
|
|
|
1988
1988
|
/**
|
|
1989
1989
|
* Constants for the Bitfab SDK.
|
package/dist/index.d.ts
CHANGED
|
@@ -1983,7 +1983,7 @@ declare class BitfabFunction {
|
|
|
1983
1983
|
/**
|
|
1984
1984
|
* SDK version from package.json (injected at build time)
|
|
1985
1985
|
*/
|
|
1986
|
-
declare const __version__ = "0.33.
|
|
1986
|
+
declare const __version__ = "0.33.6";
|
|
1987
1987
|
|
|
1988
1988
|
/**
|
|
1989
1989
|
* Constants for the Bitfab SDK.
|
package/dist/index.js
CHANGED
package/dist/node.cjs
CHANGED