Skip to content

Commit

Permalink
Merge pull request #34 from talon-one/sc-35535-update-superagent-depe…
Browse files Browse the repository at this point in the history
…ndency-in-javascript

v6.0.1: update superagent
  • Loading branch information
kkupreeva committed Apr 2, 2024
2 parents 854d230 + 0715f7e commit 66ba55e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ is `https://yourbaseurl.talon.one/v2/customer_sessions/{Id}`

This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- Package version: 6.0.0
- Package version: 6.0.1
- Build package: org.openapitools.codegen.languages.JavascriptClientCodegen

## Installation
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "talon_one",
"version": "6.0.0",
"version": "6.0.1",
"description": "Talon.One API SDK for Javascript",
"homepage": "https://developers.talon.one/SDKs/JavaScript",
"author": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"fs": false
},
"dependencies": {
"superagent": "3.7.0"
"superagent": "8.1.2"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
Expand Down

0 comments on commit 66ba55e

Please sign in to comment.