@ductape/sdk 0.1.23 → 0.1.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ductape/sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.24",
|
|
4
4
|
"description": "sdk for building ductaped products",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -113,8 +113,7 @@
|
|
|
113
113
|
"redis": "^4.7.0",
|
|
114
114
|
"sql-parser": "^0.5.0",
|
|
115
115
|
"twilio": "^5.5.2",
|
|
116
|
-
"ws": "^8.18.0"
|
|
117
|
-
"xml2json": "^0.12.0"
|
|
116
|
+
"ws": "^8.18.0"
|
|
118
117
|
},
|
|
119
118
|
"devDependencies": {
|
|
120
119
|
"@aws-sdk/client-dynamodb": "^3.948.0",
|
|
@@ -132,8 +131,6 @@
|
|
|
132
131
|
"@types/nodemailer": "^6.4.17",
|
|
133
132
|
"@types/pg": "^8.11.11",
|
|
134
133
|
"@types/uuid": "^10.0.0",
|
|
135
|
-
"@types/xml2js": "^0.4.11",
|
|
136
|
-
"@types/xml2json": "^0.11.4",
|
|
137
134
|
"cassandra-driver": "^4.8.0",
|
|
138
135
|
"jest": "^30.2.0",
|
|
139
136
|
"mysql2": "^3.15.3",
|