ts-ioc-container 32.0.4 → 32.0.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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
  ## Advantages
10
10
  - battle tested :boom:
11
11
  - written on `typescript`
12
- - simple and lightweight (roughly it's just one file of **~100 lines**) :heart:
12
+ - simple and lightweight :heart:
13
13
  - clean API :green_heart:
14
14
  - supports `tagged scopes`
15
15
  - fully test covered :100:
@@ -25,17 +25,17 @@
25
25
  - [Scope](#scope) `tags`
26
26
  - [Instances](#instances)
27
27
  - [Dispose](#dispose)
28
- - [Lazy](#lazy)
28
+ - [Lazy](#lazy) `lazy`
29
29
  - [Injector](#injector)
30
30
  - [Metadata](#metadata) `@inject`
31
31
  - [Simple](#simple)
32
32
  - [Proxy](#proxy)
33
33
  - [Provider](#provider) `@provider`
34
34
  - [Singleton](#singleton) `singleton`
35
- - [Arguments](#arguments) `args`
35
+ - [Arguments](#arguments) `args` `argsFn`
36
36
  - [Visibility](#visibility) `visible`
37
37
  - [Alias](#alias) `alias`
38
- - [Decorator](#decorator)
38
+ - [Decorator](#decorator) `decorate`
39
39
  - [Registration](#registration) `@register`
40
40
  - [Key](#key) `key`
41
41
  - [Scope](#scope) `scope`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-ioc-container",
3
- "version": "32.0.4",
3
+ "version": "32.0.6",
4
4
  "description": "Typescript IoC container",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -59,5 +59,5 @@
59
59
  "ts-node": "^10.9.1",
60
60
  "typescript": "5.4.3"
61
61
  },
62
- "gitHead": "7ce3cbc445034c3408afa7b467bdd64810e5bb92"
62
+ "gitHead": "a653a60236b043827d7f9d61b64b8380c4e3493e"
63
63
  }