nfclibrary
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -6,3 +6,3 @@ let axios; | ||
console.log(error.message) | ||
throw new Error('The "node-fetch" module is required but not installed. Please run "npm install node-fetch" to install it.'); | ||
throw new Error('The "axios" module is required but not installed. Please run "npm install node-fetch" to install it.'); | ||
} | ||
@@ -9,0 +9,0 @@ |
{ | ||
"name": "nfclibrary", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "A node module to query any icon from the Naflouille Creations projects. ", | ||
@@ -16,4 +16,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"axios": "^1.6.5", | ||
"node-fetch": "^3.3.2" | ||
} | ||
} |
3135
2
+ Addedaxios@^1.6.5
+ Addedasynckit@0.4.0(transitive)
+ Addedaxios@1.7.9(transitive)
+ Addedcombined-stream@1.0.8(transitive)
+ Addeddelayed-stream@1.0.0(transitive)
+ Addedfollow-redirects@1.15.9(transitive)
+ Addedform-data@4.0.1(transitive)
+ Addedmime-db@1.52.0(transitive)
+ Addedmime-types@2.1.35(transitive)
+ Addedproxy-from-env@1.1.0(transitive)