atomic-di 1.1.0 → 1.1.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.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
@@ -36,7 +36,7 @@ This library implements lifetimes, scopes and mocking for pure dependency inject
|
|
36
36
|
|
37
37
|
Before reading, it's highly recommended that you familiarize yourself with the concepts of inversion of control (IoC) and dependency injection (DI), as well as DI techniques.
|
38
38
|
|
39
|
-
If you need a container to build your application, or you are satisfied with pure dependency injection, you should definitely consider other solutions, or not use a framework at all.
|
39
|
+
If you need a container to build your application, or you are satisfied with classic pure dependency injection, you should definitely consider other solutions, or not use a framework at all.
|
40
40
|
|
41
41
|
This library is an attempt to provide full-featured dependency injection **without containers**.
|
42
42
|
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "atomic-di",
|
3
|
-
"version": "1.1.
|
4
|
-
"description": "
|
3
|
+
"version": "1.1.1",
|
4
|
+
"description": "Lifetimes, scopes and mocking for pure dependency injection.",
|
5
5
|
"repository": "https://github.com/ncor/atomic-di",
|
6
6
|
"bugs": "https://github.com/ncor/atomic-di/issues",
|
7
7
|
"homepage": "https://github.com/ncor/atomic-di#readme",
|