@autohq/cli 0.1.434 → 0.1.435
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
|
@@ -30825,7 +30825,7 @@ Object.assign(lookup, {
|
|
|
30825
30825
|
// package.json
|
|
30826
30826
|
var package_default = {
|
|
30827
30827
|
name: "@autohq/cli",
|
|
30828
|
-
version: "0.1.
|
|
30828
|
+
version: "0.1.435",
|
|
30829
30829
|
license: "SEE LICENSE IN README.md",
|
|
30830
30830
|
publishConfig: {
|
|
30831
30831
|
access: "public"
|
|
@@ -36751,7 +36751,8 @@ var ProjectApplyResponseSchema = external_exports.object({
|
|
|
36751
36751
|
path: true
|
|
36752
36752
|
}).optional(),
|
|
36753
36753
|
diff: external_exports.array(ProjectApplyPlanDiffSchema).optional(),
|
|
36754
|
-
diffOmitted: external_exports.number().int().positive().optional()
|
|
36754
|
+
diffOmitted: external_exports.number().int().positive().optional(),
|
|
36755
|
+
avatarSha256: external_exports.string().regex(SHA256_HEX_PATTERN).optional()
|
|
36755
36756
|
})
|
|
36756
36757
|
).default([]),
|
|
36757
36758
|
pruned: external_exports.array(ProjectApplyResponsePrunedSchema).default([])
|
package/dist/index.js
CHANGED
|
@@ -21106,7 +21106,8 @@ var init_project_resources = __esm({
|
|
|
21106
21106
|
path: true
|
|
21107
21107
|
}).optional(),
|
|
21108
21108
|
diff: external_exports.array(ProjectApplyPlanDiffSchema).optional(),
|
|
21109
|
-
diffOmitted: external_exports.number().int().positive().optional()
|
|
21109
|
+
diffOmitted: external_exports.number().int().positive().optional(),
|
|
21110
|
+
avatarSha256: external_exports.string().regex(SHA256_HEX_PATTERN).optional()
|
|
21110
21111
|
})
|
|
21111
21112
|
).default([]),
|
|
21112
21113
|
pruned: external_exports.array(ProjectApplyResponsePrunedSchema).default([])
|
|
@@ -47295,7 +47296,7 @@ var init_package = __esm({
|
|
|
47295
47296
|
"package.json"() {
|
|
47296
47297
|
package_default = {
|
|
47297
47298
|
name: "@autohq/cli",
|
|
47298
|
-
version: "0.1.
|
|
47299
|
+
version: "0.1.435",
|
|
47299
47300
|
license: "SEE LICENSE IN README.md",
|
|
47300
47301
|
publishConfig: {
|
|
47301
47302
|
access: "public"
|