@liquidmetal-ai/raindrop 0.9.6 → 0.9.7

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.
Files changed (90) hide show
  1. package/README.md +69 -69
  2. package/bundle/chunk-2HWWLWLM.js +74 -0
  3. package/bundle/chunk-6AU7I5YZ.js +44 -0
  4. package/bundle/chunk-6VCATADU.js +384 -0
  5. package/bundle/chunk-BC3Z5E5X.js +502 -0
  6. package/bundle/chunk-DSP542FN.js +12148 -0
  7. package/bundle/chunk-FFKINGT5.js +231 -0
  8. package/bundle/chunk-FV4QERYA.js +48 -0
  9. package/bundle/chunk-KYP4ZWG7.js +292 -0
  10. package/bundle/chunk-O75RZNCU.js +4539 -0
  11. package/bundle/chunk-QN2OJEAL.js +238746 -0
  12. package/bundle/chunk-RUORC7A6.js +315 -0
  13. package/bundle/chunk-T7WFDN3I.js +805 -0
  14. package/bundle/chunk-VW5YPIKL.js +4458 -0
  15. package/bundle/chunk-WTTFYUHL.js +133 -0
  16. package/bundle/chunk-XN52RPCA.js +75 -0
  17. package/bundle/chunk-ZEKMKKMJ.js +22452 -0
  18. package/bundle/commands/annotation/get.js +3 -3
  19. package/bundle/commands/annotation/list.js +3 -3
  20. package/bundle/commands/annotation/put.js +3 -3
  21. package/bundle/commands/auth/list.js +2 -2
  22. package/bundle/commands/auth/login.js +3 -3
  23. package/bundle/commands/auth/logout.js +2 -2
  24. package/bundle/commands/auth/select.js +3 -3
  25. package/bundle/commands/bucket/create-credential.js +2 -2
  26. package/bundle/commands/bucket/delete-credential.js +2 -2
  27. package/bundle/commands/bucket/get-credential.js +2 -2
  28. package/bundle/commands/bucket/list-credentials.js +2 -2
  29. package/bundle/commands/build/branch.js +9 -9
  30. package/bundle/commands/build/checkout.js +6 -6
  31. package/bundle/commands/build/clone.js +5 -5
  32. package/bundle/commands/build/delete.js +6 -6
  33. package/bundle/commands/build/deploy.js +9 -9
  34. package/bundle/commands/build/env/get.js +2 -2
  35. package/bundle/commands/build/env/set.js +2 -2
  36. package/bundle/commands/build/find.js +4 -4
  37. package/bundle/commands/build/generate.js +3 -3
  38. package/bundle/commands/build/init-workspace.js +3 -3
  39. package/bundle/commands/build/init.js +3 -3
  40. package/bundle/commands/build/list.js +5 -5
  41. package/bundle/commands/build/sandbox.js +7 -7
  42. package/bundle/commands/build/start.js +2 -2
  43. package/bundle/commands/build/status.js +5 -5
  44. package/bundle/commands/build/stop.js +2 -2
  45. package/bundle/commands/build/tools/check.js +2 -2
  46. package/bundle/commands/build/tools/fmt.js +2 -2
  47. package/bundle/commands/build/unsandbox.js +7 -7
  48. package/bundle/commands/build/upload.js +5 -5
  49. package/bundle/commands/build/validate.js +4 -4
  50. package/bundle/commands/build/workos/delete.js +4 -4
  51. package/bundle/commands/build/workos/env/attach.js +3 -3
  52. package/bundle/commands/build/workos/env/create.js +3 -3
  53. package/bundle/commands/build/workos/env/delete.js +3 -3
  54. package/bundle/commands/build/workos/env/detach.js +3 -3
  55. package/bundle/commands/build/workos/env/get.js +3 -3
  56. package/bundle/commands/build/workos/env/list.js +3 -3
  57. package/bundle/commands/build/workos/env/set.js +3 -3
  58. package/bundle/commands/build/workos/invite.js +3 -3
  59. package/bundle/commands/build/workos/setup.js +3 -3
  60. package/bundle/commands/build/workos/status.js +3 -3
  61. package/bundle/commands/dns/create.js +2 -2
  62. package/bundle/commands/dns/delete.js +4 -4
  63. package/bundle/commands/dns/get.js +4 -4
  64. package/bundle/commands/dns/list.js +3 -3
  65. package/bundle/commands/dns/records/create.js +2 -2
  66. package/bundle/commands/dns/records/delete.js +3 -3
  67. package/bundle/commands/dns/records/get.js +2 -2
  68. package/bundle/commands/dns/records/list.js +2 -2
  69. package/bundle/commands/dns/records/update.js +2 -2
  70. package/bundle/commands/logs/query.js +3 -3
  71. package/bundle/commands/logs/tail.js +3 -3
  72. package/bundle/commands/mcp/install-claude.js +2 -2
  73. package/bundle/commands/mcp/install-gemini.js +2 -2
  74. package/bundle/commands/mcp/install-goose.js +2 -2
  75. package/bundle/commands/mcp/status.js +2 -2
  76. package/bundle/commands/object/delete.js +2 -2
  77. package/bundle/commands/object/get.js +2 -2
  78. package/bundle/commands/object/list.js +2 -2
  79. package/bundle/commands/object/put.js +2 -2
  80. package/bundle/commands/query/chunk-search.js +3 -3
  81. package/bundle/commands/query/document.js +3 -3
  82. package/bundle/commands/query/events.js +2 -2
  83. package/bundle/commands/query/reindex.js +2 -2
  84. package/bundle/commands/query/search.js +3 -3
  85. package/bundle/commands/tail.js +2 -2
  86. package/bundle/index.js +1 -1
  87. package/oclif.manifest.json +2807 -2807
  88. package/package.json +4 -4
  89. package/templates/init/RAINDROP.md.hbs +21 -25
  90. package/templates/init/src/_app/cors.ts +4 -5
