@oauth2-cli/qui-cli 1.2.0 → 1.2.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 +11 -12
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,42 +2,41 @@
|
|
|
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
|
-
## [1.2.
|
|
5
|
+
## [1.2.1](https://github.com/battis/oauth2-cli/compare/qui-cli-plugin/1.2.0...qui-cli-plugin/1.2.1) (2026-03-06)
|
|
6
|
+
|
|
7
|
+
Bump to requestish@01.1.6
|
|
6
8
|
|
|
9
|
+
## [1.2.0](https://github.com/battis/oauth2-cli/compare/qui-cli-plugin/1.1.3...qui-cli-plugin/1.2.0) (2026-03-05)
|
|
7
10
|
|
|
8
11
|
### Features
|
|
9
12
|
|
|
10
|
-
|
|
11
|
-
|
|
13
|
+
- added prepareRequest hook ([3deaaaa](https://github.com/battis/oauth2-cli/commit/3deaaaa1ec8939b507953f436f0cd500f01736e8))
|
|
14
|
+
- make URLSearchParams even more 'ish', accepting all JSON primitives ([b1c2a25](https://github.com/battis/oauth2-cli/commit/b1c2a25c29267c070070f7cd304bb31f854485e4))
|
|
12
15
|
|
|
13
16
|
## [1.1.3](https://github.com/battis/oauth2-cli/compare/qui-cli-plugin/1.1.2...qui-cli-plugin/1.1.3) (2026-03-04)
|
|
14
17
|
|
|
15
|
-
|
|
16
18
|
### Bug Fixes
|
|
17
19
|
|
|
18
|
-
|
|
20
|
+
- allow requestish.Body.ish request bodies as intended ([f12a2ce](https://github.com/battis/oauth2-cli/commit/f12a2ceb1c517f6fd90b33c8c71da7f987af640d))
|
|
19
21
|
|
|
20
22
|
## [1.1.2](https://github.com/battis/oauth2-cli/compare/qui-cli-plugin/1.1.1...qui-cli-plugin/1.1.2) (2026-03-04)
|
|
21
23
|
|
|
22
|
-
|
|
23
24
|
### Bug Fixes
|
|
24
25
|
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
- improve JSOn debugging output ([a197307](https://github.com/battis/oauth2-cli/commit/a19730721ac53666a2c4e4e4982abf85353386e3))
|
|
27
|
+
- improved response debugging output ([2c63583](https://github.com/battis/oauth2-cli/commit/2c635834e2e2a21c519b3d3bcec8ac26b1d70bbf))
|
|
27
28
|
|
|
28
29
|
## [1.1.1](https://github.com/battis/oauth2-cli/compare/qui-cli-plugin/1.1.0...qui-cli-plugin/1.1.1) (2026-03-04)
|
|
29
30
|
|
|
30
|
-
|
|
31
31
|
### Bug Fixes
|
|
32
32
|
|
|
33
|
-
|
|
33
|
+
- extend Client without breaking Client ([1115a71](https://github.com/battis/oauth2-cli/commit/1115a714228294b7fd2057706504645a48f94cb8))
|
|
34
34
|
|
|
35
35
|
## [1.1.0](https://github.com/battis/oauth2-cli/compare/qui-cli-plugin/1.0.3...qui-cli-plugin/1.1.0) (2026-03-04)
|
|
36
36
|
|
|
37
|
-
|
|
38
37
|
### Features
|
|
39
38
|
|
|
40
|
-
|
|
39
|
+
- improve logging of request information ([f138d2e](https://github.com/battis/oauth2-cli/commit/f138d2ed048c87480ffb9d272024ce90943beca2))
|
|
41
40
|
|
|
42
41
|
## [1.0.3](https://github.com/battis/oauth2-cli/compare/qui-cli-plugin/1.0.2...qui-cli-plugin/1.0.3) (2026-03-03)
|
|
43
42
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oauth2-cli/qui-cli",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.1",
|
|
4
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": {
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"types": "./dist/index.d.ts",
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@qui-cli/colors": "^3.2.3",
|
|
20
|
-
"oauth2-cli": "1.1.
|
|
21
|
-
"requestish": "0.1.
|
|
20
|
+
"oauth2-cli": "1.1.1",
|
|
21
|
+
"requestish": "0.1.6"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@battis/descriptive-types": "^0.2.6",
|