mirror of
https://github.com/Xahau/xahau.js.git
synced 2026-07-12 17:50:22 +00:00
Compare commits
3 Commits
4.1.1
...
missing-Ho
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5cc6bfb5e6 | ||
|
|
d726dc86c3 | ||
|
|
6edc5a4a83 |
2
package-lock.json
generated
2
package-lock.json
generated
@@ -16048,7 +16048,7 @@
|
||||
}
|
||||
},
|
||||
"packages/xahau": {
|
||||
"version": "4.1.0",
|
||||
"version": "4.1.1",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@scure/bip32": "^1.3.1",
|
||||
|
||||
@@ -2,6 +2,11 @@
|
||||
|
||||
## Unreleased Changes
|
||||
|
||||
### Fixed
|
||||
* Add missing HookCanEmit field to HookDefinition
|
||||
|
||||
### 4.1.1 (2026-07-03)
|
||||
|
||||
### Fixed
|
||||
* Fix HookName validation on HookName deletion
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xahau",
|
||||
"version": "4.1.0",
|
||||
"version": "4.1.1",
|
||||
"license": "ISC",
|
||||
"description": "A TypeScript/JavaScript API for interacting with the Xahau Network in Node.js and the browser",
|
||||
"files": [
|
||||
|
||||
@@ -37,6 +37,11 @@ export default interface HookDefintion
|
||||
*/
|
||||
HookOnOutgoing?: string
|
||||
|
||||
/**
|
||||
* The transactions that can emit from the hook. Represented as a 256Hash
|
||||
*/
|
||||
HookCanEmit?: string
|
||||
|
||||
/**
|
||||
* The namespace of the hook.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user