@bike4mind/cli 0.2.12-fix-cli-paste-and-file-drag-drop.17399 → 0.2.12-fix-backspace-and-format-step-display.17409

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,5 +1,4 @@
1
1
  #!/usr/bin/env node
2
- import "./chunk-PDX44BCA.js";
3
2
 
4
3
  // src/storage/ImageStore.ts
5
4
  import { createHash } from "crypto";
@@ -2,7 +2,6 @@
2
2
  import {
3
3
  CurationArtifactType
4
4
  } from "./chunk-OHR7UCTC.js";
5
- import "./chunk-PDX44BCA.js";
6
5
 
7
6
  // ../../b4m-core/packages/services/dist/src/notebookCurationService/artifactExtractor.js
8
7
  var ARTIFACT_TAG_REGEX = /<artifact\s+(.*?)>([\s\S]*?)<\/artifact>/gi;
@@ -7,7 +7,7 @@ import {
7
7
  getSettingsMap,
8
8
  getSettingsValue,
9
9
  secureParameters
10
- } from "./chunk-BU5TP3BH.js";
10
+ } from "./chunk-INYINU6X.js";
11
11
  import {
12
12
  KnowledgeType,
13
13
  SupportedFabFileMimeTypes
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  Logger
4
- } from "./chunk-AMDXHL6S.js";
4
+ } from "./chunk-OCYRD7D6.js";
5
5
  import {
6
6
  BedrockEmbeddingModel,
7
7
  ChatModels,
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  BadRequestError,
4
4
  secureParameters
5
- } from "./chunk-BU5TP3BH.js";
5
+ } from "./chunk-INYINU6X.js";
6
6
  import {
7
7
  GenericCreditDeductTransaction,
8
8
  ImageEditUsageTransaction,
@@ -160,7 +160,7 @@ var notifyEventLogsToSlack = async ({ event, stage, slackUrl, throttlingSlackUrl
160
160
  if (!allowedStages.includes(stage))
161
161
  return;
162
162
  const logEvents = logData.logEvents;
163
- const { notificationDeduplicator: notificationDeduplicator2 } = await import("./notificationDeduplicator-UW7D75QS.js");
163
+ const { notificationDeduplicator: notificationDeduplicator2 } = await import("./notificationDeduplicator-UTHJHMSZ.js");
164
164
  for (const logEvent of logEvents) {
165
165
  try {
166
166
  let message;
@@ -6,7 +6,7 @@ import {
6
6
  getSettingsByNames,
7
7
  obfuscateApiKey,
8
8
  secureParameters
9
- } from "./chunk-BU5TP3BH.js";
9
+ } from "./chunk-INYINU6X.js";
10
10
  import {
11
11
  ApiKeyType,
12
12
  MementoTier,
@@ -2,11 +2,10 @@
2
2
  import {
3
3
  createFabFile,
4
4
  createFabFileSchema
5
- } from "./chunk-RJFNIMVH.js";
6
- import "./chunk-BU5TP3BH.js";
7
- import "./chunk-AMDXHL6S.js";
5
+ } from "./chunk-7N7AZPLK.js";
6
+ import "./chunk-INYINU6X.js";
7
+ import "./chunk-OCYRD7D6.js";
8
8
  import "./chunk-OHR7UCTC.js";
9
- import "./chunk-PDX44BCA.js";
10
9
  export {
11
10
  createFabFile,
12
11
  createFabFileSchema
@@ -2,7 +2,6 @@
2
2
  import {
3
3
  FormatConverter
4
4
  } from "./chunk-BPFEGDC7.js";
5
- import "./chunk-PDX44BCA.js";
6
5
  export {
7
6
  FormatConverter
8
7
  };