@electron-forge/async-ora
Advanced tools
Comparing version 6.0.0-beta.49 to 6.0.0-beta.50
import 'colors'; | ||
import 'log-symbols'; | ||
import realOra from 'ora'; | ||
import { OraImpl } from './ora-handler'; | ||
export declare const fakeOra: (name: string) => OraImpl; | ||
declare const _default: (name: string) => OraImpl; | ||
declare const _default: { | ||
(options?: string | realOra.Options | undefined): realOra.Ora; | ||
promise(action: PromiseLike<unknown>, options?: string | realOra.Options | undefined): realOra.Ora; | ||
} | ((name: string) => OraImpl); | ||
export default _default; |
{ | ||
"name": "@electron-forge/async-ora", | ||
"version": "6.0.0-beta.49", | ||
"version": "6.0.0-beta.50", | ||
"description": "A helper utility for wrapping async functions in an ora", | ||
@@ -14,3 +14,3 @@ "repository": "https://github.com/electron-userland/electron-forge", | ||
"proxyquire": "^2.1.3", | ||
"sinon": "^8.1.0" | ||
"sinon": "^9.0.0" | ||
}, | ||
@@ -22,3 +22,3 @@ "dependencies": { | ||
"ora": "^4.0.3", | ||
"pretty-ms": "^5.0.0" | ||
"pretty-ms": "^6.0.0" | ||
}, | ||
@@ -25,0 +25,0 @@ "engines": { |
{ | ||
"compilerOptions": { | ||
"module": "commonjs", | ||
"target": "es6", | ||
"target": "es2018", | ||
"outDir": "dist", | ||
"lib": [ | ||
"es6", | ||
"dom", | ||
"es7" | ||
"es2018" | ||
], | ||
@@ -24,2 +23,2 @@ "sourceMap": true, | ||
] | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17702
207
+ Addedpretty-ms@6.0.1(transitive)
- Removedpretty-ms@5.1.0(transitive)
Updatedpretty-ms@^6.0.0