File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33See [ DocuSign Support Center] ( https://support.docusign.com/en/releasenotes/ ) for Product Release Notes.
44
55
6+ ## [ v2.0.0] - Admin API v2.1-1.1.0 - 2023-01-23
7+ ### Breaking
8+ - Deprecating Node versions <12
9+ ### Security
10+ - Update jsonwebtoken package to 9.0.0 addressing CVE-2022 -23529
11+
12+ ### Changed
13+ - Added support for version v2.1-1.1.0 of the DocuSign Admin API.
14+ - Updated the SDK release version.
15+
616## [ v1.1.0] - Admin API v2.1-1.1.0 - 2022-04-26
717### Changed
818- Added support for version v2.1-1.1.0 of the DocuSign Admin API.
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ This client has the following external dependencies:
4848### Optional:
4949
5050- Async v2.6.2
51- - Jsonwebtoken v8.2 .0
51+ - Jsonwebtoken v9.0 .0
5252- Passport-oauth2
5353- Path
5454
@@ -77,9 +77,9 @@ The DocuSign Admin Node Client is licensed under the [MIT License](https://githu
7777
7878[ npm-image ] : https://img.shields.io/npm/v/docusign-admin.svg?style=flat
7979[ npm-url ] : https://npmjs.org/package/docusign-admin
80- [ downloads-image ] : https://img.shields.io/npm/dm/docusign-admin .svg?style=flat
80+ [ downloads-image ] : https://img.shields.io/npm/dm/docusign-orgadmin .svg?style=flat
8181[ downloads-url ] : https://npmjs.org/package/docusign-admin
8282[ travis-image ] : https://img.shields.io/travis/docusign/docusign-admin-node-client.svg?style=flat
8383[ travis-url ] : https://travis-ci.org/docusign/docusign-admin-node-client
8484[ coveralls-image ] : https://coveralls.io/repos/github/docusign/docusign-admin-node-client/badge.svg?branch=master
85- [ coveralls-url ] : https://coveralls.io/github/docusign/docusign-odmin -node-client?branch=master
85+ [ coveralls-url ] : https://coveralls.io/github/docusign/docusign-admin -node-client?branch=master
Original file line number Diff line number Diff line change 11{
22 "name" : " docusign-admin" ,
3- "version" : " 1.1 .0" ,
3+ "version" : " 2.0 .0" ,
44 "description" : " The DocuSign Admin API enables you to automate user management with your existing systems while ensuring governance and compliance." ,
55 "license" : " MIT" ,
66 "main" : " src/index.js" ,
5252 },
5353 "dependencies" : {
5454 "csv-stringify" : " ^1.0.0" ,
55- "jsonwebtoken" : " 8.2 .0" ,
55+ "jsonwebtoken" : " ^9.0 .0" ,
5656 "passport-oauth2" : " ^1.6.1" ,
5757 "safe-buffer" : " ^5.1.2" ,
5858 "superagent" : " 3.8.2"
You can’t perform that action at this time.
0 commit comments