discord-message-transcript 1.2.0-dev-next.0.28 → 1.2.0-dev-next.2.30

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 (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -50,6 +50,7 @@ This project provides two packages:
50
50
  - Single-file HTML output
51
51
  - Lightweight JSON format
52
52
  - Optional image embedding
53
+ - Optional CDN Upload (Can be custom)
53
54
  - Markdown + syntax highlighting
54
55
  - No tracking or telemetry
55
56
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "discord-message-transcript",
3
- "version": "1.2.0-dev-next.0.28",
3
+ "version": "1.2.0-dev-next.2.30",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -48,7 +48,7 @@
48
48
  "typescript": "^5.9.3"
49
49
  },
50
50
  "dependencies": {
51
- "discord-message-transcript-base": "1.2.0-dev-next.0.28"
51
+ "discord-message-transcript-base": "1.2.0-dev-next.2.30"
52
52
  },
53
53
  "peerDependencies": {
54
54
  "discord.js": ">=14.19.0 <15"