@bike4mind/cli 0.2.46-fix-empty-text-content-block.20674 → 0.2.46

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.
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  CurationArtifactType
4
- } from "./chunk-LE6YGEIO.js";
4
+ } from "./chunk-JQVCPUOG.js";
5
5
 
6
6
  // ../../b4m-core/packages/services/dist/src/notebookCurationService/artifactExtractor.js
7
7
  var ARTIFACT_TAG_REGEX = /<artifact\s+(.*?)>([\s\S]*?)<\/artifact>/gi;
@@ -3,7 +3,7 @@
3
3
  // package.json
4
4
  var package_default = {
5
5
  name: "@bike4mind/cli",
6
- version: "0.2.46-fix-empty-text-content-block.20674+b27597f82",
6
+ version: "0.2.46",
7
7
  type: "module",
8
8
  description: "Interactive CLI tool for Bike4Mind with ReAct agents",
9
9
  license: "UNLICENSED",
@@ -109,6 +109,7 @@ var package_default = {
109
109
  uuid: "^9.0.1",
110
110
  voyageai: "^0.0.4",
111
111
  "web-tree-sitter": "0.25.10",
112
+ ws: "^8.19.0",
112
113
  xlsx: "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
113
114
  yargs: "^17.7.2",
114
115
  yauzl: "^3.1.3",
@@ -118,10 +119,10 @@ var package_default = {
118
119
  },
119
120
  devDependencies: {
120
121
  "@bike4mind/agents": "0.1.0",
121
- "@bike4mind/common": "2.64.2-fix-empty-text-content-block.20674+b27597f82",
122
- "@bike4mind/mcp": "1.33.8-fix-empty-text-content-block.20674+b27597f82",
123
- "@bike4mind/services": "2.60.2-fix-empty-text-content-block.20674+b27597f82",
124
- "@bike4mind/utils": "2.15.1-fix-empty-text-content-block.20674+b27597f82",
122
+ "@bike4mind/common": "2.65.0",
123
+ "@bike4mind/mcp": "1.33.8",
124
+ "@bike4mind/services": "2.61.0",
125
+ "@bike4mind/utils": "2.15.1",
125
126
  "@types/better-sqlite3": "^7.6.13",
126
127
  "@types/diff": "^5.0.9",
127
128
  "@types/jsonwebtoken": "^9.0.4",
@@ -129,6 +130,7 @@ var package_default = {
129
130
  "@types/picomatch": "^4.0.2",
130
131
  "@types/react": "^19.2.7",
131
132
  "@types/uuid": "^9.0.7",
133
+ "@types/ws": "^8.18.1",
132
134
  "@types/yargs": "^17.0.32",
133
135
  "ink-testing-library": "^4.0.0",
134
136
  tsup: "^8.5.1",
@@ -139,7 +141,7 @@ var package_default = {
139
141
  optionalDependencies: {
140
142
  "@vscode/ripgrep": "^1.17.0"
141
143
  },
142
- gitHead: "b27597f8244b0b1cfc23e74d63d93d9b20b9dfa8"
144
+ gitHead: "6410ccf4787a000d66def75780d8c01ff4b32c05"
143
145
  };
144
146
 
145
147
  // src/utils/updateChecker.ts
@@ -7,11 +7,11 @@ import {
7
7
  getSettingsMap,
8
8
  getSettingsValue,
9
9
  secureParameters
10
- } from "./chunk-4OFEAY5V.js";
10
+ } from "./chunk-ZRDMSXTB.js";
11
11
  import {
12
12
  KnowledgeType,
13
13
  SupportedFabFileMimeTypes
14
- } from "./chunk-LE6YGEIO.js";
14
+ } from "./chunk-JQVCPUOG.js";
15
15
 
16
16
  // ../../b4m-core/packages/services/dist/src/fabFileService/create.js
17
17
  import { z } from "zod";
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  BadRequestError,
4
4
  secureParameters
5
- } from "./chunk-4OFEAY5V.js";
5
+ } from "./chunk-ZRDMSXTB.js";
6
6
  import {
7
7
  CompletionApiUsageTransaction,
8
8
  GenericCreditDeductTransaction,
@@ -13,7 +13,7 @@ import {
13
13
  ToolUsageTransaction,
14
14
  TransferCreditTransaction,
15
15
  VideoGenerationUsageTransaction
16
- } from "./chunk-LE6YGEIO.js";
16
+ } from "./chunk-JQVCPUOG.js";
17
17
 
18
18
  // ../../b4m-core/packages/services/dist/src/creditService/subtractCredits.js
19
19
  import { z } from "zod";