Comparing version 3.0.1 to 3.0.2
@@ -272,3 +272,3 @@ declare module 'pushy' { | ||
recipient: string | Array<string>, | ||
options?: SendPushNotificationOptions, | ||
options?: Partial<SendPushNotificationOptions>, | ||
callback?: (error: Error | null, result: SendPushNotificationResult) => void | ||
@@ -275,0 +275,0 @@ ): Promise<SendPushNotificationResult>; |
{ | ||
"name": "pushy", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "The official Node.js package for sending push notifications with Pushy.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
74437