Skip to content

Commit

Permalink
Merge pull request #175 from getyoti/release-3.10.2
Browse files Browse the repository at this point in the history
Release 3.10.2
  • Loading branch information
davidgrayston authored Jun 2, 2020
2 parents 4e15b13 + d808285 commit 4a64828
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 34 deletions.
50 changes: 19 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yoti",
"version": "3.10.1",
"version": "3.10.2",
"description": "Yoti NodeJS SDK for back-end integration",
"author": "Yoti LTD <[email protected]> (https://www.yoti.com/developers)",
"license": "MIT",
Expand Down Expand Up @@ -40,7 +40,7 @@
"node-rsa": "^1.0.3",
"protobufjs": "^5.0.3",
"safe-buffer": "^5.1.2",
"superagent": "^5.2.2",
"superagent": "^4.1.0",
"uuid": "^3.3.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sonar.projectKey = yoti-web-sdk:node
sonar.projectName = node-sdk
sonar.projectVersion = 3.10.1
sonar.projectVersion = 3.10.2
sonar.exclusions=tests/**,examples/**,node_modules/**,coverage/**
sonar.javascript.lcov.reportPaths=coverage/lcov.info
sonar.verbose = true

0 comments on commit 4a64828

Please sign in to comment.