@mastra/telegram 0.1.2-alpha.0 → 0.1.2

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/index.cjs CHANGED
@@ -19375,7 +19375,7 @@ function isUint8Array(value) {
19375
19375
  return Boolean(value && typeof value === "object" && "byteLength" in value && "byteOffset" in value);
19376
19376
  }
19377
19377
  //#endregion
19378
- //#region ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/chat/4.40.0/cb3a31b4f44de113e1ec4eb2f27ce29a2c95f7dfe7c4e921ae20223eef9ddd4e/node_modules/chat/dist/chunk-VB76CUI4.js
19378
+ //#region ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/chat/4.40.0/14ee40448e72892ca6b1a79ce3c73cfcc07649680e91ea4aeca432057a591587/node_modules/chat/dist/chunk-VB76CUI4.js
19379
19379
  function isListNode(node) {
19380
19380
  return node.type === "list";
19381
19381
  }
@@ -20276,7 +20276,7 @@ var vn = (n, r) => {
20276
20276
  };
20277
20277
  var $e = vn;
20278
20278
  //#endregion
20279
- //#region ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/chat/4.40.0/cb3a31b4f44de113e1ec4eb2f27ce29a2c95f7dfe7c4e921ae20223eef9ddd4e/node_modules/chat/dist/chunk-BKACWYIW.js
20279
+ //#region ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/chat/4.40.0/14ee40448e72892ca6b1a79ce3c73cfcc07649680e91ea4aeca432057a591587/node_modules/chat/dist/chunk-BKACWYIW.js
20280
20280
  var adapterMap = /* @__PURE__ */ new WeakMap();
20281
20281
  var Message = class _Message {
20282
20282
  /** Unique message ID */
@@ -20687,7 +20687,7 @@ function wrapTablesForAppend(text2, closeFences = false) {
20687
20687
  new AbortController().signal;
20688
20688
  new async_hooks.AsyncLocalStorage();
20689
20689
  //#endregion
20690
- //#region ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/chat/4.40.0/cb3a31b4f44de113e1ec4eb2f27ce29a2c95f7dfe7c4e921ae20223eef9ddd4e/node_modules/chat/dist/index.js
20690
+ //#region ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/chat/4.40.0/14ee40448e72892ca6b1a79ce3c73cfcc07649680e91ea4aeca432057a591587/node_modules/chat/dist/index.js
20691
20691
  var emojiRegistry = /* @__PURE__ */ new Map();
20692
20692
  function getEmoji(name) {
20693
20693
  let emojiValue = emojiRegistry.get(name);
@@ -21353,7 +21353,7 @@ createEmoji();
21353
21353
  var cardChildToFallbackText2 = cardChildToFallbackText;
21354
21354
  var isCardElement2 = isCardElement;
21355
21355
  //#endregion
21356
- //#region ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@chat-adapter/shared/4.40.0/ecf50e78d3a8d604f33c10dbc1a34827ee808a3bb6e8ff49bdf456e77f76b102/node_modules/@chat-adapter/shared/dist/index.js
21356
+ //#region ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@chat-adapter/shared/4.40.0/f50d930fcde2981b5b16c44b7c4dcb90d9d0c5a07fcd239473ab6681cefdd7e6/node_modules/@chat-adapter/shared/dist/index.js
21357
21357
  function extractCard(message) {
21358
21358
  if (isCardElement2(message)) return message;
21359
21359
  if (typeof message === "object" && message !== null && "card" in message) return message.card;
@@ -21493,7 +21493,7 @@ function blocklist(ranges, family) {
21493
21493
  blocklist(IPV4, "ipv4");
21494
21494
  blocklist(IPV6, "ipv6");
21495
21495
  //#endregion
21496
- //#region ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@chat-adapter/telegram/4.40.0/91df867ef2394568ac329768f45e5aa4f73d2dd9aa77e81c8468e2c68e380ab7/node_modules/@chat-adapter/telegram/dist/index.js
21496
+ //#region ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@chat-adapter/telegram/4.40.0/18bd366f4b53a423ff29d71914ab396f3b6c56390c99cb0e17b91653ebac5d68/node_modules/@chat-adapter/telegram/dist/index.js
21497
21497
  var CALLBACK_DATA_PREFIX = "chat:";
21498
21498
  var TELEGRAM_CALLBACK_DATA_LIMIT_BYTES = 64;
21499
21499
  function convertLabel(label) {