@sapphire/plugin-editable-commands 3.0.1-next.f8e6e39.0 → 3.0.1

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 +6 -0
  2. package/package.json +5 -5
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
+ # [@sapphire/plugin-editable-commands@3.0.1](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-editable-commands@3.0.0...@sapphire/plugin-editable-commands@3.0.1) - (2023-04-02)
6
+
7
+ ## 🐛 Bug Fixes
8
+
9
+ - **editable-commands:** Bump @skyra/editable-commands for DJS typings fix ([62fa8fd](https://github.com/sapphiredev/plugins/commit/62fa8fdec8ca49625eba81f2f9bd3f19cb84c809))
10
+
5
11
  # [@sapphire/plugin-editable-commands@3.0.0](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-editable-commands@2.0.1...@sapphire/plugin-editable-commands@3.0.0) - (2023-01-08)
6
12
 
7
13
  ## 🐛 Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/plugin-editable-commands",
3
- "version": "3.0.1-next.f8e6e39.0",
3
+ "version": "3.0.1",
4
4
  "description": "Plugin for @sapphire/framework to have editable commands",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",
@@ -36,7 +36,7 @@
36
36
  "check-update": "cliff-jumper --dry-run"
37
37
  },
38
38
  "dependencies": {
39
- "@skyra/editable-commands": "^3.0.0",
39
+ "@skyra/editable-commands": "^3.0.1",
40
40
  "tslib": "^2.5.0"
41
41
  },
42
42
  "repository": {
@@ -71,10 +71,10 @@
71
71
  "access": "public"
72
72
  },
73
73
  "devDependencies": {
74
- "@favware/cliff-jumper": "^1.10.0",
74
+ "@favware/cliff-jumper": "^2.0.0",
75
75
  "gen-esm-wrapper": "^1.1.3",
76
- "typedoc": "^0.23.25",
77
- "typedoc-json-parser": "^7.1.0",
76
+ "typedoc": "^0.23.28",
77
+ "typedoc-json-parser": "^7.2.0",
78
78
  "typescript": "^4.9.5"
79
79
  }
80
80
  }