bump version to v0.0.32 and update dist

This commit is contained in:
woodser 2024-12-29 08:10:32 -05:00
parent 987672fe3b
commit 0991fe67d9
4 changed files with 18 additions and 4 deletions

14
dist/index.js vendored
View File

@ -18,6 +18,20 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
};
Object.defineProperty(exports, "__esModule", { value: true });
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"));
exports.HavenoClient = HavenoClient_1.default;
const HavenoError_1 = __importDefault(require("./types/HavenoError"));

2
dist/index.js.map vendored
View File

@ -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
View File

@ -1,12 +1,12 @@
{
"name": "haveno-ts",
"version": "0.0.31",
"version": "0.0.32",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "haveno-ts",
"version": "0.0.31",
"version": "0.0.32",
"license": "Apache-2.0",
"dependencies": {
"@types/node": "^18.14.2",

View File

@ -1,6 +1,6 @@
{
"name": "haveno-ts",
"version": "0.0.31",
"version": "0.0.32",
"description": "Haveno TypeScript client",
"main": "dist/index.js",
"types": "dist/index.d.ts",