d2wd-client
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -24,4 +24,4 @@ "use strict"; | ||
}, { | ||
key: "upload", | ||
value: function upload(sellerId, data) { | ||
key: "add", | ||
value: function add(sellerId, data) { | ||
return this.client.post("/sellers/" + sellerId + "/pages", data); | ||
@@ -28,0 +28,0 @@ } |
{ | ||
"name": "d2wd-client", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "d2wd API client library. Work on browser and server.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
287450