@uhuru/awsiot-thing-creator
Advanced tools
Comparing version 1.0.1-beta.34 to 1.0.1-beta.35
@@ -180,3 +180,3 @@ "use strict"; | ||
const deleteCertCommand = new client_iot_1.DeleteCertificateCommand({ | ||
certificateId: principal | ||
certificateId: principal.split('/')[1] | ||
}); | ||
@@ -183,0 +183,0 @@ yield this.iotClient.send(deleteCertCommand).catch((error) => { |
{ | ||
"name": "@uhuru/awsiot-thing-creator", | ||
"version": "1.0.1-beta.34", | ||
"version": "1.0.1-beta.35", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
57134