@pipcook/cli
Advanced tools
Comparing version 2.1.5-ccb7f4d-beta.0 to 2.1.5
@@ -52,5 +52,5 @@ /// <reference types="node" /> | ||
export declare const mirrorUrl: (mirror: string, framework: string) => string; | ||
interface Logger { | ||
export interface Logger { | ||
success(message: string): void; | ||
fail(message: string, exit: boolean, code: number): void; | ||
fail(message: string, exit?: boolean, code?: number): void; | ||
info(message: string): void; | ||
@@ -75,2 +75,2 @@ warn(message: string): void; | ||
} | ||
export declare const logger: TtyLogger | DefaultLogger; | ||
export declare const logger: Logger; |
{ | ||
"name": "@pipcook/cli", | ||
"version": "2.1.5-ccb7f4d-beta.0", | ||
"description": "", | ||
"version": "2.1.5", | ||
"description": "pipcook cli", | ||
"main": "dist/bin/pipcook.js", | ||
@@ -22,4 +22,4 @@ "scripts": { | ||
"dependencies": { | ||
"@pipcook/core": "^2.1.5-ccb7f4d-beta.0", | ||
"@pipcook/costa": "^2.1.5-ccb7f4d-beta.0", | ||
"@pipcook/core": "^2.1.4", | ||
"@pipcook/costa": "^2.1.4", | ||
"bent": "^7.3.12", | ||
@@ -72,3 +72,3 @@ "chalk": "^3.0.0", | ||
}, | ||
"gitHead": "bdff54c7a1491f8ca8072835a99951f6f4baf706" | ||
"gitHead": "a5f1fa67e9807c5148e265c8622f25755109146c" | ||
} |
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
121903
Updated@pipcook/core@^2.1.4
Updated@pipcook/costa@^2.1.4