ts-ioc-container 45.1.5 → 45.1.6

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.
package/README.hbs.md CHANGED
@@ -18,7 +18,6 @@
18
18
  - can [inject properties](#inject-property)
19
19
  - can inject [lazy dependencies](#lazy)
20
20
  - composable and open to extend
21
- - awesome for testing (auto mocking)
22
21
 
23
22
  ## Content
24
23
 
package/README.md CHANGED
@@ -18,7 +18,6 @@
18
18
  - can [inject properties](#inject-property)
19
19
  - can inject [lazy dependencies](#lazy)
20
20
  - composable and open to extend
21
- - awesome for testing (auto mocking)
22
21
 
23
22
  ## Content
24
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-ioc-container",
3
- "version": "45.1.5",
3
+ "version": "45.1.6",
4
4
  "description": "Typescript IoC container",
5
5
  "publishConfig": {
6
6
  "access": "public",