koatty_container
Advanced tools
Comparing version 1.3.12 to 1.3.14
@@ -5,2 +5,3 @@ # Changelog | ||
### 1.3.12 (2021-06-22) | ||
### [1.3.14](https://github.com/thinkkoa/koatty_container/compare/v1.3.12...v1.3.14) (2021-06-22) | ||
@@ -108,4 +108,3 @@ "use strict"; | ||
if (dep) { | ||
// tslint:disable-next-line: no-unused-expression | ||
koatty_logger_1.DefaultLogger.Debug("think", "", `Register inject ${target.name} properties key: ${metaKey} => value: ${JSON.stringify(metaData[metaKey])}`); | ||
koatty_logger_1.DefaultLogger.Debug(`Register inject ${target.name} properties key: ${metaKey} => value: ${JSON.stringify(metaData[metaKey])}`); | ||
Reflect.defineProperty(instance, metaKey, { | ||
@@ -112,0 +111,0 @@ enumerable: true, |
@@ -9,3 +9,3 @@ "use strict"; | ||
* @LastEditors: Please set LastEditors | ||
* @LastEditTime: 2021-06-22 10:18:17 | ||
* @LastEditTime: 2021-06-22 11:03:55 | ||
* @License: BSD (3-Clause) | ||
@@ -12,0 +12,0 @@ * @Copyright (c) - <richenlin(at)gmail.com> |
{ | ||
"name": "koatty_container", | ||
"version": "1.3.12", | ||
"version": "1.3.14", | ||
"description": "IOC Container for Koatty.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1831539
1247