Skip to content

Commit c959ed5

Browse files
Merge pull request #90 from intuit/develop
Release 3.0.1
2 parents e38c095 + 0240ede commit c959ed5

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "intuit-oauth",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Intuit Node.js client for OAuth2.0 and OpenIDConnect",
55
"main": "./src/OAuthClient.js",
66
"scripts": {
@@ -39,7 +39,7 @@
3939
],
4040
"check-coverage": true,
4141
"lines": 95,
42-
"statements": 85,
42+
"statements": 95,
4343
"functions": 90,
4444
"branches": 85,
4545
"reporter": [
@@ -73,8 +73,7 @@
7373
"popsicle": "10.0.1",
7474
"query-string": "^6.12.1",
7575
"rsa-pem-from-mod-exp": "^0.8.4",
76-
"winston": "^3.1.0",
77-
"snyk": "^1.316.1"
76+
"winston": "^3.1.0"
7877
},
7978
"devDependencies": {
8079
"btoa": "^1.2.1",
@@ -88,7 +87,8 @@
8887
"nock": "^9.2.3",
8988
"nyc": "^15.0.1",
9089
"prettier": "^2.0.5",
91-
"sinon": "^9.0.2"
90+
"sinon": "^9.0.2",
91+
"snyk": "^1.316.1"
9292
},
9393
"snyk": true
9494
}

sample/package.json

+6-4
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,15 @@
1313
"homepage": "https://github.intuit.com/abisalehalliprasan/oauth-jsclient",
1414
"dependencies": {
1515
"body-parser": "latest",
16+
"dotenv": "^5.0.1",
17+
"ejs": "^2.5.2",
1618
"express": "^4.14.0",
1719
"express-session": "^1.14.2",
18-
"path": "^0.12.7",
19-
"ejs": "^2.5.2",
20-
"dotenv": "^5.0.1",
20+
"intuit-oauth": "^3.0.1",
2121
"ngrok": "^3.2.5",
22-
"intuit-oauth": "^3.0.0",
22+
"path": "^0.12.7"
23+
},
24+
"devDependencies": {
2325
"snyk": "^1.316.1"
2426
},
2527
"snyk": true

0 commit comments

Comments
 (0)