@elizaos/plugin-pdf 2.0.0-alpha.17 → 2.0.0-alpha.18

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/build.d.ts CHANGED
@@ -1,4 +1,3 @@
1
1
  #!/usr/bin/env bun
2
- declare const externalDeps: string[];
3
- declare function build(): Promise<void>;
2
+ export {};
4
3
  //# sourceMappingURL=build.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"build.d.ts","sourceRoot":"","sources":["../build.ts"],"names":[],"mappings":";AAEA,QAAA,MAAM,YAAY,UAAkC,CAAC;AAErD,iBAAe,KAAK,IAAI,OAAO,CAAC,IAAI,CAAC,CA+FpC"}
1
+ {"version":3,"file":"build.d.ts","sourceRoot":"","sources":["../build.ts"],"names":[],"mappings":""}
@@ -1,5 +1,3 @@
1
- var __create = Object.create;
2
- var __getProtoOf = Object.getPrototypeOf;
3
1
  var __defProp = Object.defineProperty;
4
2
  var __getOwnPropNames = Object.getOwnPropertyNames;
5
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -7,28 +5,6 @@ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
5
  function __accessProp(key) {
8
6
  return this[key];
9
7
  }
10
- var __toESMCache_node;
11
- var __toESMCache_esm;
12
- var __toESM = (mod, isNodeMode, target) => {
13
- var canCache = mod != null && typeof mod === "object";
14
- if (canCache) {
15
- var cache = isNodeMode ? __toESMCache_node ??= new WeakMap : __toESMCache_esm ??= new WeakMap;
16
- var cached = cache.get(mod);
17
- if (cached)
18
- return cached;
19
- }
20
- target = mod != null ? __create(__getProtoOf(mod)) : {};
21
- const to = isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target;
22
- for (let key of __getOwnPropNames(mod))
23
- if (!__hasOwnProp.call(to, key))
24
- __defProp(to, key, {
25
- get: __accessProp.bind(mod, key),
26
- enumerable: true
27
- });
28
- if (canCache)
29
- cache.set(mod, to);
30
- return to;
31
- };
32
8
  var __toCommonJS = (from) => {
33
9
  var entry = (__moduleCache ??= new WeakMap).get(from), desc;
34
10
  if (entry)
@@ -38337,7 +38313,7 @@ var init_pdfjs = __esm(() => {
38337
38313
  var exports_index_node = {};
38338
38314
  __export(exports_index_node, {
38339
38315
  pdfPlugin: () => pdfPlugin,
38340
- default: () => import__.default,
38316
+ default: () => index_node_default,
38341
38317
  PdfService: () => PdfService
38342
38318
  });
38343
38319
  module.exports = __toCommonJS(exports_index_node);
@@ -38544,6 +38520,7 @@ class PdfService extends import_core.Service {
38544
38520
  }
38545
38521
  }
38546
38522
  }
38523
+
38547
38524
  // index.ts
38548
38525
  var pdfPlugin = {
38549
38526
  name: "pdf",
@@ -38551,5 +38528,8 @@ var pdfPlugin = {
38551
38528
  services: [PdfService],
38552
38529
  actions: []
38553
38530
  };
38531
+ // index.node.ts
38532
+ var defaultPdfPlugin = pdfPlugin;
38533
+ var index_node_default = defaultPdfPlugin;
38554
38534
 
38555
- //# debugId=7CEB4D588D0ED62664756E2164756E21
38535
+ //# debugId=6BC9E18846CF8E7E64756E2164756E21