@dainprotocol/tunnel 1.0.3 → 1.0.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/dist/server/index.js +1 -1
- package/package.json +1 -1
package/dist/server/index.js
CHANGED
|
@@ -8,7 +8,7 @@ const http_1 = __importDefault(require("http"));
|
|
|
8
8
|
const ws_1 = __importDefault(require("ws"));
|
|
9
9
|
const uuid_1 = require("uuid");
|
|
10
10
|
const body_parser_1 = __importDefault(require("body-parser"));
|
|
11
|
-
const cors_1 = __importDefault(require("cors"));
|
|
11
|
+
const cors_1 = __importDefault(require("cors"));
|
|
12
12
|
const client_1 = require("@dainprotocol/service-sdk/client");
|
|
13
13
|
const bs58_1 = __importDefault(require("bs58"));
|
|
14
14
|
class DainTunnelServer {
|