@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
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import {
|
|
2
|
+
init_cjs_shims
|
|
3
|
+
} from "./chunk-7GDFE7HE.js";
|
|
4
|
+
|
|
5
|
+
// ../drizzle/dist/mrn.js
|
|
6
|
+
init_cjs_shims();
|
|
7
|
+
function parseMRN(mrn) {
|
|
8
|
+
const parts = mrn.split(":");
|
|
9
|
+
if (parts.length !== 6) {
|
|
10
|
+
throw new Error(`Invalid MRN format: ${mrn}`);
|
|
11
|
+
}
|
|
12
|
+
const [type, applicationName, versionId, module, itemOrKey, revision] = parts;
|
|
13
|
+
if (!type || !applicationName || !versionId) {
|
|
14
|
+
throw new Error(`MRN must contain type, applicationName, and versionId: ${mrn}`);
|
|
15
|
+
}
|
|
16
|
+
if (!["annotation", "label"].includes(type)) {
|
|
17
|
+
throw new Error(`Invalid MRN type: ${type}`);
|
|
18
|
+
}
|
|
19
|
+
const mrnObject = {
|
|
20
|
+
type,
|
|
21
|
+
applicationName,
|
|
22
|
+
versionId
|
|
23
|
+
};
|
|
24
|
+
if (module) {
|
|
25
|
+
mrnObject.module = module;
|
|
26
|
+
}
|
|
27
|
+
if (itemOrKey) {
|
|
28
|
+
if (itemOrKey.includes("^")) {
|
|
29
|
+
const [item, keyValue] = itemOrKey.split("^");
|
|
30
|
+
mrnObject.item = item;
|
|
31
|
+
mrnObject.key = keyValue || "";
|
|
32
|
+
} else {
|
|
33
|
+
mrnObject.key = itemOrKey;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
if (revision) {
|
|
37
|
+
mrnObject.revision = revision;
|
|
38
|
+
}
|
|
39
|
+
return mrnObject;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
export {
|
|
43
|
+
parseMRN
|
|
44
|
+
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
parseMRN
|
|
3
|
-
} from "../../chunk-
|
|
3
|
+
} from "../../chunk-3DZWEZ2R.js";
|
|
4
4
|
import {
|
|
5
5
|
BaseCommand
|
|
6
|
-
} from "../../chunk-
|
|
6
|
+
} from "../../chunk-4U2CSHCN.js";
|
|
7
7
|
import {
|
|
8
8
|
AnnotationLocatorSchema,
|
|
9
9
|
GetAnnotationRequestSchema,
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
init_cjs_shims,
|
|
13
13
|
require_lib,
|
|
14
14
|
valueOf
|
|
15
|
-
} from "../../chunk-
|
|
15
|
+
} from "../../chunk-WDR5M2SS.js";
|
|
16
16
|
|
|
17
17
|
// src/commands/annotation/get.ts
|
|
18
18
|
init_cjs_shims();
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
parseMRN
|
|
3
|
-
} from "../../chunk-
|
|
3
|
+
} from "../../chunk-3DZWEZ2R.js";
|
|
4
4
|
import {
|
|
5
5
|
BaseCommand
|
|
6
|
-
} from "../../chunk-
|
|
6
|
+
} from "../../chunk-4U2CSHCN.js";
|
|
7
7
|
import {
|
|
8
8
|
AnnotationLocatorSchema,
|
|
9
9
|
ListAnnotationsRequestSchema,
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
init_cjs_shims,
|
|
13
13
|
require_lib,
|
|
14
14
|
valueOf
|
|
15
|
-
} from "../../chunk-
|
|
15
|
+
} from "../../chunk-WDR5M2SS.js";
|
|
16
16
|
|
|
17
17
|
// src/commands/annotation/list.ts
|
|
18
18
|
init_cjs_shims();
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
parseMRN
|
|
3
|
-
} from "../../chunk-
|
|
3
|
+
} from "../../chunk-3DZWEZ2R.js";
|
|
4
4
|
import {
|
|
5
5
|
BaseCommand
|
|
6
|
-
} from "../../chunk-
|
|
6
|
+
} from "../../chunk-4U2CSHCN.js";
|
|
7
7
|
import {
|
|
8
8
|
AnnotationLocatorSchema,
|
|
9
9
|
PutAnnotationRequestSchema,
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
init_cjs_shims,
|
|
13
13
|
require_lib,
|
|
14
14
|
valueOf
|
|
15
|
-
} from "../../chunk-
|
|
15
|
+
} from "../../chunk-WDR5M2SS.js";
|
|
16
16
|
|
|
17
17
|
// src/commands/annotation/put.ts
|
|
18
18
|
init_cjs_shims();
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
BaseCommand
|
|
3
|
-
} from "../../chunk-
|
|
3
|
+
} from "../../chunk-4U2CSHCN.js";
|
|
4
4
|
import {
|
|
5
5
|
__toESM,
|
|
6
6
|
init_cjs_shims,
|
|
7
7
|
readState,
|
|
8
8
|
require_lib
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-WDR5M2SS.js";
|
|
10
10
|
|
|
11
11
|
// src/commands/auth/list.ts
|
|
12
12
|
init_cjs_shims();
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
spinner
|
|
3
|
-
} from "../../chunk-
|
|
3
|
+
} from "../../chunk-5KMI72AS.js";
|
|
4
4
|
import {
|
|
5
5
|
BaseCommand
|
|
6
|
-
} from "../../chunk-
|
|
6
|
+
} from "../../chunk-4U2CSHCN.js";
|
|
7
7
|
import {
|
|
8
8
|
__commonJS,
|
|
9
9
|
__toESM,
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
replaceState,
|
|
13
13
|
require_lib,
|
|
14
14
|
timestampDate
|
|
15
|
-
} from "../../chunk-
|
|
15
|
+
} from "../../chunk-WDR5M2SS.js";
|
|
16
16
|
|
|
17
17
|
// ../../node_modules/.pnpm/qrcode-terminal@0.12.0/node_modules/qrcode-terminal/vendor/QRCode/QRMode.js
|
|
18
18
|
var require_QRMode = __commonJS({
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
BaseCommand
|
|
3
|
-
} from "../../chunk-
|
|
3
|
+
} from "../../chunk-4U2CSHCN.js";
|
|
4
4
|
import {
|
|
5
5
|
init_cjs_shims,
|
|
6
6
|
readState,
|
|
7
7
|
replaceState
|
|
8
|
-
} from "../../chunk-
|
|
8
|
+
} from "../../chunk-WDR5M2SS.js";
|
|
9
9
|
|
|
10
10
|
// src/commands/auth/logout.ts
|
|
11
11
|
init_cjs_shims();
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import {
|
|
2
2
|
esm_default2 as esm_default
|
|
3
|
-
} from "../../chunk-
|
|
3
|
+
} from "../../chunk-RAPSKVRO.js";
|
|
4
4
|
import {
|
|
5
5
|
BaseCommand
|
|
6
|
-
} from "../../chunk-
|
|
6
|
+
} from "../../chunk-4U2CSHCN.js";
|
|
7
7
|
import {
|
|
8
8
|
__toESM,
|
|
9
9
|
init_cjs_shims,
|
|
10
10
|
readState,
|
|
11
11
|
replaceState,
|
|
12
12
|
require_lib
|
|
13
|
-
} from "../../chunk-
|
|
13
|
+
} from "../../chunk-WDR5M2SS.js";
|
|
14
14
|
|
|
15
15
|
// src/commands/auth/select.ts
|
|
16
16
|
init_cjs_shims();
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
BaseCommand
|
|
3
|
-
} from "../../chunk-
|
|
3
|
+
} from "../../chunk-4U2CSHCN.js";
|
|
4
4
|
import {
|
|
5
5
|
CreateCredentialResponseSchema,
|
|
6
6
|
__toESM,
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
timestampFromDate,
|
|
11
11
|
toJsonString,
|
|
12
12
|
valueOf
|
|
13
|
-
} from "../../chunk-
|
|
13
|
+
} from "../../chunk-WDR5M2SS.js";
|
|
14
14
|
|
|
15
15
|
// src/commands/bucket/create-credential.ts
|
|
16
16
|
init_cjs_shims();
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
BaseCommand
|
|
3
|
-
} from "../../chunk-
|
|
3
|
+
} from "../../chunk-4U2CSHCN.js";
|
|
4
4
|
import {
|
|
5
5
|
DeleteCredentialResponseSchema,
|
|
6
6
|
__toESM,
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
require_lib,
|
|
9
9
|
toJsonString,
|
|
10
10
|
valueOf
|
|
11
|
-
} from "../../chunk-
|
|
11
|
+
} from "../../chunk-WDR5M2SS.js";
|
|
12
12
|
|
|
13
13
|
// src/commands/bucket/delete-credential.ts
|
|
14
14
|
init_cjs_shims();
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
BaseCommand
|
|
3
|
-
} from "../../chunk-
|
|
3
|
+
} from "../../chunk-4U2CSHCN.js";
|
|
4
4
|
import {
|
|
5
5
|
GetCredentialResponseSchema,
|
|
6
6
|
__toESM,
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
timestampDate,
|
|
10
10
|
toJsonString,
|
|
11
11
|
valueOf
|
|
12
|
-
} from "../../chunk-
|
|
12
|
+
} from "../../chunk-WDR5M2SS.js";
|
|
13
13
|
|
|
14
14
|
// src/commands/bucket/get-credential.ts
|
|
15
15
|
init_cjs_shims();
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
BaseCommand
|
|
3
|
-
} from "../../chunk-
|
|
3
|
+
} from "../../chunk-4U2CSHCN.js";
|
|
4
4
|
import {
|
|
5
5
|
ListCredentialsResponseSchema,
|
|
6
6
|
__toESM,
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
timestampDate,
|
|
10
10
|
toJsonString,
|
|
11
11
|
valueOf
|
|
12
|
-
} from "../../chunk-
|
|
12
|
+
} from "../../chunk-WDR5M2SS.js";
|
|
13
13
|
|
|
14
14
|
// src/commands/bucket/list-credentials.ts
|
|
15
15
|
init_cjs_shims();
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import {
|
|
2
2
|
watchStatus
|
|
3
|
-
} from "../../chunk-
|
|
3
|
+
} from "../../chunk-ORUMKXQZ.js";
|
|
4
|
+
import "../../chunk-2GD7Q3YS.js";
|
|
4
5
|
import {
|
|
5
6
|
deploy,
|
|
6
7
|
sandbox
|
|
7
|
-
} from "../../chunk-
|
|
8
|
-
import "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
10
|
-
import "../../chunk-
|
|
11
|
-
import "../../chunk-
|
|
12
|
-
import "../../chunk-AWVSG5HH.js";
|
|
8
|
+
} from "../../chunk-45V47YNS.js";
|
|
9
|
+
import "../../chunk-5KMI72AS.js";
|
|
10
|
+
import "../../chunk-MZZHXHB4.js";
|
|
11
|
+
import "../../chunk-4FXE4I6S.js";
|
|
12
|
+
import "../../chunk-YXJU5KSB.js";
|
|
13
13
|
import {
|
|
14
14
|
BaseCommand
|
|
15
|
-
} from "../../chunk-
|
|
15
|
+
} from "../../chunk-4U2CSHCN.js";
|
|
16
16
|
import {
|
|
17
17
|
__toESM,
|
|
18
18
|
init_cjs_shims,
|
|
19
19
|
require_lib
|
|
20
|
-
} from "../../chunk-
|
|
20
|
+
} from "../../chunk-WDR5M2SS.js";
|
|
21
21
|
|
|
22
22
|
// src/commands/build/branch.ts
|
|
23
23
|
init_cjs_shims();
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import {
|
|
2
2
|
statusString
|
|
3
|
-
} from "../../chunk-
|
|
4
|
-
import "../../chunk-
|
|
3
|
+
} from "../../chunk-GRUPCK5H.js";
|
|
4
|
+
import "../../chunk-ETDAUGBG.js";
|
|
5
5
|
import {
|
|
6
6
|
source_default
|
|
7
|
-
} from "../../chunk-
|
|
7
|
+
} from "../../chunk-2GD7Q3YS.js";
|
|
8
8
|
import {
|
|
9
9
|
esm_default2 as esm_default
|
|
10
|
-
} from "../../chunk-
|
|
10
|
+
} from "../../chunk-RAPSKVRO.js";
|
|
11
11
|
import {
|
|
12
12
|
BaseCommand
|
|
13
|
-
} from "../../chunk-
|
|
13
|
+
} from "../../chunk-4U2CSHCN.js";
|
|
14
14
|
import {
|
|
15
15
|
EPOCH_TS,
|
|
16
16
|
UnitState,
|
|
@@ -19,7 +19,7 @@ import {
|
|
|
19
19
|
require_lib,
|
|
20
20
|
timestampDate,
|
|
21
21
|
valueOf
|
|
22
|
-
} from "../../chunk-
|
|
22
|
+
} from "../../chunk-WDR5M2SS.js";
|
|
23
23
|
|
|
24
24
|
// src/commands/build/checkout.ts
|
|
25
25
|
init_cjs_shims();
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
+
import {
|
|
2
|
+
esm_default
|
|
3
|
+
} from "../../chunk-RAPSKVRO.js";
|
|
1
4
|
import {
|
|
2
5
|
$,
|
|
3
6
|
spinner
|
|
4
|
-
} from "../../chunk-
|
|
7
|
+
} from "../../chunk-5KMI72AS.js";
|
|
5
8
|
import {
|
|
6
9
|
codegenPlan,
|
|
7
10
|
fileExists,
|
|
8
11
|
renderCodegenPlan
|
|
9
|
-
} from "../../chunk-
|
|
10
|
-
import {
|
|
11
|
-
esm_default
|
|
12
|
-
} from "../../chunk-E7J2LWQ5.js";
|
|
12
|
+
} from "../../chunk-YXJU5KSB.js";
|
|
13
13
|
import {
|
|
14
14
|
BaseCommand
|
|
15
|
-
} from "../../chunk-
|
|
15
|
+
} from "../../chunk-4U2CSHCN.js";
|
|
16
16
|
import {
|
|
17
17
|
__toESM,
|
|
18
18
|
getFrameworkVersion,
|
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
mustManifestFromString,
|
|
21
21
|
readState,
|
|
22
22
|
require_lib
|
|
23
|
-
} from "../../chunk-
|
|
23
|
+
} from "../../chunk-WDR5M2SS.js";
|
|
24
24
|
|
|
25
25
|
// src/commands/build/clone.ts
|
|
26
26
|
init_cjs_shims();
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import {
|
|
2
2
|
statusString
|
|
3
|
-
} from "../../chunk-
|
|
4
|
-
import "../../chunk-
|
|
3
|
+
} from "../../chunk-GRUPCK5H.js";
|
|
4
|
+
import "../../chunk-ETDAUGBG.js";
|
|
5
5
|
import {
|
|
6
6
|
source_default
|
|
7
|
-
} from "../../chunk-
|
|
7
|
+
} from "../../chunk-2GD7Q3YS.js";
|
|
8
8
|
import {
|
|
9
9
|
esm_default2 as esm_default
|
|
10
|
-
} from "../../chunk-
|
|
10
|
+
} from "../../chunk-RAPSKVRO.js";
|
|
11
11
|
import {
|
|
12
12
|
BaseCommand
|
|
13
|
-
} from "../../chunk-
|
|
13
|
+
} from "../../chunk-4U2CSHCN.js";
|
|
14
14
|
import {
|
|
15
15
|
EPOCH_TS,
|
|
16
16
|
UnitState,
|
|
@@ -19,7 +19,7 @@ import {
|
|
|
19
19
|
require_lib,
|
|
20
20
|
timestampDate,
|
|
21
21
|
valueOf
|
|
22
|
-
} from "../../chunk-
|
|
22
|
+
} from "../../chunk-WDR5M2SS.js";
|
|
23
23
|
|
|
24
24
|
// src/commands/build/delete.ts
|
|
25
25
|
init_cjs_shims();
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import {
|
|
2
2
|
watchStatus
|
|
3
|
-
} from "../../chunk-
|
|
3
|
+
} from "../../chunk-ORUMKXQZ.js";
|
|
4
|
+
import "../../chunk-2GD7Q3YS.js";
|
|
4
5
|
import {
|
|
5
6
|
deploy,
|
|
6
7
|
sandbox
|
|
7
|
-
} from "../../chunk-
|
|
8
|
-
import "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
10
|
-
import "../../chunk-
|
|
11
|
-
import "../../chunk-
|
|
12
|
-
import "../../chunk-AWVSG5HH.js";
|
|
8
|
+
} from "../../chunk-45V47YNS.js";
|
|
9
|
+
import "../../chunk-5KMI72AS.js";
|
|
10
|
+
import "../../chunk-MZZHXHB4.js";
|
|
11
|
+
import "../../chunk-4FXE4I6S.js";
|
|
12
|
+
import "../../chunk-YXJU5KSB.js";
|
|
13
13
|
import {
|
|
14
14
|
BaseCommand
|
|
15
|
-
} from "../../chunk-
|
|
15
|
+
} from "../../chunk-4U2CSHCN.js";
|
|
16
16
|
import {
|
|
17
17
|
__toESM,
|
|
18
18
|
init_cjs_shims,
|
|
19
19
|
require_lib
|
|
20
|
-
} from "../../chunk-
|
|
20
|
+
} from "../../chunk-WDR5M2SS.js";
|
|
21
21
|
|
|
22
22
|
// src/commands/build/deploy.ts
|
|
23
23
|
init_cjs_shims();
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
BaseCommand
|
|
3
|
-
} from "../../../chunk-
|
|
3
|
+
} from "../../../chunk-4U2CSHCN.js";
|
|
4
4
|
import {
|
|
5
5
|
__toESM,
|
|
6
6
|
init_cjs_shims,
|
|
7
7
|
require_lib,
|
|
8
8
|
valueOf
|
|
9
|
-
} from "../../../chunk-
|
|
9
|
+
} from "../../../chunk-WDR5M2SS.js";
|
|
10
10
|
|
|
11
11
|
// src/commands/build/env/get.ts
|
|
12
12
|
init_cjs_shims();
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
BaseCommand
|
|
3
|
-
} from "../../../chunk-
|
|
3
|
+
} from "../../../chunk-4U2CSHCN.js";
|
|
4
4
|
import {
|
|
5
5
|
__toESM,
|
|
6
6
|
init_cjs_shims,
|
|
7
7
|
require_lib,
|
|
8
8
|
valueOf
|
|
9
|
-
} from "../../../chunk-
|
|
9
|
+
} from "../../../chunk-WDR5M2SS.js";
|
|
10
10
|
|
|
11
11
|
// src/commands/build/env/set.ts
|
|
12
12
|
init_cjs_shims();
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
checkAndDisplayKillswitchStatus
|
|
3
|
-
} from "../../chunk-
|
|
3
|
+
} from "../../chunk-ETDAUGBG.js";
|
|
4
4
|
import {
|
|
5
5
|
source_default
|
|
6
|
-
} from "../../chunk-
|
|
6
|
+
} from "../../chunk-2GD7Q3YS.js";
|
|
7
7
|
import {
|
|
8
8
|
BaseCommand
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-4U2CSHCN.js";
|
|
10
10
|
import {
|
|
11
11
|
EPOCH_TS,
|
|
12
12
|
QueryModulesResponseSchema,
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
timestampDate,
|
|
18
18
|
toJsonString,
|
|
19
19
|
valueOf
|
|
20
|
-
} from "../../chunk-
|
|
20
|
+
} from "../../chunk-WDR5M2SS.js";
|
|
21
21
|
|
|
22
22
|
// src/commands/build/find.ts
|
|
23
23
|
init_cjs_shims();
|
|
@@ -4,17 +4,17 @@ import {
|
|
|
4
4
|
codegenPlan,
|
|
5
5
|
gatherEnvForHandler,
|
|
6
6
|
renderCodegenPlan
|
|
7
|
-
} from "../../chunk-
|
|
7
|
+
} from "../../chunk-YXJU5KSB.js";
|
|
8
8
|
import {
|
|
9
9
|
BaseCommand
|
|
10
|
-
} from "../../chunk-
|
|
10
|
+
} from "../../chunk-4U2CSHCN.js";
|
|
11
11
|
import {
|
|
12
12
|
__toESM,
|
|
13
13
|
getFrameworkVersion,
|
|
14
14
|
init_cjs_shims,
|
|
15
15
|
require_lib,
|
|
16
16
|
valueOf
|
|
17
|
-
} from "../../chunk-
|
|
17
|
+
} from "../../chunk-WDR5M2SS.js";
|
|
18
18
|
|
|
19
19
|
// src/commands/build/generate.ts
|
|
20
20
|
init_cjs_shims();
|
|
@@ -2,15 +2,15 @@ import {
|
|
|
2
2
|
TEMPLATES_DIR,
|
|
3
3
|
fileExists,
|
|
4
4
|
renderTemplateFromFile
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-YXJU5KSB.js";
|
|
6
6
|
import {
|
|
7
7
|
BaseCommand
|
|
8
|
-
} from "../../chunk-
|
|
8
|
+
} from "../../chunk-4U2CSHCN.js";
|
|
9
9
|
import {
|
|
10
10
|
__toESM,
|
|
11
11
|
init_cjs_shims,
|
|
12
12
|
require_lib
|
|
13
|
-
} from "../../chunk-
|
|
13
|
+
} from "../../chunk-WDR5M2SS.js";
|
|
14
14
|
|
|
15
15
|
// src/commands/build/init-workspace.ts
|
|
16
16
|
init_cjs_shims();
|
|
@@ -2,17 +2,17 @@ import {
|
|
|
2
2
|
codegenPlan,
|
|
3
3
|
fileExists,
|
|
4
4
|
renderCodegenPlan
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-YXJU5KSB.js";
|
|
6
6
|
import {
|
|
7
7
|
BaseCommand
|
|
8
|
-
} from "../../chunk-
|
|
8
|
+
} from "../../chunk-4U2CSHCN.js";
|
|
9
9
|
import {
|
|
10
10
|
__toESM,
|
|
11
11
|
getFrameworkVersion,
|
|
12
12
|
init_cjs_shims,
|
|
13
13
|
mustManifestFromString,
|
|
14
14
|
require_lib
|
|
15
|
-
} from "../../chunk-
|
|
15
|
+
} from "../../chunk-WDR5M2SS.js";
|
|
16
16
|
|
|
17
17
|
// src/commands/build/init.ts
|
|
18
18
|
init_cjs_shims();
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
List,
|
|
3
3
|
statusString
|
|
4
|
-
} from "../../chunk-
|
|
5
|
-
import "../../chunk-
|
|
6
|
-
import "../../chunk-
|
|
7
|
-
import "../../chunk-
|
|
8
|
-
import "../../chunk-
|
|
4
|
+
} from "../../chunk-GRUPCK5H.js";
|
|
5
|
+
import "../../chunk-ETDAUGBG.js";
|
|
6
|
+
import "../../chunk-2GD7Q3YS.js";
|
|
7
|
+
import "../../chunk-4U2CSHCN.js";
|
|
8
|
+
import "../../chunk-WDR5M2SS.js";
|
|
9
9
|
export {
|
|
10
10
|
List as default,
|
|
11
11
|
statusString
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import {
|
|
2
2
|
sandbox
|
|
3
|
-
} from "../../chunk-
|
|
4
|
-
import "../../chunk-
|
|
5
|
-
import "../../chunk-
|
|
6
|
-
import "../../chunk-
|
|
7
|
-
import "../../chunk-
|
|
3
|
+
} from "../../chunk-45V47YNS.js";
|
|
4
|
+
import "../../chunk-5KMI72AS.js";
|
|
5
|
+
import "../../chunk-MZZHXHB4.js";
|
|
6
|
+
import "../../chunk-4FXE4I6S.js";
|
|
7
|
+
import "../../chunk-YXJU5KSB.js";
|
|
8
8
|
import {
|
|
9
9
|
BaseCommand
|
|
10
|
-
} from "../../chunk-
|
|
10
|
+
} from "../../chunk-4U2CSHCN.js";
|
|
11
11
|
import {
|
|
12
12
|
__toESM,
|
|
13
13
|
init_cjs_shims,
|
|
14
14
|
require_lib
|
|
15
|
-
} from "../../chunk-
|
|
15
|
+
} from "../../chunk-WDR5M2SS.js";
|
|
16
16
|
|
|
17
17
|
// src/commands/build/sandbox.ts
|
|
18
18
|
init_cjs_shims();
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
BaseCommand
|
|
3
|
-
} from "../../chunk-
|
|
3
|
+
} from "../../chunk-4U2CSHCN.js";
|
|
4
4
|
import {
|
|
5
5
|
__toESM,
|
|
6
6
|
init_cjs_shims,
|
|
7
7
|
require_lib,
|
|
8
8
|
valueOf
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-WDR5M2SS.js";
|
|
10
10
|
|
|
11
11
|
// src/commands/build/start.ts
|
|
12
12
|
init_cjs_shims();
|
|
@@ -4,14 +4,14 @@ import {
|
|
|
4
4
|
getStatus,
|
|
5
5
|
statusString,
|
|
6
6
|
watchStatus
|
|
7
|
-
} from "../../chunk-
|
|
7
|
+
} from "../../chunk-ORUMKXQZ.js";
|
|
8
8
|
import {
|
|
9
9
|
checkAndDisplayKillswitchStatus
|
|
10
|
-
} from "../../chunk-
|
|
11
|
-
import "../../chunk-
|
|
10
|
+
} from "../../chunk-ETDAUGBG.js";
|
|
11
|
+
import "../../chunk-2GD7Q3YS.js";
|
|
12
12
|
import {
|
|
13
13
|
BaseCommand
|
|
14
|
-
} from "../../chunk-
|
|
14
|
+
} from "../../chunk-4U2CSHCN.js";
|
|
15
15
|
import {
|
|
16
16
|
__commonJS,
|
|
17
17
|
__require,
|
|
@@ -19,7 +19,7 @@ import {
|
|
|
19
19
|
init_cjs_shims,
|
|
20
20
|
require_lib,
|
|
21
21
|
require_string_width
|
|
22
|
-
} from "../../chunk-
|
|
22
|
+
} from "../../chunk-WDR5M2SS.js";
|
|
23
23
|
|
|
24
24
|
// ../../node_modules/.pnpm/cli-table3@0.6.5/node_modules/cli-table3/src/debug.js
|
|
25
25
|
var require_debug = __commonJS({
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
BaseCommand
|
|
3
|
-
} from "../../chunk-
|
|
3
|
+
} from "../../chunk-4U2CSHCN.js";
|
|
4
4
|
import {
|
|
5
5
|
__toESM,
|
|
6
6
|
init_cjs_shims,
|
|
7
7
|
require_lib,
|
|
8
8
|
valueOf
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-WDR5M2SS.js";
|
|
10
10
|
|
|
11
11
|
// src/commands/build/stop.ts
|
|
12
12
|
init_cjs_shims();
|