chore: update core events module (#394)

This commit is contained in:
Louis 2023-10-19 10:31:56 +07:00 committed by GitHub
parent ef6c5e8445
commit 6be3ba14a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -6,6 +6,9 @@ export enum EventName {
OnNewMessageRequest = "onNewMessageRequest",
OnNewMessageResponse = "onNewMessageResponse",
OnMessageResponseUpdate = "onMessageResponseUpdate",
OnDownloadUpdate = "onDownloadUpdate",
OnDownloadSuccess = "onDownloadSuccess",
OnDownloadError = "onDownloadError",
}
/**

View File

@ -27,7 +27,7 @@
"README.md"
],
"dependencies": {
"@janhq/core": "^0.1.1",
"@janhq/core": "^0.1.2",
"ts-loader": "^9.5.0"
}
}