Skip to content

Commit

Permalink
Version 7.0.1-v2.1-24.1.01.00 release (#352)
Browse files Browse the repository at this point in the history
Co-authored-by: root <root@devcenteradmin.docusigntest.com>
  • Loading branch information
sonawane-sanket and root authored May 24, 2024
1 parent 92460d8 commit 49f26da
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 72 deletions.
4 changes: 1 addition & 3 deletions .swagger-codegen-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,11 @@ git_push.sh
LICENSE
.travis.yml
mocha.opts
package.json

# Specific src and test files
docs/*.md
test/*/*.spec.js
test/assert-equals.js
src/OAuth.js
src/RestApi.js
src/oauth/
src/ApiClient.js
src/oauth/
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes.


## [v7.0.1] - eSignature API v2.1-24.1.01.00 - 2024-05-24
## Resolved "Generate Access Token SDK Method is broken since most recent RC Version"
## [v7.0.0] - eSignature API v2.1-24.1.01.00 - 2024-05-22
## Endpoint-Specific Changes

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docusign-esign",
"version": "7.0.0",
"version": "7.0.1",
"description": "DocuSign Node.js API client.",
"license": "MIT",
"main": "src/index.js",
Expand Down Expand Up @@ -50,13 +50,13 @@
"/scripts"
]
},
"dependencies": {
"dependencies": {
"axios": "^1.6.8",
"@devhigley/parse-proxy":"^1.0.3",
"csv-stringify": "^1.0.0",
"jsonwebtoken": "^9.0.0",
"@devhigley/parse-proxy":"^1.0.3",
"passport-oauth2": "^1.6.1",
"safe-buffer": "^5.1.2"
"safe-buffer": "^5.1.2"
},
"devDependencies": {
"docdash": "0.4.0",
Expand Down
Loading

0 comments on commit 49f26da

Please sign in to comment.