@paybase/client
Advanced tools
Comparing version 1.0.0-next.32 to 1.0.0-next.34
@@ -750,3 +750,3 @@ "use strict"; | ||
body: fd, | ||
options: Object.assign({ contentType: 'multipart/form-data', responseType: 'json' }, options), | ||
options: Object.assign({ contentType: 'multipart/form-data; boundary=' + fd.getBoundary(), responseType: 'json' }, options), | ||
}); | ||
@@ -753,0 +753,0 @@ } |
{ | ||
"name": "@paybase/client", | ||
"version": "1.0.0-next.32+d67fbc1", | ||
"version": "1.0.0-next.34+5392cb4", | ||
"publishConfig": { | ||
@@ -33,5 +33,5 @@ "access": "public" | ||
"devDependencies": { | ||
"@paybase/protobuf-typescript-compiler": "^1.0.1-next.32+d67fbc1", | ||
"@paybase/protobuf-typescript-printer-lib": "^1.0.1-next.32+d67fbc1", | ||
"@paybase/protobuf-typescript-printer-types": "^1.0.1-next.32+d67fbc1", | ||
"@paybase/protobuf-typescript-compiler": "^1.0.1-next.34+5392cb4", | ||
"@paybase/protobuf-typescript-printer-lib": "^1.0.1-next.34+5392cb4", | ||
"@paybase/protobuf-typescript-printer-types": "^1.0.1-next.34+5392cb4", | ||
"@types/node": "^12.0.3", | ||
@@ -46,3 +46,3 @@ "@typescript-eslint/eslint-plugin": "^1.9.0", | ||
}, | ||
"gitHead": "d67fbc1e95ac0f7415cdff5388fcf937e3692c16" | ||
"gitHead": "5392cb42eded22b2004ab9819d263bd74a1f9960" | ||
} |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
75100