Comparing version 1.1.1 to 1.1.3
@@ -27,3 +27,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
this.provide = (modules) => { | ||
lodash_1.merge(this.modules, modules); | ||
lodash_1.assign(this.modules, modules); | ||
}; | ||
@@ -30,0 +30,0 @@ this.resolve = (key) => __awaiter(this, void 0, void 0, function* () { |
{ | ||
"name": "di-helper", | ||
"version": "1.1.1", | ||
"version": "1.1.3", | ||
"description": "A concise JavaScript dependency injector", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"repository": "https://github.com/g6123/auto-provision", | ||
"repository": "https://github.com/g6123/di-helper", | ||
"author": "cumul <gg6123@naver.com>", | ||
@@ -9,0 +9,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
90686