Skip to content

Commit b36eacb

Browse files
update package.json and bun.lock
1 parent da9aaa2 commit b36eacb

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

bun.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ovencord/transcript",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Ultrafast, zero-dependency Discord HTML transcript generator exclusively for the Bun ecosystem.",
55
"module": "src/index.ts",
66
"main": "src/index.ts",
@@ -36,10 +36,10 @@
3636
"devDependencies": {
3737
"@biomejs/biome": "2.4.8",
3838
"@types/bun": "latest",
39-
"typescript": "^5.9.3"
39+
"typescript": "5.9.3"
4040
},
4141
"dependencies": {
42-
"@ovencord/mustache": "^1.0.0"
42+
"@ovencord/mustache": "1.0.2"
4343
},
4444
"publishConfig": {
4545
"access": "public"

0 commit comments

Comments
 (0)