@@ -1,21 +1,21 @@
1
1
  import {
2
2
  FileSystemBundle,
3
3
  archive
4
- } from "../../chunk-FYMUM7KM.js";
4
+ } from "../../chunk-T7WFDN3I.js";
5
5
  import {
6
6
  buildHandlers
7
- } from "../../chunk-ILG4QJPW.js";
8
- import "../../chunk-SPBJ5BNI.js";
7
+ } from "../../chunk-KYP4ZWG7.js";
8
+ import "../../chunk-VW5YPIKL.js";
9
9
  import {
10
10
  BaseCommand
11
- } from "../../chunk-OHP3SQGY.js";
11
+ } from "../../chunk-O75RZNCU.js";
12
12
  import {
13
13
  BundleArchiveType,
14
14
  __toESM,
15
15
  init_cjs_shims,
16
16
  require_lib,
17
17
  valueOf
18
- } from "../../chunk-YWKX37S2.js";
18
+ } from "../../chunk-QN2OJEAL.js";
19
19
 
20
20
  // src/commands/build/upload.ts
21
21
  init_cjs_shims();
@@ -1,15 +1,15 @@
1
1
  import {
2
2
  buildHandlers
3
- } from "../../chunk-ILG4QJPW.js";
4
- import "../../chunk-SPBJ5BNI.js";
3
+ } from "../../chunk-KYP4ZWG7.js";
4
+ import "../../chunk-VW5YPIKL.js";
5
5
  import {
6
6
  BaseCommand
7
- } from "../../chunk-OHP3SQGY.js";
7
+ } from "../../chunk-O75RZNCU.js";
8
8
  import {
9
9
  __toESM,
10
10
  init_cjs_shims,
11
11
  require_lib
12
- } from "../../chunk-YWKX37S2.js";
12
+ } from "../../chunk-QN2OJEAL.js";
13
13
 
14
14
  // src/commands/build/validate.ts
15
15
  init_cjs_shims();
@@ -1,17 +1,17 @@
1
1
  import {
2
2
  source_default
3
- } from "../../../chunk-AWVSG5HH.js";
3
+ } from "../../../chunk-BC3Z5E5X.js";
4
4
  import {
5
5
  esm_default
6
- } from "../../../chunk-E7J2LWQ5.js";
6
+ } from "../../../chunk-DSP542FN.js";
7
7
  import {
8
8
  BaseCommand
9
- } from "../../../chunk-OHP3SQGY.js";
9
+ } from "../../../chunk-O75RZNCU.js";
10
10
  import {
11
11
  __toESM,
12
12
  init_cjs_shims,
13
13
  require_lib
14
- } from "../../../chunk-YWKX37S2.js";
14
+ } from "../../../chunk-QN2OJEAL.js";
15
15
 
