mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-01-27 06:47:06 -05:00
bump version to v0.0.32 and update dist
This commit is contained in:
parent
987672fe3b
commit
0991fe67d9
14
dist/index.js
vendored
14
dist/index.js
vendored
@ -18,6 +18,20 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|||||||
};
|
};
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.HavenoUtils = exports.HavenoError = exports.HavenoClient = void 0;
|
exports.HavenoUtils = exports.HavenoError = exports.HavenoClient = void 0;
|
||||||
|
try {
|
||||||
|
new XMLHttpRequest();
|
||||||
|
}
|
||||||
|
catch {
|
||||||
|
const xhr = require('node-xmlhttprequest');
|
||||||
|
//@ts-ignore
|
||||||
|
global.ProgressEvent = xhr.ProgressEvent;
|
||||||
|
//@ts-ignore
|
||||||
|
global.XMLHttpRequestEventTarget = xhr.XMLHttpRequestEventTarget;
|
||||||
|
//@ts-ignore
|
||||||
|
global.XMLHttpRequestUpload = xhr.XMLHttpRequestUpload;
|
||||||
|
//@ts-ignore
|
||||||
|
global.XMLHttpRequest = xhr.XMLHttpRequest;
|
||||||
|
}
|
||||||
const HavenoClient_1 = __importDefault(require("./HavenoClient"));
|
const HavenoClient_1 = __importDefault(require("./HavenoClient"));
|
||||||
exports.HavenoClient = HavenoClient_1.default;
|
exports.HavenoClient = HavenoClient_1.default;
|
||||||
const HavenoError_1 = __importDefault(require("./types/HavenoError"));
|
const HavenoError_1 = __importDefault(require("./types/HavenoError"));
|
||||||
|
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
@ -1 +1 @@
|
|||||||
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA,kEAA0C;AAIjC,uBAJF,sBAAY,CAIE;AAHrB,sEAA8C;AAIrC,sBAJF,qBAAW,CAIE;AAHpB,sEAA8C;AAIrC,sBAJF,qBAAW,CAIE;AACpB,qDAAmC;AACnC,mDAAiC"}
|
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA,IAAI;IACA,IAAI,cAAc,EAAE,CAAC;CACxB;AACD,MAAM;IACF,MAAM,GAAG,GAAG,OAAO,CAAC,qBAAqB,CAAC,CAAC;IAE3C,YAAY;IACZ,MAAM,CAAC,aAAa,GAAG,GAAG,CAAC,aAAa,CAAC;IACzC,YAAY;IACZ,MAAM,CAAC,yBAAyB,GAAG,GAAG,CAAC,yBAAyB,CAAC;IACjE,YAAY;IACZ,MAAM,CAAC,oBAAoB,GAAG,GAAG,CAAC,oBAAoB,CAAC;IACvD,YAAY;IACZ,MAAM,CAAC,cAAc,GAAG,GAAG,CAAC,cAAc,CAAC;CAC9C;AAED,kEAA0C;AAIjC,uBAJF,sBAAY,CAIE;AAHrB,sEAA8C;AAIrC,sBAJF,qBAAW,CAIE;AAHpB,sEAA8C;AAIrC,sBAJF,qBAAW,CAIE;AACpB,qDAAmC;AACnC,mDAAiC"}
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "haveno-ts",
|
"name": "haveno-ts",
|
||||||
"version": "0.0.31",
|
"version": "0.0.32",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "haveno-ts",
|
"name": "haveno-ts",
|
||||||
"version": "0.0.31",
|
"version": "0.0.32",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/node": "^18.14.2",
|
"@types/node": "^18.14.2",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "haveno-ts",
|
"name": "haveno-ts",
|
||||||
"version": "0.0.31",
|
"version": "0.0.32",
|
||||||
"description": "Haveno TypeScript client",
|
"description": "Haveno TypeScript client",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user