@discordjs/util 1.0.1-dev.1692230943-24fbb11ba.0 → 1.0.1

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 +47 -4
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -2,17 +2,60 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ # [@discordjs/util@1.0.1](https://github.com/discordjs/discord.js/compare/@discordjs/util@1.0.0...@discordjs/util@1.0.1) - (2023-08-17)
6
+
7
+ ## Documentation
8
+
9
+ - Update Node.js requirement to 16.11.0 (#9764) ([188877c](https://github.com/discordjs/discord.js/commit/188877c50af70f0d5cffb246620fa277435c6ce6))
10
+
11
+ # [@discordjs/util@1.0.0](https://github.com/discordjs/discord.js/compare/@discordjs/util@0.3.1...@discordjs/util@1.0.0) - (2023-07-31)
12
+
13
+ ## Features
14
+
15
+ - No-de-no-de, now with extra buns (#9683) ([386f206](https://github.com/discordjs/discord.js/commit/386f206caf74a04c426799af9796ca96dcb37056))
16
+ - **BREAKING CHANGE:** The REST and RequestManager classes now extend AsyncEventEmitter
17
+ from `@vladfrangu/async_event_emitter`, which aids in cross-compatibility
18
+ between Node, Deno, Bun, CF Workers, Vercel Functions, etc.
19
+ - **BREAKING CHANGE:** DefaultUserAgentAppendix has been adapted to support multiple
20
+ different platforms (previously mentioned Deno, Bun, CF Workers, etc)
21
+ - **BREAKING CHANGE:** the entry point for `@discordjs/rest` will now differ
22
+ in non-node-like environments (CF Workers, etc.)
23
+ - **Co-authored-by:** Suneet Tipirneni <77477100+suneettipirneni@users.noreply.github.com>
24
+ - **Co-authored-by:** Jiralite <33201955+Jiralite@users.noreply.github.com>
25
+ - **Co-authored-by:** suneettipirneni <suneettipirneni@icloud.com>
26
+
27
+ # [@discordjs/util@0.3.1](https://github.com/discordjs/discord.js/compare/@discordjs/util@0.3.0...@discordjs/util@0.3.1) - (2023-05-01)
28
+
29
+ ## Refactor
30
+
31
+ - **ShardClientUtil:** Logic de-duplication (#9491) ([a9f2bff](https://github.com/discordjs/discord.js/commit/a9f2bff82a18c6a3afdee99e5830e1d7b4da65dc))
32
+
33
+ # [@discordjs/util@0.3.0](https://github.com/discordjs/discord.js/compare/@discordjs/util@0.2.0...@discordjs/util@0.3.0) - (2023-05-01)
34
+
35
+ ## Bug Fixes
36
+
37
+ - Fix external links (#9313) ([a7425c2](https://github.com/discordjs/discord.js/commit/a7425c29c4f23f1b31f4c6a463107ca9eb7fd7e2))
38
+ - **scripts:** Accessing tsComment ([d8d5f31](https://github.com/discordjs/discord.js/commit/d8d5f31d3927fd1de62f1fa3a1a6e454243ad87b))
39
+
40
+ ## Documentation
41
+
42
+ - Generate static imports for types with api-extractor ([98a76db](https://github.com/discordjs/discord.js/commit/98a76db482879f79d6bb2fb2e5fc65ac2c34e2d9))
43
+
44
+ ## Features
45
+
46
+ - **website:** Render syntax and mdx on the server (#9086) ([ee5169e](https://github.com/discordjs/discord.js/commit/ee5169e0aadd7bbfcd752aae614ec0f69602b68b))
47
+
5
48
  # [@discordjs/util@1.0.0](https://github.com/discordjs/discord.js/compare/@discordjs/util@0.3.1...@discordjs/util@1.0.0) - (2023-07-31)
6
49
 
7
50
  ## Features
8
51
 
9
52
  - 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
53
+ - **BREAKING CHANGE:** The REST and RequestManager classes now extend AsyncEventEmitter
54
+ from `@vladfrangu/async_event_emitter`, which aids in cross-compatibility
12
55
  between Node, Deno, Bun, CF Workers, Vercel Functions, etc.
13
- - **BREAKING CHANGE:** DefaultUserAgentAppendix has been adapted to support multiple
56
+ - **BREAKING CHANGE:** DefaultUserAgentAppendix has been adapted to support multiple
14
57
  different platforms (previously mentioned Deno, Bun, CF Workers, etc)
15
- - **BREAKING CHANGE:** the entry point for `@discordjs/rest` will now differ
58
+ - **BREAKING CHANGE:** the entry point for `@discordjs/rest` will now differ
16
59
  in non-node-like environments (CF Workers, etc.)
17
60
  - **Co-authored-by:** Suneet Tipirneni <77477100+suneettipirneni@users.noreply.github.com>
18
61
  - **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.1-dev.1692230943-24fbb11ba.0",
3
+ "version": "1.0.1",
4
4
  "description": "Utilities shared across Discord.js packages",
5
5
  "scripts": {
6
6
  "build": "tsup",
@@ -54,19 +54,19 @@
54
54
  "homepage": "https://discord.js.org",
55
55
  "devDependencies": {
56
56
  "@favware/cliff-jumper": "^2.1.1",
57
- "@microsoft/api-extractor": "^7.36.3",
58
- "@types/node": "16.18.39",
59
- "@vitest/coverage-v8": "^0.34.1",
57
+ "@microsoft/api-extractor": "^7.36.4",
58
+ "@types/node": "16.18.40",
59
+ "@vitest/coverage-v8": "^0.34.2",
60
60
  "cross-env": "^7.0.3",
61
- "eslint": "^8.46.0",
61
+ "eslint": "^8.47.0",
62
62
  "eslint-config-neon": "^0.1.47",
63
63
  "eslint-formatter-pretty": "^5.0.0",
64
64
  "prettier": "^2.8.8",
65
65
  "tsd": "^0.28.1",
66
- "tsup": "^7.1.0",
66
+ "tsup": "^7.2.0",
67
67
  "turbo": "^1.10.12",
68
68
  "typescript": "^5.1.6",
69
- "vitest": "^0.34.1"
69
+ "vitest": "^0.34.2"
70
70
  },
71
71
  "engines": {
72
72
  "node": ">=16.11.0"