@modern-js/utils 1.7.4 → 1.7.5
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +6 -0
- package/dist/compiled.d.ts +2 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/compiled.d.ts
CHANGED
@@ -26,7 +26,8 @@ export { default as dotenvExpand } from '../compiled/dotenv-expand';
|
|
26
26
|
export { default as browserslist } from '../compiled/browserslist';
|
27
27
|
export { default as recursiveReaddir } from '../compiled/recursive-readdir';
|
28
28
|
export { program, Command } from '../compiled/commander';
|
29
|
-
export { Signale
|
29
|
+
export { Signale } from '../compiled/signale';
|
30
|
+
export type { SignaleOptions } from '../compiled/signale';
|
30
31
|
export type { IOptions as GlobOptions } from '../compiled/glob';
|
31
32
|
export type { GlobbyOptions } from '../compiled/globby';
|
32
33
|
export type { FSWatcher, WatchOptions } from '../compiled/chokidar';
|