@sapphire/pieces 4.4.0-next.b5ccdf7 → 4.4.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.
- package/CHANGELOG.md +6 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
# [4.4.0](https://github.com/sapphiredev/pieces/compare/v4.3.2...v4.4.0) - (2025-05-12)
|
|
6
|
+
|
|
7
|
+
## 🚀 Features
|
|
8
|
+
|
|
9
|
+
- Update @discordjs/collection to v2 ([b5ccdf7](https://github.com/sapphiredev/pieces/commit/b5ccdf7be2f15c4c7c63361cecb5a534cce652ad))
|
|
10
|
+
|
|
5
11
|
# [4.3.2](https://github.com/sapphiredev/pieces/compare/v4.3.1...v4.3.2) - (2025-04-06)
|
|
6
12
|
|
|
7
13
|
## 🐛 Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sapphire/pieces",
|
|
3
|
-
"version": "4.4.0
|
|
3
|
+
"version": "4.4.0",
|
|
4
4
|
"description": "Sapphire's piece loader.",
|
|
5
5
|
"main": "dist/cjs/index.cjs",
|
|
6
6
|
"module": "dist/esm/index.mjs",
|
|
@@ -39,15 +39,15 @@
|
|
|
39
39
|
"tslib": "^2.8.1"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@commitlint/cli": "^19.8.
|
|
43
|
-
"@commitlint/config-conventional": "^19.8.
|
|
42
|
+
"@commitlint/cli": "^19.8.1",
|
|
43
|
+
"@commitlint/config-conventional": "^19.8.1",
|
|
44
44
|
"@favware/cliff-jumper": "^6.0.0",
|
|
45
45
|
"@favware/npm-deprecate": "^2.0.0",
|
|
46
46
|
"@favware/rollup-type-bundler": "^4.0.0",
|
|
47
|
-
"@sapphire/eslint-config": "^5.0.
|
|
47
|
+
"@sapphire/eslint-config": "^5.0.6",
|
|
48
48
|
"@sapphire/prettier-config": "^2.0.0",
|
|
49
49
|
"@sapphire/ts-config": "^5.0.1",
|
|
50
|
-
"@types/node": "^22.15.
|
|
50
|
+
"@types/node": "^22.15.17",
|
|
51
51
|
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
52
52
|
"@typescript-eslint/parser": "^7.18.0",
|
|
53
53
|
"@vitest/coverage-v8": "^3.1.3",
|
|
@@ -55,9 +55,9 @@
|
|
|
55
55
|
"cz-conventional-changelog": "^3.3.0",
|
|
56
56
|
"esbuild-plugin-file-path-extensions": "^2.1.4",
|
|
57
57
|
"eslint": "^8.57.1",
|
|
58
|
-
"eslint-config-prettier": "^10.1.
|
|
58
|
+
"eslint-config-prettier": "^10.1.5",
|
|
59
59
|
"eslint-plugin-prettier": "^5.4.0",
|
|
60
|
-
"lint-staged": "^
|
|
60
|
+
"lint-staged": "^16.0.0",
|
|
61
61
|
"prettier": "^3.5.3",
|
|
62
62
|
"rimraf": "^6.0.1",
|
|
63
63
|
"tsup": "^8.4.0",
|
|
@@ -113,5 +113,5 @@
|
|
|
113
113
|
"minimist": "^1.2.8"
|
|
114
114
|
},
|
|
115
115
|
"prettier": "@sapphire/prettier-config",
|
|
116
|
-
"packageManager": "yarn@4.9.
|
|
116
|
+
"packageManager": "yarn@4.9.1"
|
|
117
117
|
}
|