bitfab-cli 0.2.346 → 0.2.347
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 +4 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -24575,10 +24575,10 @@ var semver3 = __toESM(require_semver2(), 1);
|
|
|
24575
24575
|
|
|
24576
24576
|
// ../bitfab-plugin-lib/dist/bakedSdkVersions.js
|
|
24577
24577
|
var BAKED_SDK_VERSIONS = {
|
|
24578
|
-
typescript: "0.54.
|
|
24579
|
-
python: "0.55.
|
|
24580
|
-
ruby: "0.51.
|
|
24581
|
-
go: "0.51.
|
|
24578
|
+
typescript: "0.54.8",
|
|
24579
|
+
python: "0.55.7",
|
|
24580
|
+
ruby: "0.51.9",
|
|
24581
|
+
go: "0.51.8"
|
|
24582
24582
|
};
|
|
24583
24583
|
|
|
24584
24584
|
// ../bitfab-plugin-lib/dist/installedSdk.js
|
package/package.json
CHANGED