Comparing version 1.1.53 to 1.1.54
@@ -34,2 +34,3 @@ "use strict"; | ||
const branch_doer_1 = require("./doers/branch-doer"); | ||
const flush_cache_doer_1 = require("./doers/flush-cache-doer"); | ||
/** | ||
@@ -85,2 +86,3 @@ * The Environment class is the core of a `low` system. | ||
BranchDoer: new branch_doer_1.BranchDoer(), | ||
FlushCacheDoer: new flush_cache_doer_1.FlushCacheDoer(), | ||
}; | ||
@@ -87,0 +89,0 @@ this.loggers = { |
{ | ||
"name": "low", | ||
"version": "1.1.53", | ||
"version": "1.1.54", | ||
"description": "a templating driven low-code framework for rapid systems development", | ||
@@ -25,3 +25,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "114a29c3b1a6d4b8c2224cd335256fdeabc86815", | ||
"gitHead": "cbeb462638b8c17fdbc3a945346a466c6b341123", | ||
"devDependencies": { | ||
@@ -28,0 +28,0 @@ "@types/jest": "^24.9.0", |
@@ -18,2 +18,3 @@ import * as Crypto from 'crypto'; | ||
import { BranchDoer } from './doers/branch-doer'; | ||
import { FlushCacheDoer } from './doers/flush-cache-doer'; | ||
@@ -73,2 +74,3 @@ /** | ||
BranchDoer: new BranchDoer(), | ||
FlushCacheDoer: new FlushCacheDoer(), | ||
}; | ||
@@ -75,0 +77,0 @@ |
Sorry, the diff of this file is not supported yet
494103
4521