@electron-forge/async-ora
Advanced tools
Comparing version 6.0.0-beta.27 to 6.0.0-beta.28
import ora, { fakeOra } from './ora'; | ||
import asyncOra, { OraImpl } from './ora-handler'; | ||
export { ora, fakeOra, asyncOra, OraImpl, }; | ||
export { ora, fakeOra, asyncOra, OraImpl }; |
{ | ||
"name": "@electron-forge/async-ora", | ||
"version": "6.0.0-beta.27", | ||
"version": "6.0.0-beta.28", | ||
"description": "A helper utility for wrapping async functions in an ora", | ||
@@ -14,7 +14,7 @@ "repository": "https://github.com/electron-userland/electron-forge", | ||
"devDependencies": { | ||
"@types/pretty-ms": "^3.0.0", | ||
"@types/pretty-ms": "^3.2.0", | ||
"chai": "^4.0.0", | ||
"mocha": "^5.0.0", | ||
"proxyquire": "^2.0.1", | ||
"sinon": "^4.1.2" | ||
"sinon": "^6.1.5" | ||
}, | ||
@@ -25,3 +25,3 @@ "dependencies": { | ||
"log-symbols": "^2.0.0", | ||
"ora": "^2.0.0", | ||
"ora": "^3.0.0", | ||
"pretty-ms": "^3.2.0" | ||
@@ -28,0 +28,0 @@ }, |
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
380687
+ Addedansi-regex@4.1.1(transitive)
+ Addedcli-spinners@2.9.2(transitive)
+ Addedora@3.4.0(transitive)
+ Addedstrip-ansi@5.2.0(transitive)
- Removedansi-regex@3.0.1(transitive)
- Removedcli-spinners@1.3.1(transitive)
- Removedora@2.1.0(transitive)
- Removedstrip-ansi@4.0.0(transitive)
Updatedora@^3.0.0