Comparing version 1.1.21 to 1.1.28
@@ -33,2 +33,3 @@ "use strict"; | ||
const multi_doer_1 = require("./doers/multi-doer"); | ||
const branch_doer_1 = require("./doers/branch-doer"); | ||
/** | ||
@@ -82,3 +83,4 @@ * The Environment class is the core of a `low` system. | ||
Doer: new doer_1.Doer(), | ||
MultiDoer: new multi_doer_1.MultiDoer() | ||
MultiDoer: new multi_doer_1.MultiDoer(), | ||
BranchDoer: new branch_doer_1.BranchDoer(), | ||
}; | ||
@@ -85,0 +87,0 @@ this.loggers = { |
{ | ||
"name": "low", | ||
"version": "1.1.21", | ||
"version": "1.1.28", | ||
"description": "a templating driven low-code framework for rapid systems development", | ||
@@ -25,3 +25,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "6f286107edc13a9ffc9b7434cd77b11bcdc1be00", | ||
"gitHead": "cd83e28baf40cb5df6e0e8dc91c71543f4e38662", | ||
"devDependencies": { | ||
@@ -28,0 +28,0 @@ "@types/jest": "^24.9.0", |
@@ -17,2 +17,3 @@ import * as Crypto from 'crypto'; | ||
import { MultiDoer } from './doers/multi-doer'; | ||
import { BranchDoer } from './doers/branch-doer'; | ||
@@ -70,3 +71,4 @@ /** | ||
Doer: new Doer(), | ||
MultiDoer: new MultiDoer() | ||
MultiDoer: new MultiDoer(), | ||
BranchDoer: new BranchDoer(), | ||
}; | ||
@@ -73,0 +75,0 @@ |
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
486953
107
4398