ts-ioc-container 50.2.3 → 50.2.4

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.
Files changed (2) hide show
  1. package/README.md +0 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,11 +12,6 @@ container for applications that need more than basic constructor injection:
12
12
  scoped lifecycles, decorators, typed tokens, lazy dependencies, lifecycle hooks,
13
13
  provider pipelines, aliases, and custom injector strategies.
14
14
 
15
- Use it as a `tsyringe` alternative when you want a clear API with more flexible
16
- customization for real application architecture. Use it as an Inversify or
17
- Awilix alternative when you want a thinner, cleaner API with explicit scopes and
18
- no global container objects.
19
-
20
15
  ## Advantages
21
16
 
22
17
  - fast TypeScript dependency resolution
@@ -34,8 +29,6 @@ no global container objects.
34
29
  - [Setup](#setup)
35
30
  - [Quickstart](#quickstart)
36
31
  - [Cheatsheet](#cheatsheet)
37
- - [tsyringe alternative](https://igorbabkin.github.io/ts-ioc-container/tsyringe-alternative)
38
- - [Inversify and Awilix alternative](https://igorbabkin.github.io/ts-ioc-container/inversify-awilix-alternative)
39
32
  - [Container](#container)
40
33
  - [Basic usage](#basic-usage)
41
34
  - [Scope](#scope) `tags`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-ioc-container",
3
- "version": "50.2.3",
3
+ "version": "50.2.4",
4
4
  "description": "Fast, lightweight TypeScript dependency injection container with a clean API, scoped lifecycles, decorators, tokens, hooks, lazy injection, customizable providers, and no global container objects.",
5
5
  "workspaces": [
6
6
  "docs"