Comparing version 5.0.2 to 6.0.0
@@ -0,1 +1,12 @@ | ||
## [6.0.0](https://github.com/rvagg/ghauth/compare/v5.0.2...v6.0.0) (2023-12-08) | ||
### ⚠ BREAKING CHANGES | ||
* Node.js 18+ is required | ||
### Bug Fixes | ||
* replace `node-fetch` with built-in `fetch` ([#31](https://github.com/rvagg/ghauth/issues/31)) ([a39c686](https://github.com/rvagg/ghauth/commit/a39c686a2c95d81f7f7b54c9d226f3916922af88)) | ||
## [5.0.2](https://github.com/rvagg/ghauth/compare/v5.0.1...v5.0.2) (2023-12-08) | ||
@@ -2,0 +13,0 @@ |
@@ -5,3 +5,2 @@ 'use strict' | ||
const read = promisify(require('read')) | ||
const fetch = require('node-fetch') | ||
const appCfg = require('application-config') | ||
@@ -8,0 +7,0 @@ const querystring = require('querystring') |
{ | ||
"name": "ghauth", | ||
"version": "5.0.2", | ||
"version": "6.0.0", | ||
"description": "Create and load persistent GitHub authentication tokens for command-line apps", | ||
@@ -29,3 +29,2 @@ "main": "ghauth.js", | ||
"application-config": "^2.0.0", | ||
"node-fetch": "^2.6.0", | ||
"ora": "^4.0.5", | ||
@@ -32,0 +31,0 @@ "read": "^1.0.7" |
30364
3
353
- Removednode-fetch@^2.6.0
- Removednode-fetch@2.7.0(transitive)
- Removedtr46@0.0.3(transitive)
- Removedwebidl-conversions@3.0.1(transitive)
- Removedwhatwg-url@5.0.0(transitive)