@duxcore/interactive-discord
Advanced tools
Comparing version 1.3.9 to 1.4.0
@@ -5,3 +5,3 @@ { | ||
"description": "A package that will allow you to seamlessly integrate discord interactions into your bot.", | ||
"version": "1.3.9", | ||
"version": "1.4.0", | ||
"license": "GPL-3.0", | ||
@@ -21,3 +21,4 @@ "main": "lib/index", | ||
"tiny-typed-emitter": "^2.0.3", | ||
"uuid": "^8.3.2" | ||
"uuid": "^8.3.2", | ||
"tsc": "^2.0.3" | ||
}, | ||
@@ -27,5 +28,3 @@ "devDependencies": { | ||
"@types/node": "^15.6.1", | ||
"@types/uuid": "^8.3.0", | ||
"tsc": "^2.0.3", | ||
"typescript": "^4.3.2" | ||
"@types/uuid": "^8.3.0" | ||
}, | ||
@@ -43,2 +42,2 @@ "keywords": [ | ||
] | ||
} | ||
} |
3
105639
7
+ Addedtsc@^2.0.3
+ Addedtsc@2.0.4(transitive)