@bike4mind/cli 0.2.12-cli-todo-list.17408 → 0.2.12-feat-secops-secrets.17399

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.
@@ -2,6 +2,7 @@
2
2
  import {
3
3
  CurationArtifactType
4
4
  } from "./chunk-OHR7UCTC.js";
5
+ import "./chunk-PDX44BCA.js";
5
6
 
6
7
  // ../../b4m-core/packages/services/dist/src/notebookCurationService/llmMarkdownGenerator.js
7
8
  var DEFAULT_OPTIONS = {
@@ -2,6 +2,7 @@
2
2
  import {
3
3
  CurationArtifactType
4
4
  } from "./chunk-OHR7UCTC.js";
5
+ import "./chunk-PDX44BCA.js";
5
6
 
6
7
  // ../../b4m-core/packages/services/dist/src/notebookCurationService/markdownGenerator.js
7
8
  var DEFAULT_OPTIONS = {
@@ -2,10 +2,11 @@
2
2
  import {
3
3
  findMostSimilarMemento,
4
4
  getRelevantMementos
5
- } from "./chunk-XM52K32A.js";
6
- import "./chunk-INYINU6X.js";
7
- import "./chunk-OCYRD7D6.js";
5
+ } from "./chunk-ZHCX7BLB.js";
6
+ import "./chunk-BU5TP3BH.js";
7
+ import "./chunk-AMDXHL6S.js";
8
8
  import "./chunk-OHR7UCTC.js";
9
+ import "./chunk-PDX44BCA.js";
9
10
  export {
10
11
  findMostSimilarMemento,
11
12
  getRelevantMementos
@@ -2,7 +2,8 @@
2
2
  import {
3
3
  NotificationDeduplicator,
4
4
  notificationDeduplicator
5
- } from "./chunk-OCYRD7D6.js";
5
+ } from "./chunk-AMDXHL6S.js";
6
+ import "./chunk-PDX44BCA.js";
6
7
  export {
7
8
  NotificationDeduplicator,
8
9
  notificationDeduplicator
@@ -296,6 +296,7 @@ import {
296
296
  validateSvgArtifactV2,
297
297
  wikiMarkupToAdf
298
298
  } from "./chunk-OHR7UCTC.js";
299
+ import "./chunk-PDX44BCA.js";
299
300
  export {
300
301
  ALL_IMAGE_MODELS,
301
302
  ALL_IMAGE_SIZES,
@@ -120,7 +120,7 @@ import {
120
120
  validateMermaidSyntax,
121
121
  warmUpSettingsCache,
122
122
  withRetry
123
- } from "./chunk-INYINU6X.js";
123
+ } from "./chunk-BU5TP3BH.js";
124
124
  import {
125
125
  Logger,
126
126
  NotificationDeduplicator,
@@ -128,8 +128,9 @@ import {
128
128
  notifyEventLogsToSlack,
129
129
  postLowCreditsNotificationToSlack,
130
130
  postMessageToSlack
131
- } from "./chunk-OCYRD7D6.js";
131
+ } from "./chunk-AMDXHL6S.js";
132
132
  import "./chunk-OHR7UCTC.js";
133
+ import "./chunk-PDX44BCA.js";
133
134
  export {
134
135
  AWSBackend,
135
136
  AdminSettingsCache,
@@ -2,10 +2,11 @@
2
2
  import {
3
3
  SubtractCreditsSchema,
4
4
  subtractCredits
5
- } from "./chunk-JXROCVSM.js";
6
- import "./chunk-INYINU6X.js";
7
- import "./chunk-OCYRD7D6.js";
5
+ } from "./chunk-ID4NS6KF.js";
6
+ import "./chunk-BU5TP3BH.js";
7
+ import "./chunk-AMDXHL6S.js";
8
8
  import "./chunk-OHR7UCTC.js";
9
+ import "./chunk-PDX44BCA.js";
9
10
  export {
10
11
  SubtractCreditsSchema,
11
12
  subtractCredits
@@ -14,6 +14,7 @@ import {
14
14
  verifyBackupCode,
15
15
  verifyTOTPToken
16
16
  } from "./chunk-BDQBOLYG.js";
17
+ import "./chunk-PDX44BCA.js";
17
18
  export {
18
19
  clearFailedAttempts,
19
20
  generateBackupCodes,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bike4mind/cli",
3
- "version": "0.2.12-cli-todo-list.17408+244ee96b6",
3
+ "version": "0.2.12-feat-secops-secrets.17399+ae2b8a0b6",
4
4
  "type": "module",
5
5
  "description": "Interactive CLI tool for Bike4Mind with ReAct agents",
6
6
  "license": "UNLICENSED",
@@ -37,8 +37,7 @@
37
37
  "test": "vitest run",
38
38
  "test:watch": "vitest",
39
39
  "start": "node dist/index.js",
40
- "prepublishOnly": "pnpm build",
41
- "postinstall": "node -e \"try { require('better-sqlite3') } catch(e) { if(e.message.includes('bindings')) { console.log('\\n⚠️ Rebuilding better-sqlite3 native bindings...'); require('child_process').execSync('pnpm rebuild better-sqlite3', {stdio:'inherit'}) } }\""
40
+ "prepublishOnly": "pnpm build"
42
41
  },
43
42
  "dependencies": {
44
43
  "@anthropic-ai/sdk": "^0.22.0",
@@ -71,7 +70,6 @@
71
70
  "eventsource-parser": "^3.0.6",
72
71
  "file-type": "^18.7.0",
73
72
  "fuse.js": "^7.1.0",
74
- "glob": "^13.0.0",
75
73
  "gray-matter": "^4.0.3",
76
74
  "ink": "^6.5.1",
77
75
  "ink-select-input": "^6.2.0",
@@ -106,10 +104,10 @@
106
104
  },
107
105
  "devDependencies": {
108
106
  "@bike4mind/agents": "0.1.0",
109
- "@bike4mind/common": "2.41.1-cli-todo-list.17408+244ee96b6",
110
- "@bike4mind/mcp": "1.21.1-cli-todo-list.17408+244ee96b6",
111
- "@bike4mind/services": "2.36.1-cli-todo-list.17408+244ee96b6",
112
- "@bike4mind/utils": "2.1.6-cli-todo-list.17408+244ee96b6",
107
+ "@bike4mind/common": "2.41.1-feat-secops-secrets.17399+ae2b8a0b6",
108
+ "@bike4mind/mcp": "1.21.1-feat-secops-secrets.17399+ae2b8a0b6",
109
+ "@bike4mind/services": "2.36.1-feat-secops-secrets.17399+ae2b8a0b6",
110
+ "@bike4mind/utils": "2.1.6-feat-secops-secrets.17399+ae2b8a0b6",
113
111
  "@types/better-sqlite3": "^7.6.13",
114
112
  "@types/diff": "^5.0.9",
115
113
  "@types/jsonwebtoken": "^9.0.4",
@@ -122,5 +120,5 @@
122
120
  "typescript": "^5.9.3",
123
121
  "vitest": "^3.2.4"
124
122
  },
125
- "gitHead": "244ee96b6f743aeff0513fc84f573050b624d4e7"
123
+ "gitHead": "ae2b8a0b668497b8b3d94c6e055ce1565fde45b3"
126
124
  }