Comparing version 0.0.3 to 0.0.4
@@ -9,3 +9,3 @@ var RSH = require('./RequestSignatureHelper').RequestSignatureHelper, | ||
OperationHelper.version = '2010-01-25'; | ||
OperationHelper.version = '2010-11-01'; | ||
OperationHelper.service = 'AWSECommerceService'; | ||
@@ -12,0 +12,0 @@ OperationHelper.defaultEndPoint = 'ecs.amazonaws.com'; |
@@ -16,8 +16,2 @@ var crypto = require('crypto'), | ||
//I'm not sure what these are and I don't think I'm using them | ||
//RSH.kSignatureVersionParam = 'SignatureVersion'; | ||
//RSH.kSignatureVersionValue = '2'; | ||
//RSH.kSignatureMethodParam = 'SignatureMethod'; | ||
//RSH.kSignatureMethodValue = 'HmacSHA256'; | ||
RSH.prototype.init = function(params) { | ||
@@ -24,0 +18,0 @@ // enforce required params |
{ "name" : "apac" | ||
, "description" : "Amazon Product Advertising API Client for Node" | ||
, "version" : "0.0.3" | ||
, "version" : "0.0.4" | ||
, "author" : "Dustin McQuay <dmcquay@gmail.com>" | ||
@@ -5,0 +5,0 @@ , "repository" : |
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
14642
253