@autohq/cli 0.1.106 → 0.1.107
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
|
@@ -20843,7 +20843,8 @@ var SecretAesGcmAuthTagSchema = external_exports.string().trim().regex(/^[A-Za-z
|
|
|
20843
20843
|
var SecretEnvValueSchema = external_exports.union([
|
|
20844
20844
|
external_exports.string(),
|
|
20845
20845
|
external_exports.object({
|
|
20846
|
-
$secret: ResourceNameSchema
|
|
20846
|
+
$secret: ResourceNameSchema,
|
|
20847
|
+
optional: external_exports.boolean().optional()
|
|
20847
20848
|
})
|
|
20848
20849
|
]);
|
|
20849
20850
|
var SecretEnvSchema = external_exports.record(
|
|
@@ -26205,7 +26206,7 @@ Object.assign(lookup, {
|
|
|
26205
26206
|
// package.json
|
|
26206
26207
|
var package_default = {
|
|
26207
26208
|
name: "@autohq/cli",
|
|
26208
|
-
version: "0.1.
|
|
26209
|
+
version: "0.1.107",
|
|
26209
26210
|
license: "SEE LICENSE IN README.md",
|
|
26210
26211
|
publishConfig: {
|
|
26211
26212
|
access: "public"
|
package/dist/index.js
CHANGED
|
@@ -16531,7 +16531,8 @@ var init_secrets = __esm({
|
|
|
16531
16531
|
SecretEnvValueSchema = external_exports.union([
|
|
16532
16532
|
external_exports.string(),
|
|
16533
16533
|
external_exports.object({
|
|
16534
|
-
$secret: ResourceNameSchema
|
|
16534
|
+
$secret: ResourceNameSchema,
|
|
16535
|
+
optional: external_exports.boolean().optional()
|
|
16535
16536
|
})
|
|
16536
16537
|
]);
|
|
16537
16538
|
SecretEnvSchema = external_exports.record(
|
|
@@ -18511,7 +18512,7 @@ var init_package = __esm({
|
|
|
18511
18512
|
"package.json"() {
|
|
18512
18513
|
package_default = {
|
|
18513
18514
|
name: "@autohq/cli",
|
|
18514
|
-
version: "0.1.
|
|
18515
|
+
version: "0.1.107",
|
|
18515
18516
|
license: "SEE LICENSE IN README.md",
|
|
18516
18517
|
publishConfig: {
|
|
18517
18518
|
access: "public"
|