fetch-mw-oauth2
Advanced tools
Comparing version
Changelog | ||
========= | ||
0.3.5 (2019-09-05) | ||
------------------ | ||
* Include typescript sourcefiles in NPM package, for IDE's. | ||
0.3.4 (2019-03-19) | ||
@@ -5,0 +11,0 @@ ------------------ |
{ | ||
"name": "fetch-mw-oauth2", | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"description": "Fetch middleware to add OAuth2 support", | ||
@@ -24,9 +24,9 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@types/node": "^11.11.3", | ||
"@types/node": "^12.7.4", | ||
"awesome-typescript-loader": "^5.2.1", | ||
"node-fetch": "^2.3.0", | ||
"tslint": "^5.14.0", | ||
"typescript": "^3.3.3333", | ||
"webpack": "^4.29.6", | ||
"webpack-cli": "^3.2.3" | ||
"node-fetch": "^2.6.0", | ||
"tslint": "^5.19.0", | ||
"typescript": "^3.6.2", | ||
"webpack": "^4.39.3", | ||
"webpack-cli": "^3.3.7" | ||
}, | ||
@@ -36,2 +36,3 @@ "dependencies": {}, | ||
"dist/", | ||
"src/", | ||
"browser/", | ||
@@ -38,0 +39,0 @@ "LICENSE", |
52649
19.84%36
24.14%657
76.14%