@discordjs/util 1.0.0 → 1.0.1-dev.1690848883-1af7e5a0b.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/CHANGELOG.md +4 -4
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -7,12 +7,12 @@ All notable changes to this project will be documented in this file.
7
7
  ## Features
8
8
 
9
9
  - No-de-no-de, now with extra buns (#9683) ([386f206](https://github.com/discordjs/discord.js/commit/386f206caf74a04c426799af9796ca96dcb37056))
10
- - **BREAKING CHANGE:** The REST and RequestManager classes now extend AsyncEventEmitter
11
- from `@vladfrangu/async_event_emitter`, which aids in cross-compatibility
10
+ - **BREAKING CHANGE:** The REST and RequestManager classes now extend AsyncEventEmitter
11
+ from `@vladfrangu/async_event_emitter`, which aids in cross-compatibility
12
12
  between Node, Deno, Bun, CF Workers, Vercel Functions, etc.
13
- - **BREAKING CHANGE:** DefaultUserAgentAppendix has been adapted to support multiple
13
+ - **BREAKING CHANGE:** DefaultUserAgentAppendix has been adapted to support multiple
14
14
  different platforms (previously mentioned Deno, Bun, CF Workers, etc)
15
- - **BREAKING CHANGE:** the entry point for `@discordjs/rest` will now differ
15
+ - **BREAKING CHANGE:** the entry point for `@discordjs/rest` will now differ
16
16
  in non-node-like environments (CF Workers, etc.)
17
17
  - **Co-authored-by:** Suneet Tipirneni <77477100+suneettipirneni@users.noreply.github.com>
18
18
  - **Co-authored-by:** Jiralite <33201955+Jiralite@users.noreply.github.com>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@discordjs/util",
3
- "version": "1.0.0",
3
+ "version": "1.0.1-dev.1690848883-1af7e5a0b.0",
4
4
  "description": "Utilities shared across Discord.js packages",
5
5
  "scripts": {
6
6
  "build": "tsup",