@ogre-tools/injectable
Advanced tools
Comparing version 6.0.0 to 6.0.1
@@ -6,2 +6,11 @@ # Change Log | ||
### [6.0.1](https://github.com/ogre-works/ogre-tools/compare/v6.0.0...v6.0.1) (2022-03-30) | ||
### Bug Fixes | ||
* Fix error in typing of a lifecycle ([3b4b3cd](https://github.com/ogre-works/ogre-tools/commit/3b4b3cdae9f67afd668c96bc451e1f858af27513)) | ||
## [6.0.0](https://github.com/ogre-works/ogre-tools/compare/v5.2.0...v6.0.0) (2022-03-29) | ||
@@ -8,0 +17,0 @@ |
@@ -150,3 +150,5 @@ /// <reference types="jest" /> | ||
export const lifecycleEnum: { | ||
singleton: (di: DiContainer, param: void) => typeof storedInstanceKey; | ||
singleton: { | ||
getInstanceKey: (di: DiContainer) => typeof storedInstanceKey; | ||
}; | ||
@@ -153,0 +155,0 @@ keyedSingleton<InstantiationParam>( |
{ | ||
"name": "@ogre-tools/injectable", | ||
"private": false, | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "A brutal dependency injection container", | ||
@@ -19,6 +19,6 @@ "repository": { | ||
"dependencies": { | ||
"@ogre-tools/fp": "^6.0.0", | ||
"@ogre-tools/fp": "^6.0.1", | ||
"lodash": "^4.17.21" | ||
}, | ||
"gitHead": "338009b4e29651da88acd246e723f6a75d79ca80", | ||
"gitHead": "1cd0b128b7de47d0f6d5a24641783c5bcd86ffc2", | ||
"bugs": { | ||
@@ -25,0 +25,0 @@ "url": "https://github.com/ogre-works/ogre-tools/issues" |
130810
1529
Updated@ogre-tools/fp@^6.0.1