Skip to content

Commit

Permalink
chore: deprecated dependency (ringcentral#227)
Browse files Browse the repository at this point in the history
* chore: remove deprecated package

* chore: update security packages

* chore: remove unneed demo lock file
  • Loading branch information
embbnux authored Oct 17, 2023
1 parent 68f29e3 commit 41dd21c
Show file tree
Hide file tree
Showing 17 changed files with 27 additions and 48,368 deletions.
647 changes: 0 additions & 647 deletions api-test/package-lock.json

This file was deleted.

2 changes: 1 addition & 1 deletion api-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"name": "@ringcentral/sdk-api-test",
"private": true,
"dependencies": {
"soap": "^0.23.0"
"soap": "^1.0.0"
}
}
2 changes: 1 addition & 1 deletion api-test/test-api/AccountGenerator.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default class AccountGenerator {

console.log('Connecting to', url);

soap.createClient(url, (e, cl) => {
soap.createClient(url, {}, (e, cl) => {
console.info('AccountGenerator: SOAP has been connected', e && e.message || '');
if (e) return reject(e);
this._client = cl;
Expand Down
Loading

0 comments on commit 41dd21c

Please sign in to comment.