@bike4mind/cli 0.2.31-b4m-cli-undo-command.19534 → 0.2.31-b4m-cli-undo-command.19598

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-NI22LIK3.js";
4
+ } from "./chunk-PLA2VBQW.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-NI22LIK3.js";
4
+ } from "./chunk-PLA2VBQW.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-JWJF6O4L.js";
6
- import "./chunk-3SPW5FYJ.js";
7
- import "./chunk-NI22LIK3.js";
5
+ } from "./chunk-DQHCE3TN.js";
6
+ import "./chunk-PV6PZFPC.js";
7
+ import "./chunk-PLA2VBQW.js";
8
8
  import "./chunk-PFBYGCOW.js";
9
9
  export {
10
10
  findMostSimilarMemento,
@@ -139,12 +139,12 @@ import {
139
139
  validateUrlForFetch,
140
140
  warmUpSettingsCache,
141
141
  withRetry
142
- } from "./chunk-3SPW5FYJ.js";
142
+ } from "./chunk-PV6PZFPC.js";
143
143
  import {
144
144
  buildRateLimitLogEntry,
145
145
  isNearLimit,
146
146
  parseRateLimitHeaders
147
- } from "./chunk-NI22LIK3.js";
147
+ } from "./chunk-PLA2VBQW.js";
148
148
  import {
149
149
  Logger,
150
150
  NotificationDeduplicator,
@@ -447,7 +447,7 @@ import {
447
447
  validateReactArtifactV2,
448
448
  validateSvgArtifactV2,
449
449
  wikiMarkupToAdf
450
- } from "./chunk-NI22LIK3.js";
450
+ } from "./chunk-PLA2VBQW.js";
451
451
  export {
452
452
  ALL_IMAGE_MODELS,
453
453
  ALL_IMAGE_SIZES,
@@ -2,9 +2,9 @@
2
2
  import {
3
3
  SubtractCreditsSchema,
4
4
  subtractCredits
5
- } from "./chunk-F4PXVLZX.js";
6
- import "./chunk-3SPW5FYJ.js";
7
- import "./chunk-NI22LIK3.js";
5
+ } from "./chunk-4P27WV34.js";
6
+ import "./chunk-PV6PZFPC.js";
7
+ import "./chunk-PLA2VBQW.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.31-b4m-cli-undo-command.19534+db45140bb",
3
+ "version": "0.2.31-b4m-cli-undo-command.19598+2815ad285",
4
4
  "type": "module",
5
5
  "description": "Interactive CLI tool for Bike4Mind with ReAct agents",
6
6
  "license": "UNLICENSED",
@@ -111,10 +111,10 @@
111
111
  },
112
112
  "devDependencies": {
113
113
  "@bike4mind/agents": "0.1.0",
114
- "@bike4mind/common": "2.52.1-b4m-cli-undo-command.19534+db45140bb",
115
- "@bike4mind/mcp": "1.31.1-b4m-cli-undo-command.19534+db45140bb",
116
- "@bike4mind/services": "2.50.1-b4m-cli-undo-command.19534+db45140bb",
117
- "@bike4mind/utils": "2.7.1-b4m-cli-undo-command.19534+db45140bb",
114
+ "@bike4mind/common": "2.52.1-b4m-cli-undo-command.19598+2815ad285",
115
+ "@bike4mind/mcp": "1.31.1-b4m-cli-undo-command.19598+2815ad285",
116
+ "@bike4mind/services": "2.50.1-b4m-cli-undo-command.19598+2815ad285",
117
+ "@bike4mind/utils": "2.7.1-b4m-cli-undo-command.19598+2815ad285",
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": "db45140bb943bbc4dbccd53c99a8e305cb792d88"
138
+ "gitHead": "2815ad28569ac7a5ae4c74e8fbf14aa5f0046840"
139
139
  }