koishi-plugin-music-parser-all 0.0.8 → 0.0.9

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/lib/index.d.ts CHANGED
@@ -222,3 +222,6 @@ export declare const Config: Schema<{
222
222
  parseErrorItemFormat: string;
223
223
  }>;
224
224
  export declare function apply(ctx: Context, config: any): void;
225
+ export declare namespace apply {
226
+ var inject: string[];
227
+ }
package/lib/index.js CHANGED
@@ -1075,3 +1075,4 @@ function apply(ctx, config) {
1075
1075
  });
1076
1076
  debugLog('INFO', '音乐解析插件初始化完成');
1077
1077
  }
1078
+ apply.inject = ['aria2', 'downloads'];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-music-parser-all",
3
3
  "description": "Koishi 全平台音乐解析插件,支持网易云音乐/酷我音乐/QQ音乐/汽水音乐等平台",
4
- "version": "0.0.8",
4
+ "version": "0.0.9",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [