@elizaos/plugin-pdf 2.0.0-alpha.9 → 2.0.0-beta.1

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/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@elizaos/plugin-pdf",
3
- "version": "2.0.0-alpha.9",
3
+ "version": "2.0.0-beta.1",
4
4
  "type": "module",
5
- "main": "dist/cjs/index.node.cjs",
5
+ "main": "dist/node/index.node.js",
6
6
  "module": "dist/node/index.node.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "browser": "dist/browser/index.browser.js",
@@ -23,7 +23,6 @@
23
23
  "node": {
24
24
  "types": "./dist/node/index.d.ts",
25
25
  "import": "./dist/node/index.node.js",
26
- "require": "./dist/cjs/index.node.cjs",
27
26
  "default": "./dist/node/index.node.js"
28
27
  },
29
28
  "default": "./dist/node/index.node.js"
@@ -33,27 +32,27 @@
33
32
  "dist"
34
33
  ],
35
34
  "dependencies": {
36
- "@elizaos/core": "alpha",
35
+ "@elizaos/core": "2.0.0-beta.1",
37
36
  "unpdf": "^1.4.0"
38
37
  },
39
38
  "devDependencies": {
40
- "@biomejs/biome": "^2.3.11",
39
+ "@biomejs/biome": "^2.4.14",
41
40
  "@types/bun": "^1.3.10",
42
41
  "@types/node": "^25.0.3",
43
- "typescript": "^5.9.3",
44
- "vitest": "^2.0.0"
42
+ "typescript": "^6.0.3",
43
+ "vitest": "^4.0.0"
45
44
  },
46
45
  "scripts": {
47
46
  "build:ts": "bun run build.ts",
48
47
  "dev": "bun --hot build.ts",
49
48
  "lint": "bunx @biomejs/biome check --write --unsafe .",
50
49
  "lint:check": "bunx @biomejs/biome check .",
51
- "clean": "rm -rf dist .turbo node_modules",
50
+ "clean": "rm -rf dist .turbo",
52
51
  "format": "bunx @biomejs/biome format --write .",
53
52
  "format:check": "bunx @biomejs/biome format .",
54
53
  "typecheck": "tsc --noEmit",
55
- "test": "vitest run --passWithNoTests",
56
- "test:ts": "vitest run --passWithNoTests",
54
+ "test": "vitest run",
55
+ "test:ts": "vitest run",
57
56
  "build": "bun run build.ts"
58
57
  },
59
58
  "publishConfig": {
@@ -63,7 +62,7 @@
63
62
  "pluginType": "elizaos:plugin:1.0.0",
64
63
  "pluginParameters": {}
65
64
  },
66
- "milady": {
65
+ "eliza": {
67
66
  "platforms": [
68
67
  "browser",
69
68
  "node"
@@ -74,4 +73,4 @@
74
73
  "node": "Node.js build available via exports.node"
75
74
  }
76
75
  }
77
- }
76
+ }
package/dist/build.d.ts DELETED
@@ -1,4 +0,0 @@
1
- #!/usr/bin/env bun
2
- declare const externalDeps: string[];
3
- declare function build(): Promise<void>;
4
- //# sourceMappingURL=build.d.ts.map
@@ -1 +0,0 @@
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,2 +0,0 @@
1
- export * from '../index';
2
- export { default } from '../index';