Skip to content

Commit e196185

Browse files
committed
Release v1.13.2
Origin-SHA: bf954ecb279eff041528bc80045171fd6507289b
1 parent e11500b commit e196185

4 files changed

Lines changed: 17 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @opensea/cli
22

3+
## 1.13.2
4+
5+
### Patch Changes
6+
7+
- a410930: Request Zitadel's role-specific scopes so OAuth tokens are limited to the OpenSea scopes the client asked for.
8+
- Updated dependencies [a410930]
9+
- @opensea/sdk@11.4.6
10+
311
## 1.13.1
412

513
### Patch Changes

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opensea/cli",
3-
"version": "1.13.1",
3+
"version": "1.13.2",
44
"type": "module",
55
"description": "OpenSea CLI - Query the OpenSea API from the command line or programmatically",
66
"main": "dist/index.js",
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@opensea/api-types": "^0.8.0",
27-
"@opensea/sdk": "^11.4.5",
27+
"@opensea/sdk": "^11.4.7",
2828
"@opensea/wallet-adapters": "^0.3.3",
2929
"commander": "^14.0.3",
3030
"zod": "^4.3.6"

src/commands/login.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export function loginCommand(
4949
)
5050
.option(
5151
"--scopes <scopes>",
52-
"Comma-separated scopes to request (e.g. read:eligibility,write:orders). Requested scopes are advisory: the scopes actually granted are determined server-side by the account's project grants",
52+
"Comma-separated OpenSea scopes to grant (e.g. read:eligibility,write:orders)",
5353
)
5454
.option(
5555
"--client-id <id>",

0 commit comments

Comments
 (0)