Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "ponsqb", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "ponsqb js client", | ||
@@ -12,5 +12,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"axios": "^1.2.0", | ||
"xml2js": "^0.4.23" | ||
"axios": "^1.2.0" | ||
} | ||
} |
@@ -1,3 +0,1 @@ | ||
import xml2js from 'xml2js' | ||
export default async function(connection, bridge, attributes) { | ||
@@ -26,6 +24,2 @@ let me = attributes | ||
function parsedResponseXML() { | ||
return xml2js.parseString(responseXML()) | ||
} | ||
function error() { | ||
@@ -40,3 +34,3 @@ return me?.error | ||
function assignedAt() { | ||
return me?.createdAt | ||
return me?.assignedAt | ||
} | ||
@@ -43,0 +37,0 @@ |
1
6788
285
- Removedxml2js@^0.4.23
- Removedsax@1.4.1(transitive)
- Removedxml2js@0.4.23(transitive)
- Removedxmlbuilder@11.0.1(transitive)