@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/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.391",
34304
+ version: "0.1.392",
34303
34305
  license: "SEE LICENSE IN README.md",
34304
34306
  publishConfig: {
34305
34307
  access: "public"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autohq/cli",
3
- "version": "0.1.391",
3
+ "version": "0.1.392",
4
4
  "license": "SEE LICENSE IN README.md",
5
5
  "publishConfig": {
6
6
  "access": "public"