breadc 0.6.1 → 0.6.2

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 +1 -1
package/dist/index.d.ts CHANGED
@@ -137,4 +137,4 @@ declare class Breadc<GlobalOption extends object = {}> {
137
137
 
138
138
  declare function breadc<T extends object = {}>(name: string, option?: AppOption): Breadc<T>;
139
139
 
140
- export { breadc as default };
140
+ export { Breadc, Command, CommandConfig, Option, OptionConfig, breadc as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "breadc",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "description": "Yet another Command Line Application Framework with fully strong TypeScript support",
5
5
  "keywords": [
6
6
  "cli",