From 45601e190865422dea86d704d00c9cd7d4765620 Mon Sep 17 00:00:00 2001 From: woodser Date: Thu, 12 Oct 2023 16:45:44 -0400 Subject: [PATCH] update to monero-ts v0.9.3 --- dist/utils/HavenoUtils.d.ts | 2 +- dist/utils/HavenoUtils.js | 2 +- package-lock.json | 8 ++++---- package.json | 2 +- src/utils/HavenoUtils.ts | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dist/utils/HavenoUtils.d.ts b/dist/utils/HavenoUtils.d.ts index 9026c566..8e4c440b 100644 --- a/dist/utils/HavenoUtils.d.ts +++ b/dist/utils/HavenoUtils.d.ts @@ -36,7 +36,7 @@ export default class HavenoUtils { /** * Kill the given process. * - * TODO (woodser): move this to monero-javascript GenUtils.js as common utility + * TODO (woodser): move this to monero-ts GenUtils.ts as common utility * * @param {Process} process - the nodejs child process to child * @param {String} signal - the kill signal, e.g. SIGTERM, SIGKILL, SIGINT (default) diff --git a/dist/utils/HavenoUtils.js b/dist/utils/HavenoUtils.js index 8491105a..f9dc6ff3 100644 --- a/dist/utils/HavenoUtils.js +++ b/dist/utils/HavenoUtils.js @@ -55,7 +55,7 @@ class HavenoUtils { /** * Kill the given process. * - * TODO (woodser): move this to monero-javascript GenUtils.js as common utility + * TODO (woodser): move this to monero-ts GenUtils.ts as common utility * * @param {Process} process - the nodejs child process to child * @param {String} signal - the kill signal, e.g. SIGTERM, SIGKILL, SIGINT (default) diff --git a/package-lock.json b/package-lock.json index c0d586a0..3b474a30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "eslint-plugin-import": "^2.27.5", "eslint-plugin-jsx-a11y": "^6.7.1", "jest": "^26.6.0", - "monero-ts": "0.9.2", + "monero-ts": "0.9.3", "typedoc": "^0.23.26", "typedoc-plugin-missing-exports": "^1.0.0", "typedoc-plugin-rename-defaults": "^0.6.4", @@ -11905,9 +11905,9 @@ } }, "node_modules/monero-ts": { - "version": "0.9.2", - "resolved": "https://registry.npmjs.org/monero-ts/-/monero-ts-0.9.2.tgz", - "integrity": "sha512-8dMl2j+jn0nQVMqgQ4UsHVaKmIU5wA1jXVwhyAcLygaLxZ6kBUGKC3+iM2wBKOwCTydQZWurpgbsiYRrp+rPVA==", + "version": "0.9.3", + "resolved": "https://registry.npmjs.org/monero-ts/-/monero-ts-0.9.3.tgz", + "integrity": "sha512-21HGBkBTx+J7vu/HiRmyXi81ET+4eucBHVFEpaqoT1i9/u8ed5V0YdN6G425XplijfYlqs5L6CAlvdwM0Pbz7A==", "dev": true, "dependencies": { "@types/node": "^20.6.0", diff --git a/package.json b/package.json index a5e92e1a..e7a83649 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "eslint-plugin-import": "^2.27.5", "eslint-plugin-jsx-a11y": "^6.7.1", "jest": "^26.6.0", - "monero-ts": "0.9.2", + "monero-ts": "0.9.3", "typedoc": "^0.23.26", "typedoc-plugin-missing-exports": "^1.0.0", "typedoc-plugin-rename-defaults": "^0.6.4", diff --git a/src/utils/HavenoUtils.ts b/src/utils/HavenoUtils.ts index 964a0965..6e23623f 100644 --- a/src/utils/HavenoUtils.ts +++ b/src/utils/HavenoUtils.ts @@ -61,7 +61,7 @@ export default class HavenoUtils { /** * Kill the given process. * - * TODO (woodser): move this to monero-javascript GenUtils.js as common utility + * TODO (woodser): move this to monero-ts GenUtils.ts as common utility * * @param {Process} process - the nodejs child process to child * @param {String} signal - the kill signal, e.g. SIGTERM, SIGKILL, SIGINT (default)