mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-02-25 08:51:14 -05: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.
|
* 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 {Process} process - the nodejs child process to child
|
||||||
* @param {String} signal - the kill signal, e.g. SIGTERM, SIGKILL, SIGINT (default)
|
* @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.
|
* 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 {Process} process - the nodejs child process to child
|
||||||
* @param {String} signal - the kill signal, e.g. SIGTERM, SIGKILL, SIGINT (default)
|
* @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-import": "^2.27.5",
|
||||||
"eslint-plugin-jsx-a11y": "^6.7.1",
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
||||||
"jest": "^26.6.0",
|
"jest": "^26.6.0",
|
||||||
"monero-ts": "0.9.2",
|
"monero-ts": "0.9.3",
|
||||||
"typedoc": "^0.23.26",
|
"typedoc": "^0.23.26",
|
||||||
"typedoc-plugin-missing-exports": "^1.0.0",
|
"typedoc-plugin-missing-exports": "^1.0.0",
|
||||||
"typedoc-plugin-rename-defaults": "^0.6.4",
|
"typedoc-plugin-rename-defaults": "^0.6.4",
|
||||||
@ -11905,9 +11905,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/monero-ts": {
|
"node_modules/monero-ts": {
|
||||||
"version": "0.9.2",
|
"version": "0.9.3",
|
||||||
"resolved": "https://registry.npmjs.org/monero-ts/-/monero-ts-0.9.2.tgz",
|
"resolved": "https://registry.npmjs.org/monero-ts/-/monero-ts-0.9.3.tgz",
|
||||||
"integrity": "sha512-8dMl2j+jn0nQVMqgQ4UsHVaKmIU5wA1jXVwhyAcLygaLxZ6kBUGKC3+iM2wBKOwCTydQZWurpgbsiYRrp+rPVA==",
|
"integrity": "sha512-21HGBkBTx+J7vu/HiRmyXi81ET+4eucBHVFEpaqoT1i9/u8ed5V0YdN6G425XplijfYlqs5L6CAlvdwM0Pbz7A==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/node": "^20.6.0",
|
"@types/node": "^20.6.0",
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
"eslint-plugin-import": "^2.27.5",
|
"eslint-plugin-import": "^2.27.5",
|
||||||
"eslint-plugin-jsx-a11y": "^6.7.1",
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
||||||
"jest": "^26.6.0",
|
"jest": "^26.6.0",
|
||||||
"monero-ts": "0.9.2",
|
"monero-ts": "0.9.3",
|
||||||
"typedoc": "^0.23.26",
|
"typedoc": "^0.23.26",
|
||||||
"typedoc-plugin-missing-exports": "^1.0.0",
|
"typedoc-plugin-missing-exports": "^1.0.0",
|
||||||
"typedoc-plugin-rename-defaults": "^0.6.4",
|
"typedoc-plugin-rename-defaults": "^0.6.4",
|
||||||
|
@ -61,7 +61,7 @@ export default class HavenoUtils {
|
|||||||
/**
|
/**
|
||||||
* Kill the given process.
|
* 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 {Process} process - the nodejs child process to child
|
||||||
* @param {String} signal - the kill signal, e.g. SIGTERM, SIGKILL, SIGINT (default)
|
* @param {String} signal - the kill signal, e.g. SIGTERM, SIGKILL, SIGINT (default)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user