bitfab-cli 0.2.149 → 0.2.151

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 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -30712,6 +30712,8 @@ var LEGACY_CLASSIFICATION = {
30712
30712
  };
30713
30713
  var traceNodeAnalysisShape = external_exports.object({
30714
30714
  classification: external_exports.preprocess((value) => typeof value === "string" ? LEGACY_CLASSIFICATION[value] ?? value : value, external_exports.enum(["pure", "model_call", "external_read", "side_effect"])),
30715
+ mockable: external_exports.boolean().optional(),
30716
+ unmockableReason: external_exports.string().min(1).optional(),
30715
30717
  innerCall: external_exports.object({ name: external_exports.string() }).optional(),
30716
30718
  sideEffectKind: external_exports.enum([
30717
30719
  "db_write",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bitfab-cli",
3
- "version": "0.2.149",
3
+ "version": "0.2.151",
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",