ts-ioc-container 22.4.3 → 22.4.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 +1 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -6,6 +6,7 @@
6
6
  ![License](https://img.shields.io/npm/l/ts-ioc-container)
7
7
 
8
8
  ## Advantages
9
+ - battle tested
9
10
  - written on `typescript`
10
11
  - simple and lightweight (roughly it's just one file of **~100 lines**) :heart:
11
12
  - clean API
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-ioc-container",
3
- "version": "22.4.3",
3
+ "version": "22.4.4",
4
4
  "description": "Typescript IoC container",
5
5
  "author": "ibabkin <igba14@gmail.com>",
6
6
  "homepage": "https://github.com/IgorBabkin/ts-ioc-container/tree/master/packages/ts-ioc-container",
@@ -48,5 +48,5 @@
48
48
  "ts-jest": "27.0.5",
49
49
  "typescript": "4.4.3"
50
50
  },
51
- "gitHead": "772b5d6bd5b517ec0e2951382096126b9edbaf5e"
51
+ "gitHead": "08ed0854b6da068f581eca494e335394eca0eb7d"
52
52
  }