@notjustcoders/ioc-arise 1.0.12 → 1.1.0

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@notjustcoders/ioc-arise",
3
- "version": "1.0.12",
4
- "description": "A CLI tool to generate type-safe IoC containers for TypeScript projects with automatic dependency injection",
3
+ "version": "1.1.0",
4
+ "description": "Arise type-safe IoC containers from your code. Zero overhead, zero coupling.",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
7
7
  "ioc-arise": "dist/index.js"
@@ -13,11 +13,11 @@
13
13
  ],
14
14
  "repository": {
15
15
  "type": "git",
16
- "url": "https://github.com/your-username/ioc-arise.git"
16
+ "url": "https://github.com/stormsidali2001/ioc-arise"
17
17
  },
18
18
  "homepage": "https://ioc-arise.notjustcoders.com",
19
19
  "bugs": {
20
- "url": "https://github.com/your-username/ioc-arise/issues"
20
+ "url": "https://github.com/stormsidali2001/ioc-arise/issues"
21
21
  },
22
22
  "keywords": [
23
23
  "ioc",