@vercube/di 0.0.1-alpha.19 → 0.0.1-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,7 +3,7 @@
3
3
  * This class instance is created using IOC container so you can @Inject() things here.
4
4
  */
5
5
  export declare abstract class BaseDecorator<
6
- T,
6
+ T = any,
7
7
  P = any
8
8
  > {
9
9
  /** Holds options object that is passed as 2nd argument in createDecorator() factory */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercube/di",
3
- "version": "0.0.1-alpha.19",
3
+ "version": "0.0.1-beta.1",
4
4
  "description": "Dependencie Injection module for Vercube framework",
5
5
  "repository": "@vercube/di",
6
6
  "license": "MIT",