16
16
  // src/commands/build/workos/delete.ts
17
17
  init_cjs_shims();
@@ -1,15 +1,15 @@
1
1
  import {
2
2
  source_default
3
- } from "../../../../chunk-AWVSG5HH.js";
3
+ } from "../../../../chunk-BC3Z5E5X.js";
4
4
  import {
5
5
  BaseCommand
6
- } from "../../../../chunk-OHP3SQGY.js";
6
+ } from "../../../../chunk-O75RZNCU.js";
7
7
  import {
8
8
  __toESM,
9
9
  init_cjs_shims,
10
10
  require_lib,
11
11
  valueOf
12
- } from "../../../../chunk-YWKX37S2.js";
12
+ } from "../../../../chunk-QN2OJEAL.js";
13
13
 
14
14
  // src/commands/build/workos/env/attach.ts
15
15
  init_cjs_shims();
@@ -1,16 +1,16 @@
1
1
  import {
2
2
  source_default
3
- } from "../../../../chunk-AWVSG5HH.js";
3
+ } from "../../../../chunk-BC3Z5E5X.js";
4
4
  import {
5
5
  BaseCommand
6
- } from "../../../../chunk-OHP3SQGY.js";
6
+ } from "../../../../chunk-O75RZNCU.js";
7
7
  import {
8
8
  EnvironmentType,
9
9
  __toESM,
10
10
  init_cjs_shims,
11
11
  require_lib,
12
12
  valueOf
13
- } from "../../../../chunk-YWKX37S2.js";
13
+ } from "../../../../chunk-QN2OJEAL.js";
14
14
 
15
15
  // src/commands/build/workos/env/create.ts
16
16
  init_cjs_shims();
@@ -1,14 +1,14 @@
1
1
  import {
2
2
  source_default
3
- } from "../../../../chunk-AWVSG5HH.js";
3
+ } from "../../../../chunk-BC3Z5E5X.js";
4
4
  import {
5
5
  BaseCommand
6
- } from "../../../../chunk-OHP3SQGY.js";
6
+ } from "../../../../chunk-O75RZNCU.js";
7
7
  import {
8
8
  __toESM,
9
9
  init_cjs_shims,
10
10
  require_lib
11
- } from "../../../../chunk-YWKX37S2.js";
11
+ } from "../../../../chunk-QN2OJEAL.js";
12
12
 
13
13
  // src/commands/build/workos/env/delete.ts
14
14
  init_cjs_shims();
@@ -1,15 +1,15 @@
1
1
  import {
2
2
  source_default
3
- } from "../../../../chunk-AWVSG5HH.js";
3
+ } from "../../../../chunk-BC3Z5E5X.js";
4
4
  import {
5
5
  BaseCommand
6
- } from "../../../../chunk-OHP3SQGY.js";
6
+ } from "../../../../chunk-O75RZNCU.js";
7
7
  import {
8
8
  __toESM,
9
9
  init_cjs_shims,
10
10
  require_lib,
11
11
  valueOf
12
- } from "../../../../chunk-YWKX37S2.js";
12
+ } from "../../../../chunk-QN2OJEAL.js";
13
13
 
14
14
  // src/commands/build/workos/env/detach.ts
15
15
  init_cjs_shims();
@@ -1,14 +1,14 @@
1
1
  import {
2
2
  source_default
3
- } from "../../../../chunk-AWVSG5HH.js";
3
+ } from "../../../../chunk-BC3Z5E5X.js";
4
4
  import {
5
5
  BaseCommand
6
- } from "../../../../chunk-OHP3SQGY.js";
6
+ } from "../../../../chunk-O75RZNCU.js";
7
7
  import {
8
8
  __toESM,
9
9
  init_cjs_shims,
10
10
  require_lib
11
- } from "../../../../chunk-YWKX37S2.js";
11
+ } from "../../../../chunk-QN2OJEAL.js";
12
12
 
13
13
  // src/commands/build/workos/env/get.ts
14
14
  init_cjs_shims();
