@wolfstar/plugin-subcommands-advanced 2.0.4 → 2.0.5-next-20260926221022

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.
@@ -11,9 +11,8 @@ import { Client, ClientOptions, Plugin, postInitialization } from "@wolfstar/htt
11
11
  * import '@wolfstar/plugin-subcommands-advanced/register';
12
12
  * ```
13
13
  */
14
- declare class SubcommandsAdvancedPlugin extends Plugin {
14
+ export declare class SubcommandsAdvancedPlugin extends Plugin {
15
15
  static [postInitialization](this: Client, _options: ClientOptions): void;
16
16
  }
17
17
  //#endregion
18
- export { SubcommandsAdvancedPlugin };
19
18
  //# sourceMappingURL=register.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"register.d.ts","names":[],"sources":["../../src/register.ts"],"mappings":";;;;;;;;;;;;;cAqBa,kCAAkC;UAC9B,oBAAoB,MAAM,QAAQ,UAAU"}
1
+ {"version":3,"file":"register.d.ts","names":[],"sources":["../../src/register.ts"],"mappings":";;;;;;;;;;;;;qBAqBa,kCAAkC;UAC9B,oBAAoB,MAAM,QAAQ,UAAU"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wolfstar/plugin-subcommands-advanced",
3
- "version": "2.0.4",
3
+ "version": "2.0.5-next-20260926221022",
4
4
  "description": "Plugin for @wolfstar/http-framework to modularize slash subcommands into separate command classes",
5
5
  "keywords": [
6
6
  "discord",
@@ -53,11 +53,11 @@
53
53
  "discord-api-types": "^0.38.33"
54
54
  },
55
55
  "devDependencies": {
56
- "@wolfstar/http-framework": "^3.2.1",
57
- "@wolfstar/http-framework-test-utils": "^3.0.6"
56
+ "@wolfstar/http-framework": "^5.1.0",
57
+ "@wolfstar/http-framework-test-utils": "^3.0.9"
58
58
  },
59
59
  "peerDependencies": {
60
- "@wolfstar/http-framework": "^3.1.0"
60
+ "@wolfstar/http-framework": "^3.1.0 || ^5.0.0"
61
61
  },
62
62
  "engines": {
63
63
  "node": ">=20.0.0"