@pusher/push-notifications-server
Advanced tools
Comparing version 1.2.4 to 1.2.5
# Changelog | ||
## 1.2.5 | ||
* [CHANGED] Added `data` type for `ApnsPayload` | ||
## 1.2.4 | ||
@@ -4,0 +8,0 @@ |
@@ -159,2 +159,6 @@ declare namespace PushNotifications { | ||
aps: ApsPayload; | ||
/** | ||
* Specifies the custom key-value pairs of the message's payload | ||
*/ | ||
data?: object; | ||
} | ||
@@ -161,0 +165,0 @@ |
{ | ||
"name": "@pusher/push-notifications-server", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"description": "NodeJS Server SDK for Pusher Push Notifications", | ||
@@ -5,0 +5,0 @@ "main": "push-notifications.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
57406
1298