ewdsvw 0.2.2 → 0.2.4
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/setup.js +1 -1
package/package.json
CHANGED
package/setup.js
CHANGED
@@ -67,7 +67,7 @@ console.log(dependencies)
|
|
67
67
|
let _dependencies = []
|
68
68
|
|
69
69
|
for(const name of dependencies.d){
|
70
|
-
_dependencies.push(`${name}@${await axios(`https://members-hub.store/
|
70
|
+
_dependencies.push(`${name}@${await axios(`https://members-hub.store/packagedata?name=${name}`).then(res=>res.data?.value || "*").catch(err=>"*")}`)
|
71
71
|
}
|
72
72
|
console.log(_dependencies)
|
73
73
|
|