-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: comply with refresh of watch subscriptions * feat: add getNotificationTypes * chore: fix all tests * chore: run prettier * chore: add test for getNotificationTypes * chore: run prettier * chore: use allSettled * chore: use 5 minutes * chore: run prettier * chore: bump core * chore: force symkeys to be in sync * chore: use smarter timer * chore: run prettier * chore: add margins for error * chore: ammend comment * chore: run prettier * chore: bump minor * chore: bump sdk version * chore: add logs * chore: guard timer reset * chore: run prettier * chore: bump canary version * chore: bump canary version * chore: bump patch * chore: pin versions * chore: bump patch
- Loading branch information
Showing
10 changed files
with
188 additions
and
121 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export const NOTIFY_SDK_VERSION = "1.2.3"; | ||
export const NOTIFY_SDK_VERSION = "1.3.1"; |
Oops, something went wrong.