@sprucelabs/path-resolver
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -7,6 +7,4 @@ "use strict"; | ||
const PathResolver_1 = __importDefault(require("./PathResolver")); | ||
const log_1 = __importDefault(require("./lib/log")); | ||
exports.default = PathResolver_1.default; | ||
function register(options) { | ||
log_1.default.info(`Registered PathResolver with cwd ${options.tsConfigDirs.join('\n')}`); | ||
new PathResolver_1.default(options); | ||
@@ -13,0 +11,0 @@ } |
@@ -0,1 +1,3 @@ | ||
## [1.0.7](https://github.com/sprucelabsai/path-resolver/compare/v1.0.6...v1.0.7) (2020-04-14) | ||
## [1.0.6](https://github.com/sprucelabsai/path-resolver/compare/v1.0.5...v1.0.6) (2020-04-14) | ||
@@ -2,0 +4,0 @@ |
@@ -9,3 +9,3 @@ { | ||
], | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"main": "./build/index.js", | ||
@@ -12,0 +12,0 @@ "types": "./build/index.d.ts", |
Sorry, the diff of this file is not supported yet
16115
157