@elizaos/plugin-pdf 1.0.0-beta.3 → 1.0.0-beta.33

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.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -1
  3. package/package.json +3 -3
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 Shaw Walters, aka Moon aka @lalalune
3
+ Copyright (c) 2025 Shaw Walters and elizaOS Contributors
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -20,7 +20,7 @@ The Node plugin serves as a foundational component of Eliza OS, bridging core No
20
20
  ## Installation
21
21
 
22
22
  ```bash
23
- npx elizaos plugin add @elizaos/plugin-pdf
23
+ npx elizaos project add-plugin @elizaos/plugin-pdf
24
24
  ```
25
25
 
26
26
  ## Configuration
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elizaos/plugin-pdf",
3
- "version": "1.0.0-beta.3",
3
+ "version": "1.0.0-beta.33",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -28,7 +28,7 @@
28
28
  "dependencies": {
29
29
  "@aws-sdk/client-s3": "^3.705.0",
30
30
  "@aws-sdk/s3-request-presigner": "^3.705.0",
31
- "@elizaos/core": "^1.0.0-beta.3",
31
+ "@elizaos/core": "^1.0.0-beta.33",
32
32
  "@types/uuid": "10.0.0",
33
33
  "capsolver-npm": "2.0.2",
34
34
  "fluent-ffmpeg": "2.1.3",
@@ -61,5 +61,5 @@
61
61
  "publishConfig": {
62
62
  "access": "public"
63
63
  },
64
- "gitHead": "7fafcbac799e40bd30f1e2acd3239262e79bbb2f"
64
+ "gitHead": "9da6c2edde9ccc19112c6aa5b028810fb8d2da54"
65
65
  }