@autohq/cli 0.1.354 → 0.1.355

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.
@@ -23492,7 +23492,7 @@ Object.assign(lookup, {
23492
23492
  // package.json
23493
23493
  var package_default = {
23494
23494
  name: "@autohq/cli",
23495
- version: "0.1.354",
23495
+ version: "0.1.355",
23496
23496
  license: "SEE LICENSE IN README.md",
23497
23497
  publishConfig: {
23498
23498
  access: "public"
@@ -25612,6 +25612,7 @@ var GITHUB_CONNECTION_EVENTS = [
25612
25612
  "push",
25613
25613
  "pull_request",
25614
25614
  "check_run",
25615
+ "issues",
25615
25616
  "issue_comment",
25616
25617
  "pull_request_review",
25617
25618
  "pull_request_review_comment",
package/dist/index.js CHANGED
@@ -17007,6 +17007,7 @@ var init_connections = __esm({
17007
17007
  "push",
17008
17008
  "pull_request",
17009
17009
  "check_run",
17010
+ "issues",
17010
17011
  "issue_comment",
17011
17012
  "pull_request_review",
17012
17013
  "pull_request_review_comment",
@@ -31048,7 +31049,7 @@ var init_package = __esm({
31048
31049
  "package.json"() {
31049
31050
  package_default = {
31050
31051
  name: "@autohq/cli",
31051
- version: "0.1.354",
31052
+ version: "0.1.355",
31052
31053
  license: "SEE LICENSE IN README.md",
31053
31054
  publishConfig: {
31054
31055
  access: "public"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autohq/cli",
3
- "version": "0.1.354",
3
+ "version": "0.1.355",
4
4
  "license": "SEE LICENSE IN README.md",
5
5
  "publishConfig": {
6
6
  "access": "public"