Comparing version 1.1.20 to 1.1.21
@@ -42,3 +42,3 @@ "use strict"; | ||
return __awaiter(this, void 0, void 0, function* () { | ||
env.debug(null, this.moduleType, `Initialising`); | ||
env.info(null, this.moduleType, `Initialising`); | ||
if (this._ready) { | ||
@@ -56,3 +56,3 @@ env.warn(null, this.moduleType, 'Module already initialised. Destroying and re-initialising'); | ||
this._ready = true; | ||
env.debug(null, this.moduleType, `Module ready`); | ||
env.info(null, this.moduleType, `Module ready`); | ||
}); | ||
@@ -59,0 +59,0 @@ } |
{ | ||
"name": "low", | ||
"version": "1.1.20", | ||
"version": "1.1.21", | ||
"description": "a templating driven low-code framework for rapid systems development", | ||
@@ -25,3 +25,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "ed5c95baf12886be1a044b9a8dc29bd2ce27a2c6", | ||
"gitHead": "6f286107edc13a9ffc9b7434cd77b11bcdc1be00", | ||
"devDependencies": { | ||
@@ -28,0 +28,0 @@ "@types/jest": "^24.9.0", |
@@ -38,3 +38,3 @@ import { Environment } from './environment'; | ||
async init(env: Environment): Promise<void> { | ||
env.debug(null, this.moduleType, `Initialising`); | ||
env.info(null, this.moduleType, `Initialising`); | ||
@@ -58,3 +58,3 @@ if (this._ready) { | ||
env.debug(null, this.moduleType, `Module ready`); | ||
env.info(null, this.moduleType, `Module ready`); | ||
} | ||
@@ -61,0 +61,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
483538