@@ -1,15 +1,15 @@
1
1
  import {
2
2
  source_default
3
- } from "../../../../chunk-AWVSG5HH.js";
3
+ } from "../../../../chunk-BC3Z5E5X.js";
4
4
  import {
5
5
  BaseCommand
6
- } from "../../../../chunk-OHP3SQGY.js";
6
+ } from "../../../../chunk-O75RZNCU.js";
7
7
  import {
8
8
  EnvironmentType,
9
9
  __toESM,
10
10
  init_cjs_shims,
11
11
  require_lib
12
- } from "../../../../chunk-YWKX37S2.js";
12
+ } from "../../../../chunk-QN2OJEAL.js";
13
13
 
14
14
  // src/commands/build/workos/env/list.ts
15
15
  init_cjs_shims();
@@ -1,15 +1,15 @@
1
1
  import {
2
2
  source_default
3
- } from "../../../../chunk-AWVSG5HH.js";
3
+ } from "../../../../chunk-BC3Z5E5X.js";
4
4
  import {
5
5
  BaseCommand
6
- } from "../../../../chunk-OHP3SQGY.js";
6
+ } from "../../../../chunk-O75RZNCU.js";
7
7
  import {
8
8
  EnvironmentType,
9
9
  __toESM,
10
10
  init_cjs_shims,
11
11
  require_lib
12
- } from "../../../../chunk-YWKX37S2.js";
12
+ } from "../../../../chunk-QN2OJEAL.js";
13
13
 
14
14
  // src/commands/build/workos/env/set.ts
15
15
  init_cjs_shims();
@@ -1,14 +1,14 @@
1
1
  import {
2
2
  source_default
3
- } from "../../../chunk-AWVSG5HH.js";
3
+ } from "../../../chunk-BC3Z5E5X.js";
4
4
  import {
5
5
  BaseCommand
6
- } from "../../../chunk-OHP3SQGY.js";
6
+ } from "../../../chunk-O75RZNCU.js";
7
7
  import {
8
8
  __toESM,
9
9
  init_cjs_shims,
10
10
  require_lib
11
- } from "../../../chunk-YWKX37S2.js";
11
+ } from "../../../chunk-QN2OJEAL.js";
12
12
 
13
13
  // src/commands/build/workos/invite.ts
14
14
  init_cjs_shims();
@@ -1,15 +1,15 @@
1
1
  import {
2
2
  source_default
3
- } from "../../../chunk-AWVSG5HH.js";
3
+ } from "../../../chunk-BC3Z5E5X.js";
4
4
  import {
5
5
  BaseCommand
6
- } from "../../../chunk-OHP3SQGY.js";
6
+ } from "../../../chunk-O75RZNCU.js";
7
7
  import {
8
8
  __toESM,
9
9
  init_cjs_shims,
10
10
  readState,
11
11
  require_lib
12
- } from "../../../chunk-YWKX37S2.js";
12
+ } from "../../../chunk-QN2OJEAL.js";
13
13
 
14
14
  // src/commands/build/workos/setup.ts
15
15
  init_cjs_shims();
@@ -1,15 +1,15 @@
1
1
  import {
2
2
  source_default
3
- } from "../../../chunk-AWVSG5HH.js";
3
+ } from "../../../chunk-BC3Z5E5X.js";
4
4
  import {
5
5
  BaseCommand
6
- } from "../../../chunk-OHP3SQGY.js";
6
+ } from "../../../chunk-O75RZNCU.js";
7
7
  import {
8
8
  __toESM,
9
9
  init_cjs_shims,
10
10
  require_lib,
11
11
  valueOf
12
- } from "../../../chunk-YWKX37S2.js";
12
+ } from "../../../chunk-QN2OJEAL.js";
13
13
 
14
14
  // src/commands/build/workos/status.ts
15
15
  init_cjs_shims();
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  BaseCommand
3
- } from "../../chunk-OHP3SQGY.js";
3
+ } from "../../chunk-O75RZNCU.js";
4
4
  import {
5
5
  __toESM,
6
6
  init_cjs_shims,
7
7
  require_lib
8
- } from "../../chunk-YWKX37S2.js";
8
+ } from "../../chunk-QN2OJEAL.js";
9
9
 
10
10
  // src/commands/dns/create.ts
11
11
  init_cjs_shims();
