arweave-uploader
Advanced tools
Comparing version 1.1.9 to 1.1.10
@@ -50,2 +50,3 @@ "use strict"; | ||
protocol: 'https', | ||
timeout: 60000, | ||
}); | ||
@@ -52,0 +53,0 @@ var getFullStatus = function (txid) { return __awaiter(void 0, void 0, void 0, function () { |
@@ -44,3 +44,3 @@ "use strict"; | ||
var arweave_1 = __importDefault(require("arweave")); | ||
var arweave = arweave_1.default.init({ host: 'arweave.net', protocol: 'https' }); | ||
var arweave = arweave_1.default.init({ host: 'arweave.net', protocol: 'https', timeout: 60000, }); | ||
var sleep = function (ms) { return __awaiter(void 0, void 0, void 0, function () { return __generator(this, function (_a) { | ||
@@ -47,0 +47,0 @@ return [2, new Promise(function (resolve) { return setTimeout(resolve, ms); })]; |
{ | ||
"name": "arweave-uploader", | ||
"version": "1.1.9", | ||
"version": "1.1.10", | ||
"description": "", | ||
@@ -12,3 +12,3 @@ "main": "dist/index.js", | ||
"preversion": "npm run build && git commit -m \"auto: dist\" -- ./dist", | ||
"postversion": "git push && git push --tags" | ||
"postversion": "git push && git push --tags && npm publish" | ||
}, | ||
@@ -15,0 +15,0 @@ "keywords": [], |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
186729
312