aerogear-sender-client
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -22,3 +22,4 @@ var agSender = require( "./lib/aerogear-sender-client" ).AeroGear, | ||
criteria: { | ||
variants: [ "1234", "56788" ] | ||
variants: [ "1234", "56788" ], | ||
categories: [ "category1", "category2" ] | ||
} | ||
@@ -25,0 +26,0 @@ }; |
@@ -120,3 +120,3 @@ /* Node.js Sender API for the AeroGear Unified Push server | ||
@param {Array} [settings.criteria.deviceType] - a list of device types as strings | ||
@param {Array} [settings.criteria.category] - a list of categories as strings | ||
@param {Array} [settings.criteria.categories] - a list of categories as strings | ||
@param {Array} [settings.criteria.variants] - a list of variantID's as strings | ||
@@ -123,0 +123,0 @@ @returns {Object} itself |
{ | ||
"name": "aerogear-sender-client", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Sender api for the AeroGear Unified Push server", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/aerogear/aerogear-unifiedpush-nodejs-client", |
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
128019
4779