@bike4mind/cli 0.2.50-chore-upgrade-uuid.21070 → 0.2.50

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.
@@ -3,7 +3,7 @@
3
3
  // package.json
4
4
  var package_default = {
5
5
  name: "@bike4mind/cli",
6
- version: "0.2.50-chore-upgrade-uuid.21070+2e58848f4",
6
+ version: "0.2.50",
7
7
  type: "module",
8
8
  description: "Interactive CLI tool for Bike4Mind with ReAct agents",
9
9
  license: "UNLICENSED",
@@ -105,7 +105,7 @@ var package_default = {
105
105
  turndown: "^7.2.2",
106
106
  undici: "^7.0.0",
107
107
  unpdf: "^0.10.0",
108
- uuid: "^13.0.0",
108
+ uuid: "^9.0.1",
109
109
  voyageai: "^0.0.4",
110
110
  "web-tree-sitter": "0.25.10",
111
111
  ws: "^8.19.0",
@@ -117,17 +117,18 @@ var package_default = {
117
117
  zustand: "^4.5.4"
118
118
  },
119
119
  devDependencies: {
120
- "@bike4mind/agents": "0.1.1-chore-upgrade-uuid.21070+2e58848f4",
121
- "@bike4mind/common": "2.68.1-chore-upgrade-uuid.21070+2e58848f4",
122
- "@bike4mind/mcp": "1.33.12-chore-upgrade-uuid.21070+2e58848f4",
123
- "@bike4mind/services": "2.63.2-chore-upgrade-uuid.21070+2e58848f4",
124
- "@bike4mind/utils": "2.15.5-chore-upgrade-uuid.21070+2e58848f4",
120
+ "@bike4mind/agents": "0.1.1",
121
+ "@bike4mind/common": "2.68.0",
122
+ "@bike4mind/mcp": "1.33.11",
123
+ "@bike4mind/services": "2.63.2",
124
+ "@bike4mind/utils": "2.15.4",
125
125
  "@types/better-sqlite3": "^7.6.13",
126
126
  "@types/diff": "^5.0.9",
127
127
  "@types/jsonwebtoken": "^9.0.4",
128
128
  "@types/node": "^22.9.0",
129
129
  "@types/picomatch": "^4.0.2",
130
130
  "@types/react": "^19.2.14",
131
+ "@types/uuid": "^9.0.7",
131
132
  "@types/ws": "^8.18.1",
132
133
  "@types/yargs": "^17.0.35",
133
134
  "ink-testing-library": "^4.0.0",
@@ -139,7 +140,7 @@ var package_default = {
139
140
  optionalDependencies: {
140
141
  "@vscode/ripgrep": "^1.17.0"
141
142
  },
142
- gitHead: "2e58848f49d6e5f62c695f024776ab5866d0eb19"
143
+ gitHead: "ddfa814429ff487998a5bada77a8ed918ce40acf"
143
144
  };
144
145
 
145
146
  // src/utils/updateChecker.ts
@@ -3,7 +3,7 @@ import {
3
3
  fetchLatestVersion,
4
4
  forceCheckForUpdate,
5
5
  package_default
6
- } from "../chunk-JNNMZGPD.js";
6
+ } from "../chunk-JM2TFANH.js";
7
7
 
8
8
  // src/commands/doctorCommand.ts
9
9
  import { execSync } from "child_process";
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  forceCheckForUpdate,
4
4
  package_default
5
- } from "../chunk-JNNMZGPD.js";
5
+ } from "../chunk-JM2TFANH.js";
6
6
 
7
7
  // src/commands/updateCommand.ts
8
8
  import { execSync } from "child_process";
package/dist/index.js CHANGED
@@ -64,7 +64,7 @@ import {
64
64
  import {
65
65
  checkForUpdate,
66
66
  package_default
67
- } from "./chunk-JNNMZGPD.js";
67
+ } from "./chunk-JM2TFANH.js";
68
68
  import {
69
69
  selectActiveBackgroundAgents,
70
70
  useCliStore
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bike4mind/cli",
3
- "version": "0.2.50-chore-upgrade-uuid.21070+2e58848f4",
3
+ "version": "0.2.50",
4
4
  "type": "module",
5
5
  "description": "Interactive CLI tool for Bike4Mind with ReAct agents",
6
6
  "license": "UNLICENSED",
@@ -102,7 +102,7 @@
102
102
  "turndown": "^7.2.2",
103
103
  "undici": "^7.0.0",
104
104
  "unpdf": "^0.10.0",
105
- "uuid": "^13.0.0",
105
+ "uuid": "^9.0.1",
106
106
  "voyageai": "^0.0.4",
107
107
  "web-tree-sitter": "0.25.10",
108
108
  "ws": "^8.19.0",
@@ -114,17 +114,18 @@
114
114
  "zustand": "^4.5.4"
115
115
  },
116
116
  "devDependencies": {
117
- "@bike4mind/agents": "0.1.1-chore-upgrade-uuid.21070+2e58848f4",
118
- "@bike4mind/common": "2.68.1-chore-upgrade-uuid.21070+2e58848f4",
119
- "@bike4mind/mcp": "1.33.12-chore-upgrade-uuid.21070+2e58848f4",
120
- "@bike4mind/services": "2.63.2-chore-upgrade-uuid.21070+2e58848f4",
121
- "@bike4mind/utils": "2.15.5-chore-upgrade-uuid.21070+2e58848f4",
117
+ "@bike4mind/agents": "0.1.1",
118
+ "@bike4mind/common": "2.68.0",
119
+ "@bike4mind/mcp": "1.33.11",
120
+ "@bike4mind/services": "2.63.2",
121
+ "@bike4mind/utils": "2.15.4",
122
122
  "@types/better-sqlite3": "^7.6.13",
123
123
  "@types/diff": "^5.0.9",
124
124
  "@types/jsonwebtoken": "^9.0.4",
125
125
  "@types/node": "^22.9.0",
126
126
  "@types/picomatch": "^4.0.2",
127
127
  "@types/react": "^19.2.14",
128
+ "@types/uuid": "^9.0.7",
128
129
  "@types/ws": "^8.18.1",
129
130
  "@types/yargs": "^17.0.35",
130
131
  "ink-testing-library": "^4.0.0",
@@ -136,5 +137,5 @@
136
137
  "optionalDependencies": {
137
138
  "@vscode/ripgrep": "^1.17.0"
138
139
  },
139
- "gitHead": "2e58848f49d6e5f62c695f024776ab5866d0eb19"
140
+ "gitHead": "ddfa814429ff487998a5bada77a8ed918ce40acf"
140
141
  }