@discordjs/formatters 0.3.2-dev.1692230971-24fbb11ba.0 → 0.3.2

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 +13 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -2,6 +2,19 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ # [@discordjs/formatters@0.3.2](https://github.com/discordjs/discord.js/compare/@discordjs/formatters@0.3.1...@discordjs/formatters@0.3.2) - (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/formatters@0.3.1](https://github.com/discordjs/discord.js/compare/@discordjs/formatters@0.3.0...@discordjs/formatters@0.3.1) - (2023-05-01)
12
+
13
+ ## Documentation
14
+
15
+ - Generate static imports for types with api-extractor ([98a76db](https://github.com/discordjs/discord.js/commit/98a76db482879f79d6bb2fb2e5fc65ac2c34e2d9))
16
+ - **formatters:** Enhance the documentation (#9364) ([23e0ac5](https://github.com/discordjs/discord.js/commit/23e0ac56f456c39d925e2644ec3ca209d4410a99))
17
+
5
18
  # [@discordjs/formatters@0.3.1](https://github.com/discordjs/discord.js/compare/@discordjs/formatters@0.3.0...@discordjs/formatters@0.3.1) - (2023-05-01)
6
19
 
7
20
  ## Documentation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@discordjs/formatters",
3
- "version": "0.3.2-dev.1692230971-24fbb11ba.0",
3
+ "version": "0.3.2",
4
4
  "description": "A set of functions to format strings for Discord.",
5
5
  "scripts": {
6
6
  "test": "vitest run",
@@ -46,22 +46,22 @@
46
46
  },
47
47
  "homepage": "https://discord.js.org",
48
48
  "dependencies": {
49
- "discord-api-types": "^0.37.50"
49
+ "discord-api-types": "0.37.50"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@favware/cliff-jumper": "^2.1.1",
53
- "@microsoft/api-extractor": "^7.36.3",
54
- "@types/node": "16.18.39",
55
- "@vitest/coverage-v8": "^0.34.1",
53
+ "@microsoft/api-extractor": "^7.36.4",
54
+ "@types/node": "16.18.40",
55
+ "@vitest/coverage-v8": "^0.34.2",
56
56
  "cross-env": "^7.0.3",
57
- "eslint": "^8.46.0",
57
+ "eslint": "^8.47.0",
58
58
  "eslint-config-neon": "^0.1.47",
59
59
  "eslint-formatter-pretty": "^5.0.0",
60
60
  "prettier": "^2.8.8",
61
- "tsup": "^7.1.0",
61
+ "tsup": "^7.2.0",
62
62
  "turbo": "^1.10.12",
63
63
  "typescript": "^5.1.6",
64
- "vitest": "^0.34.1"
64
+ "vitest": "^0.34.2"
65
65
  },
66
66
  "engines": {
67
67
  "node": ">=16.11.0"