+4
-0
@@ -953,2 +953,6 @@ var __defProp = Object.defineProperty; | ||
| if (typeof value === "object") { | ||
| const proto = Object.getPrototypeOf(value); | ||
| const isPlainObject = proto === Object.prototype || proto === null; | ||
| if (!isPlainObject) | ||
| return value; | ||
| const keys = Object.keys(value); | ||
@@ -955,0 +959,0 @@ if (keys.length === 0) |
+1
-1
| { | ||
| "name": "diject", | ||
| "version": "0.1.3", | ||
| "version": "0.1.4", | ||
| "description": "Lightweight TypeScript DI container with decorators, scopes, metadata queries, and AsyncLocalStorage support.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
110158
0.16%2949
0.14%