File tree Expand file tree Collapse file tree 4 files changed +72
-72
lines changed
Expand file tree Collapse file tree 4 files changed +72
-72
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,11 @@ git_push.sh
3232LICENSE
3333.travis.yml
3434mocha.opts
35- package.json
3635
3736# Specific src and test files
3837docs/*.md
3938test/*/*.spec.js
4039test/assert-equals.js
4140src/OAuth.js
4241src/RestApi.js
43- src/oauth/
44- src/ApiClient.js
42+ src/oauth/
Original file line number Diff line number Diff line change 22See [ DocuSign Support Center] ( https://support.docusign.com/en/releasenotes/ ) for Product Release Notes.
33
44
5+ ## [ v7.0.1] - eSignature API v2.1-24.1.01.00 - 2024-05-24
6+ ## Resolved "Generate Access Token SDK Method is broken since most recent RC Version"
57## [ v7.0.0] - eSignature API v2.1-24.1.01.00 - 2024-05-22
68## Endpoint-Specific Changes
79
Original file line number Diff line number Diff line change 11{
22 "name" : " docusign-esign" ,
3- "version" : " 7.0.0 " ,
3+ "version" : " 7.0.1 " ,
44 "description" : " DocuSign Node.js API client." ,
55 "license" : " MIT" ,
66 "main" : " src/index.js" ,
5050 " /scripts"
5151 ]
5252 },
53- "dependencies" : {
53+ "dependencies" : {
5454 "axios" : " ^1.6.8" ,
55+ "@devhigley/parse-proxy" :" ^1.0.3" ,
5556 "csv-stringify" : " ^1.0.0" ,
5657 "jsonwebtoken" : " ^9.0.0" ,
57- "@devhigley/parse-proxy" :" ^1.0.3" ,
5858 "passport-oauth2" : " ^1.6.1" ,
59- "safe-buffer" : " ^5.1.2"
59+ "safe-buffer" : " ^5.1.2"
6060 },
6161 "devDependencies" : {
6262 "docdash" : " 0.4.0" ,
You can’t perform that action at this time.
0 commit comments