Skip to content

Commit f697ae2

Browse files
authored
Merge pull request #12 from ora-io/dev
Dev
2 parents 3bda645 + 21ef7a3 commit f697ae2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ora-stack",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"private": true,
55
"packageManager": "[email protected]",
66
"description": "",

packages/orap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ora-io/orap",
33
"type": "module",
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"packageManager": "[email protected]",
66
"description": "",
77
"author": "Norman (nom4dv3), MuRong",

packages/orap/src/signal/event.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export class EventSignal implements Signal {
4747
// to align with crosschecker onMissing, parse the last arg from ContractEventPayload to EventLog
4848
this.subscribeCallback = async (...args: Array<any>) => {
4949
const _contractEventPayload = args.pop()
50-
await this.callback(...args, _contractEventPayload.log)
50+
await this.callback(...args, _contractEventPayload)
5151
await this.crosschecker?.cache!.addLog(_contractEventPayload.log)
5252
}
5353
// to align with subscribe listener, parse event params and add EventLog to the last

packages/reku/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ora-io/reku",
33
"type": "module",
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"packageManager": "[email protected]",
66
"description": "",
77
"author": "Norman (nom4dv3), MuRong",

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ora-io/utils",
33
"type": "module",
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"packageManager": "[email protected]",
66
"description": "",
77
"author": "Norman (nom4dv3), MuRong",

0 commit comments

Comments
 (0)