Comparing version 0.39.8 to 0.39.9
@@ -689,3 +689,3 @@ "use strict"; | ||
.post('/developer/customer/', contact) | ||
.then(function (newContact) { return r3.contacts._formatUpdate(newContact); })]; | ||
.then(function (resp) { return r3.contacts._formatUpdate(resp); })]; | ||
}); | ||
@@ -692,0 +692,0 @@ }); |
{ | ||
"name": "remote.it", | ||
"version": "0.39.8", | ||
"version": "0.39.9", | ||
"description": "remote.it JavaScript/node client library", | ||
@@ -5,0 +5,0 @@ "main": "lib/remote.it.js", |
@@ -535,3 +535,3 @@ import axios, { AxiosError, AxiosResponse } from 'axios' | ||
.post('/developer/customer/', contact) | ||
.then(newContact => r3.contacts._formatUpdate(newContact)) | ||
.then(resp => r3.contacts._formatUpdate(resp)) | ||
}, | ||
@@ -538,0 +538,0 @@ async update(contact: IContactPoster): Promise<IContact> { |
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
159927