@@ -1,17 +1,17 @@
1
1
  import {
2
2
  esm_default
3
- } from "../../chunk-E7J2LWQ5.js";
3
+ } from "../../chunk-DSP542FN.js";
4
4
  import {
5
5
  resolveDnsNameToZoneId
6
- } from "../../chunk-4NTUYQ5R.js";
6
+ } from "../../chunk-FV4QERYA.js";
7
7
  import {
8
8
  BaseCommand
9
- } from "../../chunk-OHP3SQGY.js";
9
+ } from "../../chunk-O75RZNCU.js";
10
10
  import {
11
11
  __toESM,
12
12
  init_cjs_shims,
13
13
  require_lib
14
- } from "../../chunk-YWKX37S2.js";
14
+ } from "../../chunk-QN2OJEAL.js";
15
15
 
16
16
  // src/commands/dns/delete.ts
17
17
  init_cjs_shims();
@@ -1,17 +1,17 @@
1
1
  import {
2
2
  source_default
3
- } from "../../chunk-AWVSG5HH.js";
3
+ } from "../../chunk-BC3Z5E5X.js";
4
4
  import {
5
5
  resolveDnsNameToZoneId
6
- } from "../../chunk-4NTUYQ5R.js";
6
+ } from "../../chunk-FV4QERYA.js";
7
7
  import {
8
8
  BaseCommand
9
- } from "../../chunk-OHP3SQGY.js";
9
+ } from "../../chunk-O75RZNCU.js";
10
10
  import {
11
11
  __toESM,
12
12
  init_cjs_shims,
13
13
  require_lib
14
- } from "../../chunk-YWKX37S2.js";
14
+ } from "../../chunk-QN2OJEAL.js";
15
15
 
16
16
  // src/commands/dns/get.ts
17
17
  init_cjs_shims();
@@ -1,14 +1,14 @@
1
1
  import {
2
2
  source_default
3
- } from "../../chunk-AWVSG5HH.js";
3
+ } from "../../chunk-BC3Z5E5X.js";
4
4
  import {
5
5
  BaseCommand
6
- } from "../../chunk-OHP3SQGY.js";
6
+ } from "../../chunk-O75RZNCU.js";
7
7
  import {
8
8
  __toESM,
9
9
  init_cjs_shims,
10
10
  require_lib
11
- } from "../../chunk-YWKX37S2.js";
11
+ } from "../../chunk-QN2OJEAL.js";
12
12
 
13
13
  // src/commands/dns/list.ts
14
14
  init_cjs_shims();
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  BaseCommand
3
- } from "../../../chunk-OHP3SQGY.js";
3
+ } from "../../../chunk-O75RZNCU.js";
4
4
  import {
5
5
  __toESM,
6
6
  init_cjs_shims,
7
7
  require_lib
8
- } from "../../../chunk-YWKX37S2.js";
8
+ } from "../../../chunk-QN2OJEAL.js";
9
9
 
10
10
  // src/commands/dns/records/create.ts
11
11
  init_cjs_shims();
@@ -1,14 +1,14 @@
1
1
  import {
2
2
  esm_default
3
- } from "../../../chunk-E7J2LWQ5.js";
3
+ } from "../../../chunk-DSP542FN.js";
4
4
  import {
5
5
  BaseCommand
6
- } from "../../../chunk-OHP3SQGY.js";
6
+ } from "../../../chunk-O75RZNCU.js";
7
7
  import {
8
8
  __toESM,
9
9
  init_cjs_shims,
10
10
  require_lib
11
- } from "../../../chunk-YWKX37S2.js";
11
+ } from "../../../chunk-QN2OJEAL.js";
12
12
 
13
13
  // src/commands/dns/records/delete.ts
14
14
  init_cjs_shims();
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  BaseCommand
3
- } from "../../../chunk-OHP3SQGY.js";
3
+ } from "../../../chunk-O75RZNCU.js";
4
4
  import {
5
5
  __toESM,
6
6
  init_cjs_shims,
7
7
  require_lib
8
- } from "../../../chunk-YWKX37S2.js";
8
+ } from "../../../chunk-QN2OJEAL.js";
9
9
 
10
10
  // src/commands/dns/records/get.ts
11
11
  init_cjs_shims();
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  BaseCommand
3
- } from "../../../chunk-OHP3SQGY.js";
3
+ } from "../../../chunk-O75RZNCU.js";
4
4
  import {
5
5
  __toESM,
6
6
  init_cjs_shims,
7
7
  require_lib
8
- } from "../../../chunk-YWKX37S2.js";
8
+ } from "../../../chunk-QN2OJEAL.js";
9
9
 
