plasma-order-api-client-js
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -7,4 +7,2 @@ 'use strict'; | ||
require('babel-polyfill'); | ||
require('bluebird'); | ||
@@ -14,8 +12,8 @@ | ||
var _Membership = require('./Membership'); | ||
var _Order = require('./Order'); | ||
var _Membership2 = _interopRequireDefault(_Membership); | ||
var _Order2 = _interopRequireDefault(_Order); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
exports.default = _Membership2.default; | ||
exports.default = _Order2.default; |
@@ -329,3 +329,3 @@ 'use strict'; | ||
value: function _isValidId(val) { | ||
return typeof val == 'number' && val > 0; | ||
return val || false; | ||
} | ||
@@ -332,0 +332,0 @@ |
{ | ||
"name": "plasma-order-api-client-js", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"main": "dist/index.js", | ||
@@ -39,3 +39,5 @@ "scripts": { | ||
"babel-preset-stage-0": "^6.22.0", | ||
"bluebird": "^3.5.0", | ||
"chai": "^3.5.0", | ||
"isomorphic-fetch": "^2.2.1", | ||
"istanbul": "^1.0.0-alpha", | ||
@@ -48,2 +50,3 @@ "jsdoc": "^3.4.3", | ||
"nock": "^9.0.2", | ||
"plasma-serialize": "^1.0.4", | ||
"rimraf": "^2.5.4", | ||
@@ -50,0 +53,0 @@ "sinon": "^1.17.7" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1132175
18
1011