mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2024-10-01 01:35:42 -04:00
update to monero-ts v0.9.3
This commit is contained in:
parent
162b032166
commit
45601e1908
2
dist/utils/HavenoUtils.d.ts
vendored
2
dist/utils/HavenoUtils.d.ts
vendored
@ -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)
|
||||
|
2
dist/utils/HavenoUtils.js
vendored
2
dist/utils/HavenoUtils.js
vendored
@ -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
8
package-lock.json
generated
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user