bitfab-cli 0.2.312 → 0.2.314
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
|
@@ -26977,8 +26977,8 @@ var semver3 = __toESM(require_semver2(), 1);
|
|
|
26977
26977
|
|
|
26978
26978
|
// ../bitfab-plugin-lib/dist/bakedSdkVersions.js
|
|
26979
26979
|
var BAKED_SDK_VERSIONS = {
|
|
26980
|
-
typescript: "0.
|
|
26981
|
-
python: "0.
|
|
26980
|
+
typescript: "0.48.0",
|
|
26981
|
+
python: "0.49.0",
|
|
26982
26982
|
ruby: "0.43.1",
|
|
26983
26983
|
go: "0.41.1"
|
|
26984
26984
|
};
|
package/package.json
CHANGED