bitfab-cli 0.2.340 → 0.2.341

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.
Files changed (2) hide show
  1. package/dist/index.js +4 -4
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -24569,10 +24569,10 @@ var semver3 = __toESM(require_semver2(), 1);
24569
24569
 
24570
24570
  // ../bitfab-plugin-lib/dist/bakedSdkVersions.js
24571
24571
  var BAKED_SDK_VERSIONS = {
24572
- typescript: "0.54.3",
24573
- python: "0.55.2",
24574
- ruby: "0.51.5",
24575
- go: "0.51.4"
24572
+ typescript: "0.54.4",
24573
+ python: "0.55.3",
24574
+ ruby: "0.51.6",
24575
+ go: "0.51.5"
24576
24576
  };
24577
24577
 
24578
24578
  // ../bitfab-plugin-lib/dist/installedSdk.js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bitfab-cli",
3
- "version": "0.2.340",
3
+ "version": "0.2.341",
4
4
  "description": "Install and configure the Bitfab plugin in Claude Code, Codex, or Cursor, or the Bitfab skill pack in Amp (Alpha).",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",