@sapphire/pieces 4.3.2-next.3a5f9cc → 4.3.2-next.46fc3a6

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/README.md +0 -1
  2. package/package.json +15 -14
package/README.md CHANGED
@@ -7,7 +7,6 @@
7
7
  **Sapphire's piece loader.**
8
8
 
9
9
  [![GitHub](https://img.shields.io/github/license/sapphiredev/pieces)](https://github.com/sapphiredev/pieces/blob/main/LICENSE.md)
10
- [![codecov](https://codecov.io/gh/sapphiredev/pieces/branch/main/graph/badge.svg?token=D5P9QPKA9T)](https://codecov.io/gh/sapphiredev/pieces)
11
10
  [![npm](https://img.shields.io/npm/v/@sapphire/pieces?color=crimson&logo=npm&style=flat-square)](https://www.npmjs.com/package/@sapphire/pieces)
12
11
 
13
12
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/pieces",
3
- "version": "4.3.2-next.3a5f9cc",
3
+ "version": "4.3.2-next.46fc3a6",
4
4
  "description": "Sapphire's piece loader.",
5
5
  "main": "dist/cjs/index.cjs",
6
6
  "module": "dist/esm/index.mjs",
@@ -36,34 +36,35 @@
36
36
  "dependencies": {
37
37
  "@discordjs/collection": "^1.5.3",
38
38
  "@sapphire/utilities": "^3.17.0",
39
- "tslib": "^2.6.3"
39
+ "tslib": "^2.8.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@commitlint/cli": "^19.3.0",
43
- "@commitlint/config-conventional": "^19.2.2",
44
- "@favware/cliff-jumper": "^4.0.3",
42
+ "@commitlint/cli": "^19.5.0",
43
+ "@commitlint/config-conventional": "^19.5.0",
44
+ "@favware/cliff-jumper": "^5.0.0",
45
45
  "@favware/npm-deprecate": "^1.0.7",
46
46
  "@favware/rollup-type-bundler": "^3.3.0",
47
47
  "@sapphire/eslint-config": "^5.0.5",
48
48
  "@sapphire/prettier-config": "^2.0.0",
49
49
  "@sapphire/ts-config": "^5.0.1",
50
- "@types/node": "^20.14.14",
50
+ "@types/node": "^20.17.1",
51
51
  "@typescript-eslint/eslint-plugin": "^7.13.1",
52
52
  "@typescript-eslint/parser": "^7.13.1",
53
- "concurrently": "^8.2.2",
53
+ "@vitest/coverage-v8": "^2.1.3",
54
+ "concurrently": "^9.0.1",
54
55
  "cz-conventional-changelog": "^3.3.0",
55
- "esbuild-plugin-file-path-extensions": "^2.1.2",
56
- "eslint": "^8.57.0",
56
+ "esbuild-plugin-file-path-extensions": "^2.1.3",
57
+ "eslint": "^8.57.1",
57
58
  "eslint-config-prettier": "^9.1.0",
58
59
  "eslint-plugin-prettier": "^5.2.1",
59
- "lint-staged": "^15.2.8",
60
+ "lint-staged": "^15.2.10",
60
61
  "prettier": "^3.3.3",
61
62
  "rimraf": "^6.0.1",
62
- "tsup": "^8.2.4",
63
+ "tsup": "^8.3.5",
63
64
  "typedoc": "^0.26.1",
64
65
  "typedoc-json-parser": "^10.0.0",
65
66
  "typescript": "^5.5.2",
66
- "vitest": "^2.0.5"
67
+ "vitest": "^2.1.3"
67
68
  },
68
69
  "repository": {
69
70
  "type": "git",
@@ -107,10 +108,10 @@
107
108
  "access": "public"
108
109
  },
109
110
  "resolutions": {
110
- "acorn": "^8.12.1",
111
+ "acorn": "^8.13.0",
111
112
  "ansi-regex": "^5.0.1",
112
113
  "minimist": "^1.2.8"
113
114
  },
114
115
  "prettier": "@sapphire/prettier-config",
115
- "packageManager": "yarn@4.4.0"
116
+ "packageManager": "yarn@4.5.1"
116
117
  }