@autohq/cli 0.1.223 → 0.1.224

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.
@@ -23319,7 +23319,7 @@ Object.assign(lookup, {
23319
23319
  // package.json
23320
23320
  var package_default = {
23321
23321
  name: "@autohq/cli",
23322
- version: "0.1.223",
23322
+ version: "0.1.224",
23323
23323
  license: "SEE LICENSE IN README.md",
23324
23324
  publishConfig: {
23325
23325
  access: "public"
@@ -23846,6 +23846,7 @@ var AuthScopeSchema = external_exports.enum([
23846
23846
  "secret-values:read",
23847
23847
  "github:mcp",
23848
23848
  "github:credentials",
23849
+ "mcp:connection",
23849
23850
  "projects:admin",
23850
23851
  "org:admin"
23851
23852
  ]);
package/dist/index.js CHANGED
@@ -15260,6 +15260,7 @@ var init_auth = __esm({
15260
15260
  "secret-values:read",
15261
15261
  "github:mcp",
15262
15262
  "github:credentials",
15263
+ "mcp:connection",
15263
15264
  "projects:admin",
15264
15265
  "org:admin"
15265
15266
  ]);
@@ -21996,7 +21997,7 @@ var init_package = __esm({
21996
21997
  "package.json"() {
21997
21998
  package_default = {
21998
21999
  name: "@autohq/cli",
21999
- version: "0.1.223",
22000
+ version: "0.1.224",
22000
22001
  license: "SEE LICENSE IN README.md",
22001
22002
  publishConfig: {
22002
22003
  access: "public"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autohq/cli",
3
- "version": "0.1.223",
3
+ "version": "0.1.224",
4
4
  "license": "SEE LICENSE IN README.md",
5
5
  "publishConfig": {
6
6
  "access": "public"