10
10
  // src/commands/dns/records/list.ts
11
11
  init_cjs_shims();
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  BaseCommand
3
- } from "../../../chunk-OHP3SQGY.js";
3
+ } from "../../../chunk-O75RZNCU.js";
4
4
  import {
5
5
  __toESM,
6
6
  init_cjs_shims,
7
7
  require_lib
8
- } from "../../../chunk-YWKX37S2.js";
8
+ } from "../../../chunk-QN2OJEAL.js";
9
9
 
10
10
  // src/commands/dns/records/update.ts
11
11
  init_cjs_shims();
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  displayTraceGroupedEvents
3
- } from "../../chunk-43UGYZQA.js";
3
+ } from "../../chunk-WTTFYUHL.js";
4
4
  import {
5
5
  BaseCommand
6
- } from "../../chunk-OHP3SQGY.js";
6
+ } from "../../chunk-O75RZNCU.js";
7
7
  import {
8
8
  QueryLogsRequestSchema,
9
9
  TimeQuerySchema,
@@ -13,7 +13,7 @@ import {
13
13
  require_lib,
14
14
  timestampFromDate,
15
15
  valueOf
16
- } from "../../chunk-YWKX37S2.js";
16
+ } from "../../chunk-QN2OJEAL.js";
17
17
 
18
18
  // src/commands/logs/query.ts
19
19
  init_cjs_shims();
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  displayTraceGroupedEvents
3
- } from "../../chunk-43UGYZQA.js";
3
+ } from "../../chunk-WTTFYUHL.js";
4
4
  import {
5
5
  BaseCommand
6
- } from "../../chunk-OHP3SQGY.js";
6
+ } from "../../chunk-O75RZNCU.js";
7
7
  import {
8
8
  QueryLogsRequestSchema,
9
9
  StreamLogsRequestSchema,
@@ -14,7 +14,7 @@ import {
14
14
  require_lib,
15
15
  timestampFromDate,
16
16
  valueOf
17
- } from "../../chunk-YWKX37S2.js";
17
+ } from "../../chunk-QN2OJEAL.js";
18
18
 
19
19
  // src/commands/logs/tail.ts
20
20
  init_cjs_shims();
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  BaseCommand
3
- } from "../../chunk-OHP3SQGY.js";
3
+ } from "../../chunk-O75RZNCU.js";
4
4
  import {
5
5
  init_cjs_shims,
6
6
  urlifyOrganizationId
7
- } from "../../chunk-YWKX37S2.js";
7
+ } from "../../chunk-QN2OJEAL.js";
8
8
 
9
9
  // src/commands/mcp/install-claude.ts
10
10
  init_cjs_shims();
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  BaseCommand
3
- } from "../../chunk-OHP3SQGY.js";
3
+ } from "../../chunk-O75RZNCU.js";
4
4
  import {
5
5
  init_cjs_shims,
6
6
  urlifyOrganizationId
7
- } from "../../chunk-YWKX37S2.js";
7
+ } from "../../chunk-QN2OJEAL.js";
8
8
 
9
9
  // src/commands/mcp/install-gemini.ts
10
10
  init_cjs_shims();
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  BaseCommand
3
- } from "../../chunk-OHP3SQGY.js";
3
+ } from "../../chunk-O75RZNCU.js";
4
4
  import {
5
5
  init_cjs_shims,
6
6
  urlifyOrganizationId
7
- } from "../../chunk-YWKX37S2.js";
7
+ } from "../../chunk-QN2OJEAL.js";
8
8
 
9
9
  // src/commands/mcp/install-goose.ts
10
10
  init_cjs_shims();
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  BaseCommand
3
- } from "../../chunk-OHP3SQGY.js";
3
+ } from "../../chunk-O75RZNCU.js";
4
4
  import {
5
5
  __toESM,
6
6
  init_cjs_shims,
7
7
  require_lib,
8
8
  urlifyOrganizationId
9
- } from "../../chunk-YWKX37S2.js";
9
+ } from "../../chunk-QN2OJEAL.js";
10
10
 
11
11
  // src/commands/mcp/status.ts
12
12
  init_cjs_shims();
