rubik-telegram
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "rubik-telegram", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Telegram Bot Api kubik for the Rubik application system", | ||
@@ -21,6 +21,6 @@ "main": "classes/Telegram.js", | ||
"dependencies": { | ||
"lodash": "^4.17.14" | ||
"lodash": "^4.17.14", | ||
"node-fetch": "^2.6.0" | ||
}, | ||
"peerDependencies": { | ||
"node-fetch": "^2.6.0", | ||
"rubik-main": "^2.1.3" | ||
@@ -27,0 +27,0 @@ }, |
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
+ Addednode-fetch@^2.6.0