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:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ts-injex",
|
"name": "ts-injex",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
|
@@ -3,3 +3,6 @@ export * from './TSInjex';
|
|||||||
export * from './decorators/Inject';
|
export * from './decorators/Inject';
|
||||||
export * from './decorators/Register';
|
export * from './decorators/Register';
|
||||||
export * from './decorators/RegisterInstance';
|
export * from './decorators/RegisterInstance';
|
||||||
|
|
||||||
|
export * from './functions/resolve';
|
||||||
|
export * from './functions/register';
|
||||||
|
Reference in New Issue
Block a user