@autohq/cli 0.1.391 → 0.1.392
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 +7331 -1
- package/dist/index.js +3 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -31320,9 +31320,11 @@ var init_subscription = __esm({
|
|
|
31320
31320
|
});
|
|
31321
31321
|
|
|
31322
31322
|
// ../../packages/schemas/src/templates/catalog.ts
|
|
31323
|
+
import { parse as parseYaml } from "yaml";
|
|
31323
31324
|
var init_catalog = __esm({
|
|
31324
31325
|
"../../packages/schemas/src/templates/catalog.ts"() {
|
|
31325
31326
|
"use strict";
|
|
31327
|
+
init_hardcoded();
|
|
31326
31328
|
}
|
|
31327
31329
|
});
|
|
31328
31330
|
|
|
@@ -34299,7 +34301,7 @@ var init_package = __esm({
|
|
|
34299
34301
|
"package.json"() {
|
|
34300
34302
|
package_default = {
|
|
34301
34303
|
name: "@autohq/cli",
|
|
34302
|
-
version: "0.1.
|
|
34304
|
+
version: "0.1.392",
|
|
34303
34305
|
license: "SEE LICENSE IN README.md",
|
|
34304
34306
|
publishConfig: {
|
|
34305
34307
|
access: "public"
|