@pusher/push-notifications-server
Advanced tools
Comparing version 0.10.5 to 0.10.6
{ | ||
"name": "@pusher/push-notifications-server", | ||
"version": "0.10.5", | ||
"version": "0.10.6", | ||
"description": "NodeJS Server SDK for Pusher Push Notifications", | ||
@@ -5,0 +5,0 @@ "main": "push-notifications.js", |
const https = require('https'); | ||
const SDK_VERSION = '0.10.5'; | ||
const SDK_VERSION = '0.10.6'; | ||
const INTERESTS_REGEX = new RegExp('^(_|\\-|=|@|,|\\.|;|[A-Z]|[a-z]|[0-9])*$'); | ||
@@ -74,3 +74,3 @@ const INTEREST_STRING_MAX_LENGTH = 164; | ||
'Allowed characters are: ASCII upper/lower-case letters, ' + | ||
'numbers or one of _-=@,.:' | ||
'numbers or one of _-=@,.;' | ||
); | ||
@@ -77,0 +77,0 @@ } |
@@ -120,3 +120,3 @@ const expect = require('chai').expect; | ||
authorization: 'Bearer SECRET_KEY', | ||
'x-pusher-library': 'pusher-push-notifications-node 0.10.5', | ||
'x-pusher-library': 'pusher-push-notifications-node 0.10.6', | ||
host: 'instance_id.pushnotifications.pusher.com' | ||
@@ -123,0 +123,0 @@ }); |