@thingjs/cli-common
Advanced tools
Comparing version 0.2.2 to 0.3.0
@@ -6,9 +6,7 @@ export { default as log } from 'npmlog'; | ||
declare function getLatestThingJSVersion(): Promise<string>; | ||
declare function installDefaultThingJS(isPro: boolean, cwd?: string): Promise<boolean>; | ||
declare function installThingJSAndWasmAndCampusByVersion(version: string, isPro: boolean, cwd?: string): Promise<boolean>; | ||
declare function downloadThingJSByVersion(version: string, isPro: boolean, cwd?: string): Promise<boolean>; | ||
declare function writeThingjsVersionToPkg(version: string, isPro: boolean, cwd?: string): Promise<boolean>; | ||
declare function checkProByPackage(cwd?: string): Promise<boolean>; | ||
declare function installDefaultThingJS(cwd?: string): Promise<boolean>; | ||
declare function installThingJSAndWasmAndCampusByVersion(version: string, cwd?: string): Promise<boolean>; | ||
declare function downloadThingJSByVersion(version: string, cwd?: string): Promise<boolean>; | ||
declare function writeThingjsVersionToPkg(version: string, cwd?: string): Promise<boolean>; | ||
declare const thing: { | ||
checkProByPackage: typeof checkProByPackage; | ||
writeThingjsVersionToPkg: typeof writeThingjsVersionToPkg; | ||
@@ -15,0 +13,0 @@ getAllThingJSVersions: typeof getAllThingJSVersions; |
{ | ||
"name": "@thingjs/cli-common", | ||
"version": "0.2.2", | ||
"version": "0.3.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
374866
17498