d2wd-client
Advanced tools
Comparing version 1.0.23 to 1.0.24
@@ -35,2 +35,7 @@ 'use strict'; | ||
}, { | ||
key: 'creategoogle', | ||
value: function creategoogle(data) { | ||
return this.client.post(this.resourceUrl + '/google', data); | ||
} | ||
}, { | ||
key: 'update', | ||
@@ -37,0 +42,0 @@ value: function update(id, data) { |
@@ -267,3 +267,3 @@ 'use strict'; | ||
var ajaxClient = new _ajaxClient2.default({ baseUrl: this.ajaxBaseUrl, token: this.ajaxToken }); | ||
var ajaxClient = new _ajaxClient2.default({ baseUrl: this.ajaxBaseUrl }); | ||
@@ -270,0 +270,0 @@ var webstoreClient = new _webstoreClient2.default({ token: this.webstoreToken }); |
{ | ||
"name": "d2wd-client", | ||
"version": "1.0.23", | ||
"version": "1.0.24", | ||
"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
297427
3159