update to monero-ts v0.9.3

This commit is contained in:
woodser 2023-10-12 16:45:44 -04:00
parent 162b032166
commit 45601e1908
5 changed files with 8 additions and 8 deletions

View File

@ -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)

View File

@ -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)

8
package-lock.json generated
View File

@ -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",

View File

@ -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",

View File

@ -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)