@bitfab/sdk 0.31.0 → 0.31.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-A7K5JOBV.js → chunk-CEUTWQHG.js} +2 -2
- package/dist/{chunk-A7K5JOBV.js.map → chunk-CEUTWQHG.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 +5 -4
package/dist/index.d.cts
CHANGED
|
@@ -1843,7 +1843,7 @@ declare class BitfabFunction {
|
|
|
1843
1843
|
/**
|
|
1844
1844
|
* SDK version from package.json (injected at build time)
|
|
1845
1845
|
*/
|
|
1846
|
-
declare const __version__ = "0.31.
|
|
1846
|
+
declare const __version__ = "0.31.1";
|
|
1847
1847
|
|
|
1848
1848
|
/**
|
|
1849
1849
|
* Constants for the Bitfab SDK.
|
package/dist/index.d.ts
CHANGED
|
@@ -1843,7 +1843,7 @@ declare class BitfabFunction {
|
|
|
1843
1843
|
/**
|
|
1844
1844
|
* SDK version from package.json (injected at build time)
|
|
1845
1845
|
*/
|
|
1846
|
-
declare const __version__ = "0.31.
|
|
1846
|
+
declare const __version__ = "0.31.1";
|
|
1847
1847
|
|
|
1848
1848
|
/**
|
|
1849
1849
|
* Constants for the Bitfab SDK.
|
package/dist/index.js
CHANGED