bitfab-cli 0.2.322 → 0.2.324
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
|
@@ -26987,10 +26987,10 @@ var semver3 = __toESM(require_semver2(), 1);
|
|
|
26987
26987
|
|
|
26988
26988
|
// ../bitfab-plugin-lib/dist/bakedSdkVersions.js
|
|
26989
26989
|
var BAKED_SDK_VERSIONS = {
|
|
26990
|
-
typescript: "0.52.
|
|
26991
|
-
python: "0.52.
|
|
26992
|
-
ruby: "0.51.
|
|
26993
|
-
go: "0.51.
|
|
26990
|
+
typescript: "0.52.6",
|
|
26991
|
+
python: "0.52.7",
|
|
26992
|
+
ruby: "0.51.2",
|
|
26993
|
+
go: "0.51.1"
|
|
26994
26994
|
};
|
|
26995
26995
|
|
|
26996
26996
|
// ../bitfab-plugin-lib/dist/installedSdk.js
|
package/package.json
CHANGED