@clerc/plugin-completions 0.32.3 → 0.34.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/dist/index.d.ts +1 -1
  2. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -3,6 +3,6 @@ import * as _clerc_core from '@clerc/core';
3
3
  interface CompletionsPluginOptions {
4
4
  command?: boolean;
5
5
  }
6
- declare const completionsPlugin: (options?: CompletionsPluginOptions) => _clerc_core.Plugin<_clerc_core.Clerc<{}>, _clerc_core.Clerc<{}>>;
6
+ declare const completionsPlugin: (options?: CompletionsPluginOptions) => _clerc_core.Plugin<_clerc_core.Clerc<{}, {}>, _clerc_core.Clerc<{}, {}>>;
7
7
 
8
8
  export { CompletionsPluginOptions, completionsPlugin };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clerc/plugin-completions",
3
- "version": "0.32.3",
3
+ "version": "0.34.0",
4
4
  "author": "Ray <i@mk1.io> (https://github.com/so1ve)",
5
5
  "description": "Clerc plugin completions",
6
6
  "keywords": [
@@ -51,8 +51,8 @@
51
51
  "@clerc/core": "*"
52
52
  },
53
53
  "devDependencies": {
54
- "@clerc/core": "0.32.3",
55
- "@clerc/utils": "0.32.3"
54
+ "@clerc/core": "0.34.0",
55
+ "@clerc/utils": "0.34.0"
56
56
  },
57
57
  "scripts": {
58
58
  "build": "puild --minify",