inversify-typesafe-spring-like 0.2.1 → 0.3.2

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 +9 -5
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -2,14 +2,18 @@
2
2
 
3
3
  <p align="center">
4
4
  Add-On Library for inversify-typesafe to make it more like <a href="https://spring.io/" target="_blank">Spring</a>.
5
+ <br/>
6
+ <a href="https://stackblitz.com/edit/inversify-typesafe-spring-like?file=test%2Fmain.test.ts" target="_blank">
7
+ <strong>See Demo</strong>
8
+ </a>
5
9
  </p>
6
10
 
7
11
  <p align="center">
8
- <a href="https://github.com/myeongjae-kim/inversify-typesafe-spring-like/actions?query=workflow%3ACI">
9
- <img src="https://github.com/myeongjae-kim/inversify-typesafe-spring-like/workflows/CI/badge.svg" alt="CI" height="18">
12
+ <a href="https://github.com/myeongjae-kim/inversify-typesafe/actions?query=workflow%3ACI">
13
+ <img src="https://github.com/myeongjae-kim/inversify-typesafe/workflows/CI/badge.svg" alt="CI" height="18">
10
14
  </a>
11
- <a href="https://codecov.io/gh/myeongjae-kim/inversify-typesafe-spring-like">
12
- <img src="https://img.shields.io/codecov/c/github/myeongjae-kim/inversify-typesafe-spring-like.svg" alt="Test Coverage" height="18">
15
+ <a href="https://codecov.io/gh/myeongjae-kim/inversify-typesafe">
16
+ <img src="https://img.shields.io/codecov/c/github/myeongjae-kim/inversify-typesafe.svg" alt="Test Coverage" height="18">
13
17
  </a>
14
18
  <a href="https://www.npmjs.com/package/inversify-typesafe-spring-like">
15
19
  <img src="https://img.shields.io/npm/v/inversify-typesafe-spring-like.svg" alt="npm version" height="18">
@@ -17,7 +21,7 @@
17
21
  <a href="https://bundlephobia.com/package/inversify-typesafe-spring-like">
18
22
  <img src="https://img.shields.io/bundlephobia/minzip/inversify-typesafe-spring-like" alt="Bundle Size" height="18">
19
23
  </a>
20
- <a href="https://raw.githubusercontent.com/myeongjae-kim/inversify-typesafe-spring-like/main/LICENSE">
24
+ <a href="https://raw.githubusercontent.com/myeongjae-kim/inversify-typesafe/refs/heads/main/packages/inversify-typesafe-spring-like/LICENSE">
21
25
  <img src="https://img.shields.io/npm/l/inversify-typesafe-spring-like.svg" alt="MIT license" height="18">
22
26
  </a>
23
27
  </p>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "inversify-typesafe-spring-like",
3
3
  "type": "module",
4
- "version": "0.2.1",
4
+ "version": "0.3.2",
5
5
  "description": "Add-On Library for inversify-typesafe to make it more like Spring.",
6
6
  "source": "src/index.ts",
7
7
  "exports": {
@@ -50,7 +50,7 @@
50
50
  "type": "git",
51
51
  "url": "https://github.com/myeongjae-kim/inversify-typesafe"
52
52
  },
53
- "homepage": "https://github.com/myeongjae-kim/inversify-typesafe",
53
+ "homepage": "https://github.com/myeongjae-kim/inversify-typesafe/tree/main/packages/inversify-typesafe-spring-like",
54
54
  "keywords": [
55
55
  "inversify",
56
56
  "spring",
@@ -61,6 +61,6 @@
61
61
  "author": "Myeongjae Kim",
62
62
  "license": "MIT",
63
63
  "dependencies": {
64
- "inversify-typesafe": "^0.2.0"
64
+ "inversify-typesafe": "^0.3.2"
65
65
  }
66
66
  }