@sapphire/pieces 4.4.0-next.dee0493 → 4.4.1-next.92a5d11

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 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
@@ -1,5 +1,5 @@
1
1
  import { __name } from '../../chunk-KFLDEQ5J.mjs';
2
- import { fileURLToPath } from 'node:url';
2
+ import { fileURLToPath } from 'url';
3
3
 
4
4
  function resolvePath(path) {
5
5
  if (typeof path === "string") return path;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/pieces",
3
- "version": "4.4.0-next.dee0493",
3
+ "version": "4.4.1-next.92a5d11",
4
4
  "description": "Sapphire's piece loader.",
5
5
  "main": "dist/cjs/index.cjs",
6
6
  "module": "dist/esm/index.mjs",
@@ -47,7 +47,7 @@
47
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.17",
50
+ "@types/node": "^22.15.18",
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",
@@ -60,7 +60,7 @@
60
60
  "lint-staged": "^16.0.0",
61
61
  "prettier": "^3.5.3",
62
62
  "rimraf": "^6.0.1",
63
- "tsup": "^8.4.0",
63
+ "tsup": "^8.5.0",
64
64
  "typedoc": "^0.26.11",
65
65
  "typedoc-json-parser": "^10.2.0",
66
66
  "typescript": "^5.8.3",