Update version and expand exports
Upgraded package version from 0.0.1 to 0.0.2 to reflect new functionality. Added exports for `resolve` and `register` functions to extend the library capabilities.
This commit is contained in:
@@ -3,3 +3,6 @@ export * from './TSInjex';
|
||||
export * from './decorators/Inject';
|
||||
export * from './decorators/Register';
|
||||
export * from './decorators/RegisterInstance';
|
||||
|
||||
export * from './functions/resolve';
|
||||
export * from './functions/register';
|
||||
|
Reference in New Issue
Block a user