@@ -1,13 +1,13 @@
1
1
  import {
2
2
  BaseCommand
3
- } from "../../chunk-OHP3SQGY.js";
3
+ } from "../../chunk-O75RZNCU.js";
4
4
  import {
5
5
  DeleteObjectResponseSchema,
6
6
  __toESM,
7
7
  init_cjs_shims,
8
8
  require_lib,
9
9
  toJsonString
10
- } from "../../chunk-YWKX37S2.js";
10
+ } from "../../chunk-QN2OJEAL.js";
11
11
 
12
12
  // src/commands/object/delete.ts
13
13
  init_cjs_shims();
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  BaseCommand
3
- } from "../../chunk-OHP3SQGY.js";
3
+ } from "../../chunk-O75RZNCU.js";
4
4
  import {
5
5
  __toESM,
6
6
  init_cjs_shims,
7
7
  require_lib
8
- } from "../../chunk-YWKX37S2.js";
8
+ } from "../../chunk-QN2OJEAL.js";
9
9
 
10
10
  // src/commands/object/get.ts
11
11
  init_cjs_shims();
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  BaseCommand
3
- } from "../../chunk-OHP3SQGY.js";
3
+ } from "../../chunk-O75RZNCU.js";
4
4
  import {
5
5
  ListObjectsResponseSchema,
6
6
  __toESM,
@@ -8,7 +8,7 @@ import {
8
8
  require_lib,
9
9
  timestampDate,
10
10
  toJsonString
11
- } from "../../chunk-YWKX37S2.js";
11
+ } from "../../chunk-QN2OJEAL.js";
12
12
 
13
13
  // src/commands/object/list.ts
14
14
  init_cjs_shims();
@@ -1,13 +1,13 @@
1
1
  import {
2
2
  BaseCommand
3
- } from "../../chunk-OHP3SQGY.js";
3
+ } from "../../chunk-O75RZNCU.js";
4
4
  import {
5
5
  PutObjectResponseSchema,
6
6
  __toESM,
7
7
  init_cjs_shims,
8
8
  require_lib,
9
9
  toJsonString
10
- } from "../../chunk-YWKX37S2.js";
10
+ } from "../../chunk-QN2OJEAL.js";
11
11
 
12
12
  // src/commands/object/put.ts
13
13
  init_cjs_shims();
@@ -1,16 +1,16 @@
1
1
  import {
2
2
  ulid
3
- } from "../../chunk-T3VHOMDJ.js";
3
+ } from "../../chunk-XN52RPCA.js";
4
4
  import {
5
5
  BaseCommand
6
- } from "../../chunk-OHP3SQGY.js";
6
+ } from "../../chunk-O75RZNCU.js";
7
7
  import {
8
8
  RagSearchResponseSchema,
9
9
  __toESM,
10
10
  init_cjs_shims,
11
11
  require_lib,
12
12
  toJsonString
13
- } from "../../chunk-YWKX37S2.js";
13
+ } from "../../chunk-QN2OJEAL.js";
14
14
 
15
15
  // src/commands/query/chunk-search.ts
16
16
  init_cjs_shims();
@@ -1,16 +1,16 @@
1
1
  import {
2
2
  ulid
3
- } from "../../chunk-T3VHOMDJ.js";
3
+ } from "../../chunk-XN52RPCA.js";
4
4
  import {
5
5
  BaseCommand
6
- } from "../../chunk-OHP3SQGY.js";
6
+ } from "../../chunk-O75RZNCU.js";
7
7
  import {
8
8
  DocumentChatResponseSchema,
9
9
  __toESM,
10
10
  init_cjs_shims,
11
11
  require_lib,
12
12
  toJsonString
13
- } from "../../chunk-YWKX37S2.js";
13
+ } from "../../chunk-QN2OJEAL.js";
14
14
 
15
15
  // src/commands/query/document.ts
16
16
  init_cjs_shims();
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  BaseCommand
3
- } from "../../chunk-OHP3SQGY.js";
3
+ } from "../../chunk-O75RZNCU.js";
4
4
  import {
5
5
  __toESM,
6
6
  init_cjs_shims,
7
7
  require_lib,
8
8
  valueOf
9
- } from "../../chunk-YWKX37S2.js";
9
+ } from "../../chunk-QN2OJEAL.js";
10
10
 
11
11
  // src/commands/query/events.ts
12
12
  init_cjs_shims();