Comparing version 5.0.15 to 5.0.17
{ | ||
"name": "discordx", | ||
"version": "5.0.15", | ||
"version": "5.0.17", | ||
"description": "Create your discord bot by using TypeScript and decorators!", | ||
@@ -42,3 +42,4 @@ "main": "build/index.js", | ||
"discord.js": "github:discordjs/discord.js", | ||
"glob": "^7.1.7" | ||
"glob": "^7.1.7", | ||
"reflect-metadata": "^0.1.13" | ||
}, | ||
@@ -54,3 +55,2 @@ "devDependencies": { | ||
"prettier": "2.3.0", | ||
"reflect-metadata": "^0.1.13", | ||
"ts-jest": "^26.5.6", | ||
@@ -57,0 +57,0 @@ "ts-node": "^9.1.1", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12
4
+ Addedreflect-metadata@^0.1.13
+ Addedreflect-metadata@0.1.14(transitive)