bitfab-cli 0.2.307 → 0.2.308
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/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -26937,8 +26937,8 @@ var semver3 = __toESM(require_semver2(), 1);
|
|
|
26937
26937
|
// ../bitfab-plugin-lib/dist/bakedSdkVersions.js
|
|
26938
26938
|
var BAKED_SDK_VERSIONS = {
|
|
26939
26939
|
typescript: "0.44.0",
|
|
26940
|
-
python: "0.
|
|
26941
|
-
ruby: "0.
|
|
26940
|
+
python: "0.43.0",
|
|
26941
|
+
ruby: "0.43.0",
|
|
26942
26942
|
go: "0.41.0"
|
|
26943
26943
|
};
|
|
26944
26944
|
|
package/package.json
CHANGED