@liquidmetal-ai/raindrop 0.9.6 → 0.10.0
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/README.md +86 -86
- package/bundle/{chunk-AWVSG5HH.js → chunk-2GD7Q3YS.js} +1 -1
- package/bundle/{chunk-FYMUM7KM.js → chunk-2QH4PO44.js} +1 -1
- package/bundle/{chunk-2KEFV5U5.js → chunk-3DZWEZ2R.js} +1 -1
- package/bundle/{chunk-B4MQISI4.js → chunk-45V47YNS.js} +4 -4
- package/bundle/{chunk-ILG4QJPW.js → chunk-4FXE4I6S.js} +2 -2
- package/bundle/{chunk-43UGYZQA.js → chunk-4RN4TIJI.js} +1 -1
- package/bundle/{chunk-OHP3SQGY.js → chunk-4U2CSHCN.js} +1 -1
- package/bundle/{chunk-T3VHOMDJ.js → chunk-4UUTGMDZ.js} +1 -1
- package/bundle/{chunk-Z2VVSBIX.js → chunk-4WNBHWJP.js} +4 -4
- package/bundle/{chunk-CEFC4JXX.js → chunk-5KMI72AS.js} +1 -1
- package/bundle/{chunk-GBFY2PMX.js → chunk-5REFCZTG.js} +2 -2
- package/bundle/chunk-6BCRCAR4.js +22452 -0
- package/bundle/{chunk-YWKX37S2.js → chunk-7GDFE7HE.js} +3 -1
- package/bundle/{chunk-4NTUYQ5R.js → chunk-AI5PKHR7.js} +1 -1
- package/bundle/chunk-D5MXH3QV.js +133 -0
- package/bundle/chunk-ETDAUGBG.js +74 -0
- package/bundle/chunk-GBUNP7OT.js +4539 -0
- package/bundle/chunk-GRUPCK5H.js +384 -0
- package/bundle/chunk-JENN4EVA.js +75 -0
- package/bundle/chunk-JZYHHRGL.js +292 -0
- package/bundle/chunk-LJKAU7FY.js +4486 -0
- package/bundle/{chunk-E7J2LWQ5.js → chunk-MJZG4ABT.js} +1 -1
- package/bundle/chunk-MZZHXHB4.js +805 -0
- package/bundle/{chunk-B6JLI47W.js → chunk-ORUMKXQZ.js} +2 -2
- package/bundle/chunk-PMHLHYMI.js +231 -0
- package/bundle/chunk-QRJUX37T.js +48 -0
- package/bundle/chunk-QTCJ6YYG.js +147 -0
- package/bundle/chunk-RAPSKVRO.js +12148 -0
- package/bundle/chunk-U7NHRBYD.js +502 -0
- package/bundle/chunk-WDR5M2SS.js +238746 -0
- package/bundle/{chunk-SPBJ5BNI.js → chunk-YXJU5KSB.js} +1 -1
- package/bundle/chunk-ZQIPU6IX.js +44 -0
- package/bundle/commands/annotation/get.js +3 -3
- package/bundle/commands/annotation/list.js +3 -3
- package/bundle/commands/annotation/put.js +3 -3
- package/bundle/commands/auth/list.js +2 -2
- package/bundle/commands/auth/login.js +3 -3
- package/bundle/commands/auth/logout.js +2 -2
- package/bundle/commands/auth/select.js +3 -3
- package/bundle/commands/bucket/create-credential.js +2 -2
- package/bundle/commands/bucket/delete-credential.js +2 -2
- package/bundle/commands/bucket/get-credential.js +2 -2
- package/bundle/commands/bucket/list-credentials.js +2 -2
- package/bundle/commands/build/branch.js +9 -9
- package/bundle/commands/build/checkout.js +6 -6
- package/bundle/commands/build/clone.js +7 -7
- package/bundle/commands/build/delete.js +6 -6
- package/bundle/commands/build/deploy.js +9 -9
- package/bundle/commands/build/env/get.js +2 -2
- package/bundle/commands/build/env/set.js +2 -2
- package/bundle/commands/build/find.js +4 -4
- package/bundle/commands/build/generate.js +3 -3
- package/bundle/commands/build/init-workspace.js +3 -3
- package/bundle/commands/build/init.js +3 -3
- package/bundle/commands/build/list.js +5 -5
- package/bundle/commands/build/sandbox.js +7 -7
- package/bundle/commands/build/start.js +2 -2
- package/bundle/commands/build/status.js +5 -5
- package/bundle/commands/build/stop.js +2 -2
- package/bundle/commands/build/tools/check.js +2 -2
- package/bundle/commands/build/tools/fmt.js +2 -2
- package/bundle/commands/build/unsandbox.js +7 -7
- package/bundle/commands/build/upload.js +5 -5
- package/bundle/commands/build/validate.js +4 -4
- package/bundle/commands/build/workos/delete.js +4 -4
- package/bundle/commands/build/workos/env/attach.js +3 -3
- package/bundle/commands/build/workos/env/create.js +3 -3
- package/bundle/commands/build/workos/env/delete.js +3 -3
- package/bundle/commands/build/workos/env/detach.js +3 -3
- package/bundle/commands/build/workos/env/get.js +3 -3
- package/bundle/commands/build/workos/env/list.js +3 -3
- package/bundle/commands/build/workos/env/set.js +3 -3
- package/bundle/commands/build/workos/invite.js +3 -3
- package/bundle/commands/build/workos/setup.js +3 -3
- package/bundle/commands/build/workos/status.js +3 -3
- package/bundle/commands/dns/create.js +2 -2
- package/bundle/commands/dns/delete.js +4 -4
- package/bundle/commands/dns/get.js +4 -4
- package/bundle/commands/dns/list.js +3 -3
- package/bundle/commands/dns/records/create.js +2 -2
- package/bundle/commands/dns/records/delete.js +3 -3
- package/bundle/commands/dns/records/get.js +2 -2
- package/bundle/commands/dns/records/list.js +2 -2
- package/bundle/commands/dns/records/update.js +2 -2
- package/bundle/commands/logs/query.js +3 -3
- package/bundle/commands/logs/tail.js +3 -3
- package/bundle/commands/mcp/install-claude.js +2 -2
- package/bundle/commands/mcp/install-gemini.js +2 -2
- package/bundle/commands/mcp/install-goose.js +2 -2
- package/bundle/commands/mcp/status.js +2 -2
- package/bundle/commands/object/delete.js +2 -2
- package/bundle/commands/object/get.js +2 -2
- package/bundle/commands/object/list.js +73 -7
- package/bundle/commands/object/put.js +2 -2
- package/bundle/commands/query/chunk-search.js +3 -3
- package/bundle/commands/query/document.js +3 -3
- package/bundle/commands/query/events.js +2 -2
- package/bundle/commands/query/reindex.js +2 -2
- package/bundle/commands/query/search.js +3 -3
- package/bundle/commands/tail.js +2 -2
- package/bundle/index.js +1 -1
- package/dist/build.test.d.ts +2 -0
- package/dist/build.test.d.ts.map +1 -0
- package/dist/build.test.js +46 -0
- package/dist/codegen.test.d.ts +2 -0
- package/dist/codegen.test.d.ts.map +1 -0
- package/dist/codegen.test.js +223 -0
- package/dist/commands/logs/tail.test.d.ts +2 -0
- package/dist/commands/logs/tail.test.d.ts.map +1 -0
- package/dist/commands/logs/tail.test.js +366 -0
- package/dist/commands/object/list.d.ts.map +1 -1
- package/dist/commands/object/list.js +91 -4
- package/dist/config.test.d.ts +2 -0
- package/dist/config.test.d.ts.map +1 -0
- package/dist/config.test.js +27 -0
- package/dist/index.test.d.ts +2 -0
- package/dist/index.test.d.ts.map +1 -0
- package/dist/index.test.js +56 -0
- package/oclif.manifest.json +2569 -2569
- package/package.json +3 -3
- package/templates/db/node_modules/.bin/prisma +2 -2
- package/templates/db/node_modules/.bin/prisma-kysely +2 -2
- package/templates/db/node_modules/.bin/tsc +3 -7
- package/templates/db/node_modules/.bin/tsserver +3 -7
- package/templates/db/node_modules/.bin/zx +2 -2
- package/templates/init/RAINDROP.md.hbs +3 -3
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
tmpdir
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-5KMI72AS.js";
|
|
4
4
|
import {
|
|
5
5
|
FileSystemBundle,
|
|
6
6
|
archive
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-MZZHXHB4.js";
|
|
8
8
|
import {
|
|
9
9
|
buildHandlers
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-4FXE4I6S.js";
|
|
11
11
|
import {
|
|
12
12
|
BundleArchiveType,
|
|
13
13
|
Code,
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
init_cjs_shims,
|
|
18
18
|
listEnvVars,
|
|
19
19
|
valueOf
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-WDR5M2SS.js";
|
|
21
21
|
|
|
22
22
|
// src/deploy.ts
|
|
23
23
|
init_cjs_shims();
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
HANDLERS_DIR
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-YXJU5KSB.js";
|
|
4
4
|
import {
|
|
5
5
|
Actor,
|
|
6
6
|
Service,
|
|
7
7
|
init_cjs_shims,
|
|
8
8
|
valueOf
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-WDR5M2SS.js";
|
|
10
10
|
|
|
11
11
|
// src/build.ts
|
|
12
12
|
init_cjs_shims();
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
checkAndDisplayKillswitchStatus
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-5REFCZTG.js";
|
|
4
4
|
import {
|
|
5
5
|
source_default
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-U7NHRBYD.js";
|
|
7
7
|
import {
|
|
8
8
|
BaseCommand
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-GBUNP7OT.js";
|
|
10
10
|
import {
|
|
11
11
|
ApplicationsResponseSchema,
|
|
12
12
|
EPOCH_TS,
|
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
require_lib,
|
|
17
17
|
timestampDate,
|
|
18
18
|
toJsonString
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-7GDFE7HE.js";
|
|
20
20
|
|
|
21
21
|
// src/commands/build/list.ts
|
|
22
22
|
init_cjs_shims();
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
source_default
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-U7NHRBYD.js";
|
|
4
4
|
import {
|
|
5
5
|
GetKillswitchStatusResponse_State,
|
|
6
6
|
init_cjs_shims,
|
|
7
7
|
timestampDate
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-7GDFE7HE.js";
|
|
9
9
|
|
|
10
10
|
// src/killswitch-utils.ts
|
|
11
11
|
init_cjs_shims();
|