bitfab-cli 0.2.337 → 0.2.338
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
|
@@ -27043,10 +27043,10 @@ var semver3 = __toESM(require_semver2(), 1);
|
|
|
27043
27043
|
|
|
27044
27044
|
// ../bitfab-plugin-lib/dist/bakedSdkVersions.js
|
|
27045
27045
|
var BAKED_SDK_VERSIONS = {
|
|
27046
|
-
typescript: "0.54.
|
|
27047
|
-
python: "0.55.
|
|
27048
|
-
ruby: "0.51.
|
|
27049
|
-
go: "0.51.
|
|
27046
|
+
typescript: "0.54.1",
|
|
27047
|
+
python: "0.55.1",
|
|
27048
|
+
ruby: "0.51.5",
|
|
27049
|
+
go: "0.51.4"
|
|
27050
27050
|
};
|
|
27051
27051
|
|
|
27052
27052
|
// ../bitfab-plugin-lib/dist/installedSdk.js
|
package/package.json
CHANGED