Skip to content

Commit

Permalink
Merge pull request #12 from ora-io/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
murongg authored Sep 11, 2024
2 parents 3bda645 + 21ef7a3 commit f697ae2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ora-stack",
"version": "0.1.3",
"version": "0.1.4",
"private": true,
"packageManager": "[email protected]",
"description": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/orap/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ora-io/orap",
"type": "module",
"version": "0.1.3",
"version": "0.1.4",
"packageManager": "[email protected]",
"description": "",
"author": "Norman (nom4dv3), MuRong",
Expand Down
2 changes: 1 addition & 1 deletion packages/orap/src/signal/event.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class EventSignal implements Signal {
// to align with crosschecker onMissing, parse the last arg from ContractEventPayload to EventLog
this.subscribeCallback = async (...args: Array<any>) => {
const _contractEventPayload = args.pop()
await this.callback(...args, _contractEventPayload.log)
await this.callback(...args, _contractEventPayload)
await this.crosschecker?.cache!.addLog(_contractEventPayload.log)
}
// to align with subscribe listener, parse event params and add EventLog to the last
Expand Down
2 changes: 1 addition & 1 deletion packages/reku/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ora-io/reku",
"type": "module",
"version": "0.1.3",
"version": "0.1.4",
"packageManager": "[email protected]",
"description": "",
"author": "Norman (nom4dv3), MuRong",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ora-io/utils",
"type": "module",
"version": "0.1.3",
"version": "0.1.4",
"packageManager": "[email protected]",
"description": "",
"author": "Norman (nom4dv3), MuRong",
Expand Down

0 comments on commit f697ae2

Please sign in to comment.