@bike4mind/cli 0.2.32 → 0.2.33-chore-5822-replace-deprecated-node-http-handler.19843

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-QHCGCQ72.js";
4
+ } from "./chunk-I5EHZ4OG.js";
5
5
 
6
6
  // ../../b4m-core/packages/services/dist/src/notebookCurationService/llmMarkdownGenerator.js
7
7
  var DEFAULT_OPTIONS = {
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  CurationArtifactType
4
- } from "./chunk-QHCGCQ72.js";
4
+ } from "./chunk-I5EHZ4OG.js";
5
5
 
6
6
  // ../../b4m-core/packages/services/dist/src/notebookCurationService/markdownGenerator.js
7
7
  var DEFAULT_OPTIONS = {
@@ -2,9 +2,9 @@
2
2
  import {
3
3
  findMostSimilarMemento,
4
4
  getRelevantMementos
5
- } from "./chunk-ORRROOHQ.js";
6
- import "./chunk-ZOM2E3PC.js";
7
- import "./chunk-QHCGCQ72.js";
5
+ } from "./chunk-XH4U37SN.js";
6
+ import "./chunk-ZH3AH7U2.js";
7
+ import "./chunk-I5EHZ4OG.js";
8
8
  import "./chunk-PFBYGCOW.js";
9
9
  export {
10
10
  findMostSimilarMemento,
@@ -451,7 +451,7 @@ import {
451
451
  validateReactArtifactV2,
452
452
  validateSvgArtifactV2,
453
453
  wikiMarkupToAdf
454
- } from "./chunk-QHCGCQ72.js";
454
+ } from "./chunk-I5EHZ4OG.js";
455
455
  export {
456
456
  ALL_IMAGE_MODELS,
457
457
  ALL_IMAGE_SIZES,
@@ -139,12 +139,12 @@ import {
139
139
  validateUrlForFetch,
140
140
  warmUpSettingsCache,
141
141
  withRetry
142
- } from "./chunk-ZOM2E3PC.js";
142
+ } from "./chunk-ZH3AH7U2.js";
143
143
  import {
144
144
  buildRateLimitLogEntry,
145
145
  isNearLimit,
146
146
  parseRateLimitHeaders
147
- } from "./chunk-QHCGCQ72.js";
147
+ } from "./chunk-I5EHZ4OG.js";
148
148
  import {
149
149
  Logger,
150
150
  NotificationDeduplicator,
@@ -3,7 +3,7 @@ import {
3
3
  selectActiveBackgroundAgents,
4
4
  selectCompletedBackgroundAgents,
5
5
  useCliStore
6
- } from "./chunk-BYXFQJYT.js";
6
+ } from "./chunk-G2LYCVZJ.js";
7
7
  export {
8
8
  selectActiveBackgroundAgents,
9
9
  selectCompletedBackgroundAgents,
@@ -2,9 +2,9 @@
2
2
  import {
3
3
  SubtractCreditsSchema,
4
4
  subtractCredits
5
- } from "./chunk-RPIEKKLZ.js";
6
- import "./chunk-ZOM2E3PC.js";
7
- import "./chunk-QHCGCQ72.js";
5
+ } from "./chunk-PVTWVKQE.js";
6
+ import "./chunk-ZH3AH7U2.js";
7
+ import "./chunk-I5EHZ4OG.js";
8
8
  import "./chunk-PFBYGCOW.js";
9
9
  export {
10
10
  SubtractCreditsSchema,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bike4mind/cli",
3
- "version": "0.2.32",
3
+ "version": "0.2.33-chore-5822-replace-deprecated-node-http-handler.19843+cdabb9037",
4
4
  "type": "module",
5
5
  "description": "Interactive CLI tool for Bike4Mind with ReAct agents",
6
6
  "license": "UNLICENSED",
@@ -50,7 +50,6 @@
50
50
  "@aws-sdk/client-sqs": "3.654.0",
51
51
  "@aws-sdk/client-transcribe": "3.654.0",
52
52
  "@aws-sdk/credential-provider-node": "3.654.0",
53
- "@aws-sdk/node-http-handler": "^3.374.0",
54
53
  "@aws-sdk/s3-request-presigner": "3.654.0",
55
54
  "@casl/ability": "^6.5.0",
56
55
  "@google/genai": "^1.27.0",
@@ -60,6 +59,7 @@
60
59
  "@modelcontextprotocol/sdk": "1.26.0",
61
60
  "@octokit/rest": "^22.0.0",
62
61
  "@opensearch-project/opensearch": "2.11.0",
62
+ "@smithy/node-http-handler": "^4.4.10",
63
63
  "async-mutex": "^0.5.0",
64
64
  "axios": "^1.13.2",
65
65
  "bcryptjs": "^2.4.3",
@@ -111,10 +111,10 @@
111
111
  },
112
112
  "devDependencies": {
113
113
  "@bike4mind/agents": "0.1.0",
114
- "@bike4mind/common": "2.54.0",
115
- "@bike4mind/mcp": "1.32.1",
116
- "@bike4mind/services": "2.51.1",
117
- "@bike4mind/utils": "2.8.1",
114
+ "@bike4mind/common": "2.54.1-chore-5822-replace-deprecated-node-http-handler.19843+cdabb9037",
115
+ "@bike4mind/mcp": "1.32.2-chore-5822-replace-deprecated-node-http-handler.19843+cdabb9037",
116
+ "@bike4mind/services": "2.51.2-chore-5822-replace-deprecated-node-http-handler.19843+cdabb9037",
117
+ "@bike4mind/utils": "2.8.2-chore-5822-replace-deprecated-node-http-handler.19843+cdabb9037",
118
118
  "@types/better-sqlite3": "^7.6.13",
119
119
  "@types/diff": "^5.0.9",
120
120
  "@types/jsonwebtoken": "^9.0.4",
@@ -135,5 +135,5 @@
135
135
  "optionalDependencies": {
136
136
  "@vscode/ripgrep": "^1.17.0"
137
137
  },
138
- "gitHead": "14201812f942551eeac075a0ed2b561dc344a21a"
138
+ "gitHead": "cdabb9037548e13097add811283194e00b0e5b4c"
139
139
  }