Skip to content

Commit

Permalink
Fix WebSocket issue (#116)
Browse files Browse the repository at this point in the history
* fix: Update d.js to fix WebSocket issues

* feat: Use ESBuild instead of terser

* chore: Update `ytdl-core`
  • Loading branch information
AverageHelper authored Apr 4, 2023
1 parent cb710cb commit 847cd93
Show file tree
Hide file tree
Showing 6 changed files with 945 additions and 384 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.1.1] - 2023-04-03
### Changed
- Trying out [ESBuild](https://esbuild.github.io) instead of [terser](https://terser.org). Should hopefully make for a less memory-intensive build process for small servers.

### Fixed
- Failure to decode button interactions. New discord.js version properly utilizes the new subdependency version. (They _really_ should consider pinning their deps.)

## [2.1.0] - 2023-04-02
### Added
- Complete translations for common commands.
Expand Down Expand Up @@ -418,6 +425,7 @@ After updating, be sure to run `npm ci && npm run build:clean && npm run migrate
### Added
- Initial commit

[2.1.1]: https://github.com/AverageHelper/Gamgee/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/AverageHelper/Gamgee/compare/v2.0.6...v2.1.0
[2.0.6]: https://github.com/AverageHelper/Gamgee/compare/v2.0.5...v2.0.6
[2.0.5]: https://github.com/AverageHelper/Gamgee/compare/v2.0.4...v2.0.5
Expand Down
1 change: 1 addition & 0 deletions jest.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
},
"extensionsToTreatAsEsm": [".ts"],
"moduleNameMapper": {
"^(\\.{1,2}/.*/llhttp\\.wasm\\.js)$": "$1",
"^(\\.{1,2}/.*)\\.js$": "$1"
},
"collectCoverage": true,
Expand Down
Loading

0 comments on commit 847cd93

Please sign in to comment.