@sapphire/pieces 3.4.0-next.3d2d1be.0 → 3.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ # [3.4.0](https://github.com/sapphiredev/pieces/compare/v3.3.5...v3.4.0) - (2022-08-04)
6
+
7
+ ## 🐛 Bug Fixes
8
+
9
+ - **store:** Support abstract classes (#230) ([f83a05d](https://github.com/sapphiredev/pieces/commit/f83a05d616f223548951b9b3db6b44301dd5d65a))
10
+ - **deps:** Update dependency @sapphire/utilities to ^3.8.0 (#229) ([388cc37](https://github.com/sapphiredev/pieces/commit/388cc37d80670b6a64529b4dc2422dfbfc8bae6b))
11
+ - **deps:** Update all non-major dependencies (#228) ([ca39767](https://github.com/sapphiredev/pieces/commit/ca3976790d06e74ef17eba6adde6c1f903b0a8dc))
12
+
13
+ ## 🚀 Features
14
+
15
+ - Add URL support for register methods (#231) ([3d2d1be](https://github.com/sapphiredev/pieces/commit/3d2d1befd99ec0ccaaf3ea5ce6b03568b0ec5d2c))
16
+
5
17
  # [3.3.5](https://github.com/sapphiredev/pieces/compare/v3.3.4...v3.3.5) - (2022-07-24)
6
18
 
7
19
  ## 🐛 Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/pieces",
3
- "version": "3.4.0-next.3d2d1be.0",
3
+ "version": "3.4.0",
4
4
  "description": "Sapphire's piece loader.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -39,11 +39,11 @@
39
39
  "@sapphire/eslint-config": "^4.3.7",
40
40
  "@sapphire/prettier-config": "^1.4.3",
41
41
  "@sapphire/ts-config": "^3.3.4",
42
- "@types/node": "^18.0.6",
43
- "@typescript-eslint/eslint-plugin": "^5.31.0",
44
- "@typescript-eslint/parser": "^5.31.0",
42
+ "@types/node": "^18.6.4",
43
+ "@typescript-eslint/eslint-plugin": "^5.32.0",
44
+ "@typescript-eslint/parser": "^5.32.0",
45
45
  "cz-conventional-changelog": "^3.3.0",
46
- "eslint": "^8.20.0",
46
+ "eslint": "^8.21.0",
47
47
  "eslint-config-prettier": "^8.5.0",
48
48
  "eslint-plugin-prettier": "^4.2.1",
49
49
  "gen-esm-wrapper": "^1.1.3",
@@ -52,7 +52,7 @@
52
52
  "pinst": "^3.0.0",
53
53
  "prettier": "^2.7.1",
54
54
  "pretty-quick": "^3.1.3",
55
- "typedoc": "^0.23.9",
55
+ "typedoc": "^0.23.10",
56
56
  "typedoc-plugin-mdn-links": "^2.0.0",
57
57
  "typescript": "^4.7.4"
58
58
  },