update to monero-ts v0.11.2

This commit is contained in:
woodser 2025-01-08 16:05:50 -05:00
parent 0991fe67d9
commit ff4d6578d1
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -30,7 +30,7 @@
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"jest": "^29.7.0",
"monero-ts": "^0.11.1",
"monero-ts": "^0.11.2",
"ts-jest": "^29.2.5",
"ts-jest-resolver": "^2.0.1",
"typedoc": "^0.23.26",
@ -8160,9 +8160,9 @@
}
},
"node_modules/monero-ts": {
"version": "0.11.1",
"resolved": "https://registry.npmjs.org/monero-ts/-/monero-ts-0.11.1.tgz",
"integrity": "sha512-4gGgaktTWt60hw+D/cnpCA7KabMI18oYwKKPqZrXugU+ktVdvECAfVXwj1cjXcNvso3Ysj10G7Cef+IgaiJ31g==",
"version": "0.11.2",
"resolved": "https://registry.npmjs.org/monero-ts/-/monero-ts-0.11.2.tgz",
"integrity": "sha512-ozPWZE3KaXWLhW3zdxTh36kttnhKGDiQCaQSgR03uYnFv1wFlYqwvPNQastGQ4mmnwCDvPqBHKRknEF8Fji3Fg==",
"dev": true,
"dependencies": {
"@babel/runtime": "^7.23.2",

View File

@ -48,7 +48,7 @@
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"jest": "^29.7.0",
"monero-ts": "^0.11.1",
"monero-ts": "^0.11.2",
"ts-jest": "^29.2.5",
"ts-jest-resolver": "^2.0.1",
"typedoc": "^0.23.26",