@bike4mind/cli 0.2.48-chore-package-version-updates.20949 → 0.2.48-chore-package-version-updates.21012
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.
- package/dist/{artifactExtractor-HC2FRSBT.js → artifactExtractor-SIFIV3ZN.js} +1 -1
- package/dist/{chunk-U7ICJXHN.js → chunk-F6IY547T.js} +2 -2
- package/dist/{chunk-ZRDMSXTB.js → chunk-M7QGYBN7.js} +1 -1
- package/dist/{chunk-HWVPH2ZP.js → chunk-OFKZXY6L.js} +2 -2
- package/dist/{chunk-JQVCPUOG.js → chunk-QLY3LGPA.js} +2129 -1992
- package/dist/{chunk-5DHY3MWM.js → chunk-TVH4JPED.js} +4 -4
- package/dist/{chunk-VH2AMGCX.js → chunk-W5MJV36K.js} +1 -1
- package/dist/{chunk-CQNVZHKP.js → chunk-WKPO5JDF.js} +2 -2
- package/dist/{chunk-3ZM32T3R.js → chunk-YVIJY5FK.js} +6 -6
- package/dist/commands/doctorCommand.js +1 -1
- package/dist/commands/headlessCommand.js +7 -7
- package/dist/commands/mcpCommand.js +2 -2
- package/dist/commands/updateCommand.js +1 -1
- package/dist/{create-CS65QX2K.js → create-6Z46TX3C.js} +3 -3
- package/dist/index.js +8 -8
- package/dist/{llmMarkdownGenerator-6S6NEOCO.js → llmMarkdownGenerator-WOAXMXDB.js} +1 -1
- package/dist/{markdownGenerator-PZZBJIAR.js → markdownGenerator-HZIPL4XS.js} +1 -1
- package/dist/{mementoService-6QGHNCTJ.js → mementoService-XAAA3Q54.js} +3 -3
- package/dist/{src-D26PSEE3.js → src-FDPAPWTO.js} +2 -2
- package/dist/{src-OEUKB7VU.js → src-ODP5CCCC.js} +9 -1
- package/dist/{subtractCredits-OOK6WJAN.js → subtractCredits-7SHS6DXL.js} +3 -3
- package/package.json +6 -6
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
CurationArtifactType
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-QLY3LGPA.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;
|
|
@@ -6,12 +6,12 @@ import {
|
|
|
6
6
|
getSettingsByNames,
|
|
7
7
|
obfuscateApiKey,
|
|
8
8
|
secureParameters
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-M7QGYBN7.js";
|
|
10
10
|
import {
|
|
11
11
|
ApiKeyType,
|
|
12
12
|
MementoTier,
|
|
13
13
|
isSupportedEmbeddingModel
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-QLY3LGPA.js";
|
|
15
15
|
|
|
16
16
|
// ../../b4m-core/packages/services/dist/src/apiKeyService/get.js
|
|
17
17
|
import { z } from "zod";
|
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
extractSnippetMeta,
|
|
21
21
|
isGPTImageModel,
|
|
22
22
|
settingsMap
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-QLY3LGPA.js";
|
|
24
24
|
|
|
25
25
|
// ../../b4m-core/packages/utils/dist/src/storage/S3Storage.js
|
|
26
26
|
import { S3Client, PutObjectCommand, DeleteObjectCommand, GetObjectCommand, HeadObjectCommand } from "@aws-sdk/client-s3";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import {
|
|
3
3
|
BadRequestError,
|
|
4
4
|
secureParameters
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-M7QGYBN7.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-
|
|
16
|
+
} from "./chunk-QLY3LGPA.js";
|
|
17
17
|
|
|
18
18
|
// ../../b4m-core/packages/services/dist/src/creditService/subtractCredits.js
|
|
19
19
|
import { z } from "zod";
|