Skip to content

Commit

Permalink
Merge pull request #90 from intuit/develop
Browse files Browse the repository at this point in the history
Release 3.0.1
  • Loading branch information
abisalehalliprasan authored May 13, 2020
2 parents e38c095 + 0240ede commit c959ed5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intuit-oauth",
"version": "3.0.0",
"version": "3.0.1",
"description": "Intuit Node.js client for OAuth2.0 and OpenIDConnect",
"main": "./src/OAuthClient.js",
"scripts": {
Expand Down Expand Up @@ -39,7 +39,7 @@
],
"check-coverage": true,
"lines": 95,
"statements": 85,
"statements": 95,
"functions": 90,
"branches": 85,
"reporter": [
Expand Down Expand Up @@ -73,8 +73,7 @@
"popsicle": "10.0.1",
"query-string": "^6.12.1",
"rsa-pem-from-mod-exp": "^0.8.4",
"winston": "^3.1.0",
"snyk": "^1.316.1"
"winston": "^3.1.0"
},
"devDependencies": {
"btoa": "^1.2.1",
Expand All @@ -88,7 +87,8 @@
"nock": "^9.2.3",
"nyc": "^15.0.1",
"prettier": "^2.0.5",
"sinon": "^9.0.2"
"sinon": "^9.0.2",
"snyk": "^1.316.1"
},
"snyk": true
}
10 changes: 6 additions & 4 deletions sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@
"homepage": "https://github.intuit.com/abisalehalliprasan/oauth-jsclient",
"dependencies": {
"body-parser": "latest",
"dotenv": "^5.0.1",
"ejs": "^2.5.2",
"express": "^4.14.0",
"express-session": "^1.14.2",
"path": "^0.12.7",
"ejs": "^2.5.2",
"dotenv": "^5.0.1",
"intuit-oauth": "^3.0.1",
"ngrok": "^3.2.5",
"intuit-oauth": "^3.0.0",
"path": "^0.12.7"
},
"devDependencies": {
"snyk": "^1.316.1"
},
"snyk": true
Expand Down

0 comments on commit c959ed5

Please sign in to comment.