Skip to content

Commit 3ac5a37

Browse files
committed
fix: actually have the perf packages picked up by npm
1 parent dfaa5da commit 3ac5a37

File tree

2 files changed

+8
-20
lines changed

2 files changed

+8
-20
lines changed

package-lock.json

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

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"@sentry/integrations": "^7.60.1",
4646
"@sentry/node": "^7.60.1",
4747
"async-lock": "^1.4.0",
48+
"bufferutil": "^4.0.7",
4849
"bullmq": "^4.2.0",
4950
"discord.js": "~14.11.0",
5051
"dotenv": "^16.1.4",
@@ -53,7 +54,9 @@
5354
"prisma-field-encryption": "^1.5.0",
5455
"strip-indent": "^4.0.0",
5556
"tslib": "^2.5.3",
56-
"tslog": "^4.8.2"
57+
"tslog": "^4.8.2",
58+
"utf-8-validate": "^6.0.3",
59+
"zlib-sync": "^0.1.8"
5760
},
5861
"devDependencies": {
5962
"@commitlint/cli": "^17.6.5",
@@ -76,10 +79,5 @@
7679
"prisma": "^5.0.0",
7780
"typescript": "^5.1.3",
7881
"vitest": "^0.33.0"
79-
},
80-
"optionalDependencies": {
81-
"bufferutil": "^4.0.7",
82-
"utf-8-validate": "^6.0.3",
83-
"zlib-sync": "^0.1.8"
8482
}
8583
}

0 commit comments

Comments
 (0)