knifecycle
Advanced tools
Comparing version 11.0.0-beta.0 to 11.0.0-beta.1
@@ -1,2 +0,2 @@ | ||
# [11.0.0-beta.0](https://github.com/nfroidure/knifecycle/compare/v10.0.3...v11.0.0-beta.0) (2020-11-18) | ||
# [11.0.0-beta.1](https://github.com/nfroidure/knifecycle/compare/v10.0.3...v11.0.0-beta.1) (2020-11-18) | ||
@@ -3,0 +3,0 @@ |
@@ -120,2 +120,8 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "singleton", { | ||
enumerable: true, | ||
get: function () { | ||
return _util.singleton; | ||
} | ||
}); | ||
Object.defineProperty(exports, "initializer", { | ||
@@ -122,0 +128,0 @@ enumerable: true, |
{ | ||
"name": "knifecycle", | ||
"version": "11.0.0-beta.0", | ||
"version": "11.0.0-beta.1", | ||
"description": "Manage your NodeJS processes's lifecycle automatically with an unobtrusive dependency injection implementation.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index", |
@@ -22,2 +22,3 @@ /* eslint max-len: ["warn", { "ignoreComments": true }] @typescript-eslint/no-this-alias: "warn" */ | ||
extra, | ||
singleton, | ||
initializer, | ||
@@ -1179,2 +1180,3 @@ constant, | ||
extra, | ||
singleton, | ||
reuseSpecialProps, | ||
@@ -1181,0 +1183,0 @@ wrapInitializer, |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1124904
11971
0