twilio-notifications
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -160,4 +160,4 @@ 'use strict'; | ||
*/ | ||
NotificationsClient.prototype.setGCMToken = function(gcmToken) { | ||
this._registrar.setNotificationId('gcm', gcmToken); | ||
NotificationsClient.prototype.setPushRegistrationId = function(type, registrationId) { | ||
this._registrar.setNotificationId(type, registrationId); | ||
}; | ||
@@ -164,0 +164,0 @@ |
@@ -26,2 +26,3 @@ 'use strict'; | ||
this._connectors.set('gcm', new ErsConnector({ productId, platform }, transport, config, 'gcm')); | ||
this._connectors.set('apn', new ErsConnector({ productId, platform }, transport, config, 'apn')); | ||
@@ -28,0 +29,0 @@ this._connectors.get('twilsock') |
{ | ||
"name": "twilio-notifications", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "Client library for Twilio Notifications service", | ||
@@ -5,0 +5,0 @@ "main": "lib/client.js", |
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
172809
1236