@teambit/bvm.config
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -104,2 +104,6 @@ import { Provider } from 'nconf'; | ||
getTempDir(): string { | ||
return path.join(this.getBvmDirectory(), 'temp'); | ||
} | ||
getDefaultLinkName(): string { | ||
@@ -106,0 +110,0 @@ return this.store.get('DEFAULT_LINK'); |
@@ -22,2 +22,3 @@ export declare const IS_WINDOWS: boolean; | ||
getBvmDirectory(): string; | ||
getTempDir(): string; | ||
getDefaultLinkName(): string; | ||
@@ -24,0 +25,0 @@ getBitVersionsDir(): string; |
@@ -92,2 +92,5 @@ "use strict"; | ||
} | ||
getTempDir() { | ||
return path_1.default.join(this.getBvmDirectory(), 'temp'); | ||
} | ||
getDefaultLinkName() { | ||
@@ -94,0 +97,0 @@ return this.store.get('DEFAULT_LINK'); |
{ | ||
"name": "@teambit/bvm.config", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"homepage": "https://bit.dev/teambit/bvm/config", | ||
@@ -9,3 +9,3 @@ "main": "dist/index.js", | ||
"name": "config", | ||
"version": "0.0.4" | ||
"version": "0.0.5" | ||
}, | ||
@@ -12,0 +12,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
18961
393