gn-api-sdk-node
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "gn-api-sdk-node", | ||
"description": "Module for integration with Gerencianet API", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"author": "Francisco Carvalho <f.thiene@gmail.com>", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -11,2 +11,5 @@ 'use strict' | ||
constants.URL.production = 'http://localhost' | ||
constants.URL.sandbox = 'http://localhost' | ||
var gn = {} | ||
@@ -19,3 +22,4 @@ var _gn = {} | ||
var _GnEndpoints = proxyquire('../lib/gn-endpoints', { | ||
'request': requestStub | ||
'request': requestStub, | ||
'constants': constants | ||
}); | ||
@@ -22,0 +26,0 @@ |
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
50532
801