sweety-html-transcripts 0.2.6-dev-24539159209.0 → 0.2.6-dev-25195306407.0

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 +0 -2
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -91,7 +91,6 @@ await channel.send({
91
91
  });
92
92
  ```
93
93
 
94
-
95
94
  ### Or if you prefer, you can pass in your own messages.
96
95
 
97
96
  #### Seyfert
@@ -136,7 +135,6 @@ await channel.send({
136
135
  });
137
136
  ```
138
137
 
139
-
140
138
  ## ⚙️ Configuration
141
139
 
142
140
  Both methods of generating a transcript allow for an option object as the last
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sweety-html-transcripts",
3
- "version": "0.2.6-dev-24539159209.0",
3
+ "version": "0.2.6-dev-25195306407.0",
4
4
  "description": "A sweety formatted html transcript generator for discord bots.",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -54,26 +54,26 @@
54
54
  "dist/**"
55
55
  ],
56
56
  "devDependencies": {
57
- "@changesets/cli": "^2.30.0",
57
+ "@changesets/cli": "^2.31.0",
58
58
  "@eslint/eslintrc": "^3.3.5",
59
59
  "@eslint/js": "^10.0.1",
60
60
  "@penwin/discord-components-core": "^4.3.8",
61
61
  "@types/node": "^25.6.0",
62
62
  "@types/react": "^19.2.14",
63
63
  "@types/react-dom": "^19.2.3",
64
- "@typescript-eslint/eslint-plugin": "^8.58.2",
65
- "@typescript-eslint/parser": "^8.58.2",
64
+ "@typescript-eslint/eslint-plugin": "^8.59.1",
65
+ "@typescript-eslint/parser": "^8.59.1",
66
66
  "discord.js": "^14.26.3",
67
67
  "dotenv": "^17.4.2",
68
- "eslint": "^10.2.0",
68
+ "eslint": "^10.2.1",
69
69
  "globals": "^17.5.0",
70
70
  "husky": "^9.1.7",
71
71
  "prettier": "^3.8.3",
72
72
  "seyfert": "4.3.0",
73
73
  "sharp": "^0.34.5",
74
74
  "tsx": "^4.21.0",
75
- "typescript": "^6.0.2",
76
- "vite": "^8.0.8"
75
+ "typescript": "^6.0.3",
76
+ "vite": "^8.0.10"
77
77
  },
78
78
  "dependencies": {
79
79
  "@derockdev/discord-components-core": "^3.6.1",
@@ -98,5 +98,5 @@
98
98
  "sharp"
99
99
  ]
100
100
  },
101
- "packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319"
101
+ "packageManager": "pnpm@10.33.2+sha512.a90faf6feeab71ad6c6e57f94e0fe1a12f5dcc22cd754db40ae9593eb6a3e0b6b12e3540218bb37ae083404b1f2ce6db2a4121e979829b4aff94b99f49da1cf8"
102
102
  }