@autohq/cli 0.1.601 → 0.1.602

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.
@@ -37751,7 +37751,7 @@ Object.assign(lookup, {
37751
37751
  // package.json
37752
37752
  var package_default = {
37753
37753
  name: "@autohq/cli",
37754
- version: "0.1.601",
37754
+ version: "0.1.602",
37755
37755
  license: "SEE LICENSE IN README.md",
37756
37756
  publishConfig: {
37757
37757
  access: "public"
@@ -47016,7 +47016,8 @@ var SetupOnboardingPullRequestCreateResponseSchema = external_exports.discrimina
47016
47016
  var SetupOnboardingPullRequestStatusRequestSchema = external_exports.object({
47017
47017
  githubConnection: external_exports.string().trim().min(1).optional(),
47018
47018
  repo: GithubSyncRepositoryFullNameSchema,
47019
- // Absent in sync mode: there is no bootstrap PR, so readiness is apply-only.
47019
+ // Absent in sync mode: there is no bootstrap PR, so the deployment and
47020
+ // handoff gates do not also wait for a merge.
47020
47021
  pullRequestNumber: external_exports.coerce.number().int().positive().optional(),
47021
47022
  // Bootstrap PR head used to inspect the GitHub Sync apply check after merge.
47022
47023
  pullRequestHeadSha: external_exports.string().trim().min(1).optional(),
package/dist/index.js CHANGED
@@ -24334,7 +24334,8 @@ var init_setup = __esm({
24334
24334
  SetupOnboardingPullRequestStatusRequestSchema = external_exports.object({
24335
24335
  githubConnection: external_exports.string().trim().min(1).optional(),
24336
24336
  repo: GithubSyncRepositoryFullNameSchema,
24337
- // Absent in sync mode: there is no bootstrap PR, so readiness is apply-only.
24337
+ // Absent in sync mode: there is no bootstrap PR, so the deployment and
24338
+ // handoff gates do not also wait for a merge.
24338
24339
  pullRequestNumber: external_exports.coerce.number().int().positive().optional(),
24339
24340
  // Bootstrap PR head used to inspect the GitHub Sync apply check after merge.
24340
24341
  pullRequestHeadSha: external_exports.string().trim().min(1).optional(),
@@ -91158,7 +91159,7 @@ var init_package = __esm({
91158
91159
  "package.json"() {
91159
91160
  package_default = {
91160
91161
  name: "@autohq/cli",
91161
- version: "0.1.601",
91162
+ version: "0.1.602",
91162
91163
  license: "SEE LICENSE IN README.md",
91163
91164
  publishConfig: {
91164
91165
  access: "public"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autohq/cli",
3
- "version": "0.1.601",
3
+ "version": "0.1.602",
4
4
  "license": "SEE LICENSE IN README.md",
5
5
  "publishConfig": {
6
6
  "access": "public"