@oauth2-cli/qui-cli 0.4.0 → 0.4.2

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,6 +2,15 @@
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.4.2](https://github.com/battis/oauth2-cli/compare/qui-cli-plugin/0.4.1...qui-cli-plugin/0.4.2) (2026-01-04)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * typo in fetchJSON name ([a19ba97](https://github.com/battis/oauth2-cli/commit/a19ba9700e32a69f7714a428b3c5c60739a11c16))
11
+
12
+ ## [0.4.1](https://github.com/battis/oauth2-cli/compare/qui-cli-plugin/0.4.0...qui-cli-plugin/0.4.1) (2026-01-04)
13
+
5
14
  ## [0.4.0](https://github.com/battis/oauth2-cli/compare/qui-cli-plugin/0.3.4...qui-cli-plugin/0.4.0) (2026-01-04)
6
15
 
7
16
 
package/README.md CHANGED
@@ -1,14 +1,14 @@
1
- # @oauth2-cli/qui-cli-plugin
1
+ # @oauth2-cli/qui-cli
2
2
 
3
- @battis/qui-cli.plugin wrapper for oauth2-cli
3
+ @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%2Fqui-cli-plugin)
5
+ [![npm version](https://badge.fury.io/js/@oauth2-cli%2Fqui-cli.svg)](https://badge.fury.io/js/@oauth2-cli%2Fqui-cli)
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
9
9
 
10
10
  ```sh
11
- npm install @qui-cli/core @oauth2-cli/qui-cli-plugin
11
+ npm install @qui-cli/core @oauth2-cli/qui-cli
12
12
  ```
13
13
 
14
14
  ## Usage
package/dist/OAuth2.d.ts CHANGED
@@ -59,5 +59,5 @@ export declare class OAuth2 {
59
59
  request: (...args: Parameters<OAuth2CLI.Client["request"]>) => Promise<Response>;
60
60
  fetch: (...args: Parameters<OAuth2CLI.Client["fetch"]>) => Promise<Response>;
61
61
  requestJSON: <T extends JSONValue>(...args: Parameters<OAuth2CLI.Client["requestJSON"]>) => Promise<T>;
62
- fetchJson: <T extends JSONValue>(...args: Parameters<OAuth2CLI.Client["fetchJSON"]>) => Promise<T>;
62
+ fetchJSON: <T extends JSONValue>(...args: Parameters<OAuth2CLI.Client["fetchJSON"]>) => Promise<T>;
63
63
  }
package/dist/OAuth2.js CHANGED
@@ -173,5 +173,5 @@ export class OAuth2 {
173
173
  request = (...args) => this.getClient().request(...args);
174
174
  fetch = (...args) => this.getClient().fetch(...args);
175
175
  requestJSON = (...args) => this.getClient().requestJSON(...args);
176
- fetchJson = (...args) => this.getClient().fetchJSON(...args);
176
+ fetchJSON = (...args) => this.getClient().fetchJSON(...args);
177
177
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@oauth2-cli/qui-cli",
3
- "version": "0.4.0",
4
- "description": "@battis/qui-cli.plugin wrapper for oauth2-cli",
3
+ "version": "0.4.2",
4
+ "description": "@qui-cli/plugin wrapper for oauth2-cli",
5
5
  "homepage": "https://github.com/battis/oauth2-cli/tree/main/packages/qui-cli#readme",
6
6
  "repository": {
7
7
  "type": "git",