bitfab-cli 0.2.310 → 0.2.311

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 +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -26975,8 +26975,8 @@ var semver3 = __toESM(require_semver2(), 1);
26975
26975
 
26976
26976
  // ../bitfab-plugin-lib/dist/bakedSdkVersions.js
26977
26977
  var BAKED_SDK_VERSIONS = {
26978
- typescript: "0.45.0",
26979
- python: "0.45.0",
26978
+ typescript: "0.46.0",
26979
+ python: "0.46.0",
26980
26980
  ruby: "0.43.1",
26981
26981
  go: "0.41.1"
26982
26982
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bitfab-cli",
3
- "version": "0.2.310",
3
+ "version": "0.2.311",
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",