oauth2-cli 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 +6 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oauth2-cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Acquire API access tokens via OAuth 2.0 within CLI tools",
|
|
5
5
|
"homepage": "https://github.com/battis/oauth-cli/tree/main/packages/oauth2-cli#readme",
|
|
6
6
|
"repository": {
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"async-mutex": "^0.5.0",
|
|
20
20
|
"express": "^4.21.1",
|
|
21
|
+
"open": "^10.1.0",
|
|
21
22
|
"openid-client": "^6.1.3",
|
|
22
23
|
"@battis/oauth2-configure": "0.1.0"
|
|
23
24
|
},
|
|
@@ -27,7 +28,6 @@
|
|
|
27
28
|
"@types/express": "^5.0.0",
|
|
28
29
|
"del-cli": "^6.0.0",
|
|
29
30
|
"npm-run-all": "^4.1.5",
|
|
30
|
-
"open": "^10.1.0",
|
|
31
31
|
"typescript": "^5.6.3"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|