@treeseed/sdk 0.13.0-rc.110 → 0.13.0-rc.111

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.
@@ -1 +1 @@
1
- {"completedAt":"2026-09-10T15:27:03.485Z"}
1
+ {"completedAt":"2026-09-10T19:06:46.811Z"}
@@ -4,7 +4,8 @@ function identityLoginCommand(value) {
4
4
  ...value.options ?? [],
5
5
  { name: "--timeout", description: "Maximum seconds to wait for identity authorization.", type: "number" },
6
6
  { name: "--device", description: "Use headless device authorization instead of local browser PKCE.", type: "boolean" },
7
- { name: "--issuer", description: "Choose an authorization server advertised by the selected API.", type: "string" }
7
+ { name: "--issuer", description: "Choose an authorization server advertised by the selected API.", type: "string" },
8
+ { name: "--scope", description: "Comma-separated additional API scopes to request explicitly, such as treeseed:admin. Does not grant application permissions.", type: "string" }
8
9
  ] };
9
10
  }
10
11
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@treeseed/sdk",
3
- "version": "0.13.0-rc.110",
3
+ "version": "0.13.0-rc.111",
4
4
  "description": "Portable TreeSeed contracts, standards, and typed remote control-plane clients.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {