@discordx/di
Advanced tools
Comparing version 3.3.0 to 3.3.1
# @discordx/di | ||
## 3.3.1 | ||
### Patch Changes | ||
- lint | ||
## 3.3.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@discordx/di", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"private": false, | ||
"description": "dependency injection service with TSyringe support", | ||
"keywords": [ | ||
"bot", | ||
"decorators", | ||
"dependency injection", | ||
"tsyringe", | ||
"discord", | ||
"discordx", | ||
"framework", | ||
"decorators", | ||
"typescript", | ||
"bot", | ||
"javascript", | ||
"discordx", | ||
"discord" | ||
"tsyringe", | ||
"typescript" | ||
], | ||
@@ -28,3 +28,3 @@ "homepage": "https://github.com/discordx-ts/discordx/tree/main/packages/di#readme", | ||
"Owen Calvin <owen.gombas@gmail.com> (https://github.com/OwenCalvin)", | ||
"Vijay Meena <indianoceanroleplay@gmail.com> (https://github.com/samarmeena)", | ||
"Vijay Meena <vijayymmeena@gmail.com> (https://github.com/samarmeena)", | ||
"Victorique Blois <loli@victorique.moe> (https://github.com/VictoriqueMoe)" | ||
@@ -42,3 +42,3 @@ ], | ||
"CHANGELOG.md", | ||
"LICENSE", | ||
"LICENSE.txt", | ||
"README.md", | ||
@@ -57,4 +57,3 @@ "SECURITY.md", | ||
"devDependencies": { | ||
"@types/node": "^20.10.1", | ||
"typescript": "5.3.2" | ||
"typescript": "5.4.5" | ||
}, | ||
@@ -61,0 +60,0 @@ "engines": { |
37536
1