@autohq/cli 0.1.473 → 0.1.474

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.
@@ -30866,7 +30866,7 @@ Object.assign(lookup, {
30866
30866
  // package.json
30867
30867
  var package_default = {
30868
30868
  name: "@autohq/cli",
30869
- version: "0.1.473",
30869
+ version: "0.1.474",
30870
30870
  license: "SEE LICENSE IN README.md",
30871
30871
  publishConfig: {
30872
30872
  access: "public"
package/dist/index.js CHANGED
@@ -22338,6 +22338,13 @@ var init_setup = __esm({
22338
22338
  }
22339
22339
  });
22340
22340
 
22341
+ // ../../packages/schemas/src/requester-accounting.ts
22342
+ var init_requester_accounting = __esm({
22343
+ "../../packages/schemas/src/requester-accounting.ts"() {
22344
+ "use strict";
22345
+ }
22346
+ });
22347
+
22341
22348
  // ../../packages/schemas/src/runtime-log.ts
22342
22349
  function parseRuntimeLogLevel(value) {
22343
22350
  const parsed = RuntimeLogLevelSchema.safeParse(value?.trim());
@@ -53808,6 +53815,7 @@ var init_src = __esm({
53808
53815
  init_pool_replace();
53809
53816
  init_requester();
53810
53817
  init_requester_spend();
53818
+ init_requester_accounting();
53811
53819
  init_runtime_log();
53812
53820
  init_runtime_log_tailer();
53813
53821
  init_runtime_restart_diagnostics();
@@ -56581,7 +56589,7 @@ var init_package = __esm({
56581
56589
  "package.json"() {
56582
56590
  package_default = {
56583
56591
  name: "@autohq/cli",
56584
- version: "0.1.473",
56592
+ version: "0.1.474",
56585
56593
  license: "SEE LICENSE IN README.md",
56586
56594
  publishConfig: {
56587
56595
  access: "public"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autohq/cli",
3
- "version": "0.1.473",
3
+ "version": "0.1.474",
4
4
  "license": "SEE LICENSE IN README.md",
5
5
  "publishConfig": {
6
6
  "access": "public"