bitfab-cli 0.2.294 → 0.2.296

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
@@ -11548,10 +11548,10 @@ var semver3 = __toESM(require_semver2(), 1);
11548
11548
 
11549
11549
  // ../bitfab-plugin-lib/dist/bakedSdkVersions.js
11550
11550
  var BAKED_SDK_VERSIONS = {
11551
- typescript: "0.39.0",
11552
- python: "0.39.1",
11553
- ruby: "0.38.3",
11554
- go: "0.37.0"
11551
+ typescript: "0.40.0",
11552
+ python: "0.40.0",
11553
+ ruby: "0.40.0",
11554
+ go: "0.40.0"
11555
11555
  };
11556
11556
 
11557
11557
  // ../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.294",
3
+ "version": "0.2.296",
4
4
  "description": "Install and configure the Bitfab plugin in Claude Code, Codex, or Cursor.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",