bitfab-cli 0.2.330 → 0.2.331
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -27010,7 +27010,7 @@ var semver3 = __toESM(require_semver2(), 1);
|
|
|
27010
27010
|
|
|
27011
27011
|
// ../bitfab-plugin-lib/dist/bakedSdkVersions.js
|
|
27012
27012
|
var BAKED_SDK_VERSIONS = {
|
|
27013
|
-
typescript: "0.53.
|
|
27013
|
+
typescript: "0.53.4",
|
|
27014
27014
|
python: "0.53.1",
|
|
27015
27015
|
ruby: "0.51.2",
|
|
27016
27016
|
go: "0.51.2"
|
package/package.json
CHANGED