@oauth2-cli/qui-cli-plugin 0.1.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +17 -2
- package/README.md +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,9 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
-
## 0.1.0 (2025-03-
|
|
5
|
+
## [0.2.0](https://github.com/battis/oauth2-cli/compare/qui-cli-plugin/0.1.1...qui-cli-plugin/0.2.0) (2025-03-09)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
- **oauth2-cli:** detect and warn about reused localhost ports ([3431d84](https://github.com/battis/oauth2-cli/commit/3431d84d47251dd9fba47b23bbfd3dcf653fc7d3))
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
- **oauth2-configure:** remove redundant caching ([7294e6a](https://github.com/battis/oauth2-cli/commit/7294e6a7aec373f72abc7c9e7c2ce4c659e3cba5))
|
|
6
14
|
|
|
15
|
+
## [0.1.1](https://github.com/battis/oauth2-cli/compare/qui-cli-plugin/0.1.0...qui-cli-plugin/0.1.1) (2025-03-07)
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
- **oauth2-cli:** attempt to reuse refresh_token if none returned ([8210698](https://github.com/battis/oauth2-cli/commit/82106982e508c1f5f54a16590594daa47f80d57d))
|
|
20
|
+
|
|
21
|
+
## 0.1.0 (2025-03-06)
|
|
7
22
|
|
|
8
23
|
### Features
|
|
9
24
|
|
|
10
|
-
|
|
25
|
+
- **qui-cli-plugin:** Simple qui-cli plugin wrapper for oauth2-cli ([90831ff](https://github.com/battis/oauth2-cli/commit/90831ff603274de103be1d8e167473a41bf99904))
|
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
@battis/qui-cli.plugin wrapper for oauth2-cli
|
|
4
4
|
|
|
5
|
-
[](https://badge.fury.io/js/@oauth2-cli%
|
|
5
|
+
[](https://badge.fury.io/js/@oauth2-cli%2Fqui-cli-plugin)
|
|
6
6
|
[](https://nodejs.org/api/esm.html)
|
|
7
7
|
|
|
8
8
|
## Install
|
|
@@ -15,4 +15,4 @@ npm install @battis/qui-cli @oauth2-cli/qui-cli-plugin
|
|
|
15
15
|
|
|
16
16
|
See [@battis/qui-cli](https://www.npmjs.com/package/@battis/qui-cli) for more information about quickly building CLI apps.
|
|
17
17
|
|
|
18
|
-
See [examples/qui-cli-plugin]
|
|
18
|
+
See [examples/qui-cli-plugin](../../examples/qui-cli-plugin).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oauth2-cli/qui-cli-plugin",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "@battis/qui-cli.plugin wrapper for oauth2-cli",
|
|
5
5
|
"homepage": "https://github.com/battis/oauth2-cli/tree/main/packages/qui-cli-plugin#readme",
|
|
6
6
|
"repository": {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"types": "./dist/index.d.ts",
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"openid-client": "^6.3.3",
|
|
20
|
-
"oauth2-cli": "0.
|
|
20
|
+
"oauth2-cli": "0.2.0"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@battis/descriptive-types": "^0.1.0",
|