@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.
- package/dist/agent-bridge.js +3 -2
- package/dist/index.js +3 -2
- package/package.json +1 -1
package/dist/agent-bridge.js
CHANGED
|
@@ -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.
|
|
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
|
|
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
|
|
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.
|
|
91162
|
+
version: "0.1.602",
|
|
91162
91163
|
license: "SEE LICENSE IN README.md",
|
|
91163
91164
|
publishConfig: {
|
|
91164
91165
|
access: "public"
|