@needle-di/core 0.8.1 → 0.8.3
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 +4 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
> A lightweight, type-safe Dependency Injection (DI) library for JavaScript and TypeScript projects.
|
|
4
4
|
|
|
5
|
-
[](https://www.npmjs.com/package/@needle-di/core)
|
|
6
|
+
[](https://jsr.io/@needle-di/core)
|
|
7
|
+
[](https://www.npmjs.com/package/@needle-di/core)
|
|
7
8
|
[](https://github.com/needle-di/core/actions/workflows/main.yml)
|
|
8
9
|
|
|
9
10
|
Needle DI is a lightweight, TypeScript-first library for dependency injection (DI). It is designed to be both easy to use and highly efficient.
|
|
@@ -51,7 +52,7 @@ Check out the [docs](https://needle-di.io/concepts/binding.html) to learn more!
|
|
|
51
52
|
## Installation
|
|
52
53
|
|
|
53
54
|
```
|
|
54
|
-
npm install --save needle-di/core
|
|
55
|
+
npm install --save @needle-di/core
|
|
55
56
|
```
|
|
56
57
|
|
|
57
58
|
## Docs
|