@travetto/di
Advanced tools
Comparing version 0.0.14 to 0.0.15
@@ -24,3 +24,3 @@ { | ||
}, | ||
"version": "0.0.14" | ||
"version": "0.0.15" | ||
} |
import { Dependency, InjectableConfig, ClassTarget, InjectableFactoryConfig } from '../types'; | ||
import { InjectionError } from './error'; | ||
import { MetadataRegistry, Class, RootRegistry, ChangeEvent } from '@travetto/registry'; | ||
import { AppEnv, isPlainObject, deepMerge } from '@travetto/base'; | ||
import { AppEnv, isPlainObject, deepAssign } from '@travetto/base'; | ||
import { RetargettingHandler } from '@travetto/compiler'; | ||
@@ -25,3 +25,3 @@ | ||
} else if (isPlainObject(o.original)) { | ||
deepMerge(o, o.original) | ||
deepAssign(o, o.original) | ||
} | ||
@@ -28,0 +28,0 @@ o.original = undefined; |
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
30018