@oauth2-cli/qui-cli-plugin 0.1.0 → 0.1.1

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 CHANGED
@@ -2,9 +2,14 @@
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-06)
5
+ ## [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)
6
+
7
+ ### Features
6
8
 
9
+ - **oauth2-cli:** attempt to reuse refresh_token if none returned ([8210698](https://github.com/battis/oauth2-cli/commit/82106982e508c1f5f54a16590594daa47f80d57d))
10
+
11
+ ## 0.1.0 (2025-03-06)
7
12
 
8
13
  ### Features
9
14
 
10
- * **qui-cli-plugin:** Simple qui-cli plugin wrapper for oauth2-cli ([90831ff](https://github.com/battis/oauth2-cli/commit/90831ff603274de103be1d8e167473a41bf99904))
15
+ - **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
- [![npm version](https://badge.fury.io/js/@oauth2-cli%2Fqui-cli-plugin.svg)](https://badge.fury.io/js/@oauth2-cli%qui-cli-plugin)
5
+ [![npm version](https://badge.fury.io/js/@oauth2-cli%2Fqui-cli-plugin.svg)](https://badge.fury.io/js/@oauth2-cli%2Fqui-cli-plugin)
6
6
  [![Module type: ESM](https://img.shields.io/badge/module%20type-esm-brightgreen)](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][../../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.1.0",
3
+ "version": "0.1.1",
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.1.4"
20
+ "oauth2-cli": "0.1.5"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@battis/descriptive-types": "^0.1.0",