@akanjs/cli 2.4.2-rc.2 → 2.4.2-rc.4

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 (58) hide show
  1. package/.build-stamp +1 -1
  2. package/abstractCompactor-bjd2h5pq.js +103 -0
  3. package/{agent.command-ej4g9pbb.js → agent.command-dwxr73jr.js} +8 -7
  4. package/{application.command-smn51a28.js → application.command-8k6xs7q0.js} +16 -5
  5. package/{applicationBuildRunner-554a2vnk.js → applicationBuildRunner-hn86q106.js} +5 -4
  6. package/{applicationReleasePackager-pjbxc793.js → applicationReleasePackager-b1zh40kd.js} +1 -1
  7. package/buildBatch.proc.js +4 -3
  8. package/{capacitorApp-yg9b4ajz.js → capacitorApp-sqr41tck.js} +27 -26
  9. package/{cloud.command-2v7ga38h.js → cloud.command-5wh9krwx.js} +9 -8
  10. package/commandManifest.json +1 -1
  11. package/{context.command-hhjyjtp7.js → context.command-rydtf2vy.js} +15 -14
  12. package/{dependencyScanner-f6grrep3.js → dependencyScanner-rbs2407b.js} +1 -1
  13. package/{guideline.command-vj956kfr.js → guideline.command-dtkrftpc.js} +5 -4
  14. package/incrementalBuilder.proc.js +3 -2
  15. package/{index-pfnh87f9.js → index-0476y8pz.js} +1 -1
  16. package/index-0wae5ebk.js +65 -0
  17. package/{index-40w1kqp1.js → index-2f6mjanp.js} +4 -3
  18. package/{index-xftstr5s.js → index-3f3bjcwc.js} +1 -1
  19. package/{index-xwfg9bam.js → index-3g17wsqr.js} +10 -5
  20. package/{index-7ppn9v4n.js → index-3hyw3026.js} +3 -3
  21. package/{index-s9s0n5fz.js → index-4fh6v6qr.js} +2 -2
  22. package/{index-y1e79mz3.js → index-4j0qw1hz.js} +11 -11
  23. package/{index-z36qzgzp.js → index-6a9008sh.js} +2 -2
  24. package/{index-h971erkm.js → index-90a0z8xq.js} +3 -3
  25. package/{index-04as43rp.js → index-dscrzdk0.js} +7 -6
  26. package/{index-7k9sj7j5.js → index-f2s5z0p7.js} +91 -341
  27. package/index-f39512t6.js +255 -0
  28. package/{index-d0h48d2f.js → index-g10wmymm.js} +2 -2
  29. package/{index-panyahn4.js → index-hr3n31n0.js} +24 -10
  30. package/{index-dgeaqwmw.js → index-jf5k3bt8.js} +1 -1
  31. package/{index-majzj044.js → index-med3vqnc.js} +7 -7
  32. package/{index-zfp1gz9f.js → index-ms3vpys1.js} +1 -1
  33. package/{index-v9jqrdd1.js → index-n3drhjgc.js} +2 -2
  34. package/{index-z5v766nx.js → index-pw9qhve8.js} +3 -3
  35. package/{index-acwxfncv.js → index-r8drwwr8.js} +4 -4
  36. package/{index-j3j3qc9j.js → index-z1eqzrj9.js} +3 -3
  37. package/index.js +20 -19
  38. package/{library.command-68ah07a3.js → library.command-w11wnq7q.js} +5 -4
  39. package/{localRegistry.command-nmyc5vwv.js → localRegistry.command-fkq49j84.js} +10 -9
  40. package/{module.command-t68xhamx.js → module.command-wyjgbg0d.js} +8 -7
  41. package/{package.command-00ncttab.js → package.command-5ann132q.js} +5 -4
  42. package/package.json +2 -2
  43. package/{page.command-1096s18n.js → page.command-e75nxwrw.js} +5 -4
  44. package/{primitive.command-02eqpx6t.js → primitive.command-gy7nwn5w.js} +9 -8
  45. package/{quality.command-vap6xegb.js → quality.command-41tw1g5g.js} +32 -6
  46. package/{repair.command-7dynpnf1.js → repair.command-xr4664h4.js} +7 -6
  47. package/{routeSourceValidator-cncd92fv.js → routeSourceValidator-rk64s1g4.js} +2 -1
  48. package/{scalar.command-3kxy3fkh.js → scalar.command-agc839az.js} +7 -6
  49. package/templates/module/__Model__.Template.tsx +2 -1
  50. package/templates/module/__Model__.Unit.tsx +2 -1
  51. package/templates/module/__Model__.Util.tsx +2 -1
  52. package/templates/module/__Model__.View.tsx +2 -1
  53. package/templates/module/__Model__.Zone.tsx +2 -1
  54. package/{typeChecker-kravn7ns.js → typeChecker-g6bh0xfv.js} +1 -1
  55. package/typecheck.proc.js +1 -1
  56. package/{workflow.command-yy0d9gk3.js → workflow.command-jf09cq6k.js} +12 -11
  57. package/{workspace.command-hq1x5605.js → workspace.command-a57b7ybw.js} +23 -22
  58. /package/{index-r24hmh0q.js → index-yb2wsc7f.js} +0 -0
@@ -1,17 +1,18 @@
1
1
  // @bun
2
2
  import {
3
3
  PackageScript
4
- } from "./index-z36qzgzp.js";
4
+ } from "./index-6a9008sh.js";
5
5
  import {
6
6
  Pkg,
7
7
  Workspace,
8
8
  command
9
- } from "./index-d0h48d2f.js";
10
- import"./index-xwfg9bam.js";
9
+ } from "./index-g10wmymm.js";
10
+ import"./index-3g17wsqr.js";
11
11
  import"./index-46tjzh6s.js";
12
12
  import"./index-67546d0j.js";
13
+ import"./index-f39512t6.js";
13
14
  import"./index-6pz1j0zj.js";
14
- import"./index-r24hmh0q.js";
15
+ import"./index-yb2wsc7f.js";
15
16
 
16
17
  // pkgs/@akanjs/cli/package/package.command.ts
17
18
  class PackageCommand extends command("package", [PackageScript], ({ public: target }) => ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akanjs/cli",
3
- "version": "2.4.2-rc.2",
3
+ "version": "2.4.2-rc.4",
4
4
  "sourceType": "module",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -34,7 +34,7 @@
34
34
  "@langchain/openai": "^1.4.6",
35
35
  "@tailwindcss/node": "^4.3.0",
36
36
  "@trapezedev/project": "^7.1.4",
37
- "akanjs": "2.4.2-rc.2",
37
+ "akanjs": "2.4.2-rc.4",
38
38
  "chalk": "^5.6.2",
39
39
  "commander": "^14.0.3",
40
40
  "daisyui": "5.5.23",
@@ -1,16 +1,17 @@
1
1
  // @bun
2
2
  import {
3
3
  PageScript
4
- } from "./index-dgeaqwmw.js";
4
+ } from "./index-jf5k3bt8.js";
5
5
  import {
6
6
  App,
7
7
  Module,
8
8
  command
9
- } from "./index-d0h48d2f.js";
10
- import"./index-xwfg9bam.js";
9
+ } from "./index-g10wmymm.js";
10
+ import"./index-3g17wsqr.js";
11
11
  import"./index-67546d0j.js";
12
+ import"./index-f39512t6.js";
12
13
  import"./index-6pz1j0zj.js";
13
- import"./index-r24hmh0q.js";
14
+ import"./index-yb2wsc7f.js";
14
15
 
15
16
  // pkgs/@akanjs/cli/page/page.command.ts
16
17
  class PageCommand extends command("page", [PageScript], ({ public: target }) => ({
@@ -1,23 +1,24 @@
1
1
  // @bun
2
2
  import {
3
3
  PrimitiveScript
4
- } from "./index-acwxfncv.js";
5
- import"./index-04as43rp.js";
6
- import"./index-dgeaqwmw.js";
4
+ } from "./index-r8drwwr8.js";
5
+ import"./index-dscrzdk0.js";
6
+ import"./index-jf5k3bt8.js";
7
7
  import"./index-ss469dec.js";
8
8
  import {
9
9
  renderPrimitiveReport
10
- } from "./index-pfnh87f9.js";
11
- import"./index-xftstr5s.js";
10
+ } from "./index-0476y8pz.js";
11
+ import"./index-3f3bjcwc.js";
12
12
  import"./index-nsj2ftxj.js";
13
13
  import {
14
14
  Workspace,
15
15
  command
16
- } from "./index-d0h48d2f.js";
17
- import"./index-xwfg9bam.js";
16
+ } from "./index-g10wmymm.js";
17
+ import"./index-3g17wsqr.js";
18
18
  import"./index-67546d0j.js";
19
+ import"./index-f39512t6.js";
19
20
  import"./index-6pz1j0zj.js";
20
- import"./index-r24hmh0q.js";
21
+ import"./index-yb2wsc7f.js";
21
22
 
22
23
  // pkgs/@akanjs/cli/primitive/primitive.command.ts
23
24
  import { Logger } from "akanjs/common";
@@ -1,14 +1,18 @@
1
1
  // @bun
2
+ import {
3
+ AbstractDoc
4
+ } from "./index-0wae5ebk.js";
2
5
  import {
3
6
  Workspace,
4
7
  command,
5
8
  runner,
6
9
  script
7
- } from "./index-d0h48d2f.js";
8
- import"./index-xwfg9bam.js";
10
+ } from "./index-g10wmymm.js";
11
+ import"./index-3g17wsqr.js";
9
12
  import"./index-67546d0j.js";
13
+ import"./index-f39512t6.js";
10
14
  import"./index-6pz1j0zj.js";
11
- import"./index-r24hmh0q.js";
15
+ import"./index-yb2wsc7f.js";
12
16
 
13
17
  // pkgs/@akanjs/devkit/qualityScanner.ts
14
18
  import { createHash } from "crypto";
@@ -87,6 +91,7 @@ var RULE_FIXES = {
87
91
  "akan.global.duplicate-exported-function-body": "Extract the shared implementation into a single exported helper and import it, instead of copying the body.",
88
92
  "akan.file.recommended-max-lines": "Split the file by responsibility \u2014 move Zones, Utils, or subcomponents into sibling files.",
89
93
  "akan.file.max-lines": "Break the file into smaller focused modules; keep one primary responsibility per file.",
94
+ "akan.file.abstract-max-lines": "Run `akan compact <app-or-lib>` to rewrite the abstract with the AI editor, keeping only the invariants and workflows the source files cannot show.",
90
95
  "akan.file.placeholder-export": "Remove the placeholder export; generated indexes should only re-export real modules.",
91
96
  "akan.file.dictionary-stale-text": "Replace the scaffold text with real localized copy for this dictionary entry.",
92
97
  "akan.file.global-declaration": "Move the global declaration into an approved low-level integration file (e.g. webkit) and keep it isolated.",
@@ -108,17 +113,19 @@ function getRuleFix(rule) {
108
113
  class AkanQualityScanner {
109
114
  async scan(workspaceRoot) {
110
115
  const targetFiles = await this.#collectTargetFiles(workspaceRoot);
111
- const sourceFiles = await Promise.all(targetFiles.map((file) => this.#readSourceFile(workspaceRoot, file)));
116
+ const sourceFiles = await Promise.all(targetFiles.filter((file) => !AbstractDoc.isAbstractPath(file)).map((file) => this.#readSourceFile(workspaceRoot, file)));
117
+ const abstractFiles = await Promise.all(targetFiles.filter((file) => AbstractDoc.isAbstractPath(file)).map((file) => this.#readTextFile(workspaceRoot, file)));
112
118
  const warnings = [
113
119
  ...this.#scanGlobalQuality(sourceFiles),
114
120
  ...sourceFiles.flatMap((sourceFile) => this.#scanSingleFileQuality(sourceFile)),
115
121
  ...sourceFiles.flatMap((sourceFile) => this.#scanComponentQuality(sourceFile)),
116
122
  ...sourceFiles.flatMap((sourceFile) => this.#scanConventionQuality(sourceFile)),
117
- ...sourceFiles.flatMap((sourceFile) => this.#scanLayoutQuality(sourceFile))
123
+ ...sourceFiles.flatMap((sourceFile) => this.#scanLayoutQuality(sourceFile)),
124
+ ...abstractFiles.flatMap((abstractFile) => this.#scanAbstractQuality(abstractFile))
118
125
  ];
119
126
  return {
120
127
  workspaceRoot,
121
- scannedFiles: sourceFiles.length,
128
+ scannedFiles: sourceFiles.length + abstractFiles.length,
122
129
  warnings: warnings.map((warning) => ({ ...warning, fix: warning.fix ?? getRuleFix(warning.rule) })).sort(compareWarnings),
123
130
  suggestedRules: SUGGESTED_RULES
124
131
  };
@@ -153,6 +160,8 @@ class AkanQualityScanner {
153
160
  }
154
161
  if ((relativePath.endsWith(".ts") || relativePath.endsWith(".tsx")) && !relativePath.endsWith(".d.ts")) {
155
162
  files.push(relativePath);
163
+ } else if (AbstractDoc.isAbstractPath(relativePath)) {
164
+ files.push(relativePath);
156
165
  }
157
166
  }
158
167
  }
@@ -166,6 +175,9 @@ class AkanQualityScanner {
166
175
  sourceFile: ts.createSourceFile(file, content, ts.ScriptTarget.Latest, true, getScriptKind(file))
167
176
  };
168
177
  }
178
+ async#readTextFile(workspaceRoot, file) {
179
+ return { file, content: await readFile(path.join(workspaceRoot, file), "utf8") };
180
+ }
169
181
  #scanGlobalQuality(sourceFiles) {
170
182
  const exportedFunctionLikes = sourceFiles.flatMap((sourceFile) => getExportedFunctionLikes(sourceFile));
171
183
  const warnings = [];
@@ -304,6 +316,20 @@ class AkanQualityScanner {
304
316
  }
305
317
  return warnings;
306
318
  }
319
+ #scanAbstractQuality({ file, content }) {
320
+ const lineCount = AbstractDoc.lineCountOf(content);
321
+ if (lineCount <= AbstractDoc.maxLines)
322
+ return [];
323
+ return [
324
+ {
325
+ rule: "akan.file.abstract-max-lines",
326
+ scope: "file",
327
+ severity: "warning",
328
+ file,
329
+ message: `Abstract has ${lineCount} lines. Keep abstracts under ${AbstractDoc.maxLines} lines and compact them periodically.`
330
+ }
331
+ ];
332
+ }
307
333
  #scanLayoutQuality(sourceFile) {
308
334
  const segments = sourceFile.file.split("/");
309
335
  const warnings = [];
@@ -1,18 +1,19 @@
1
1
  // @bun
2
2
  import {
3
3
  RepairRunner
4
- } from "./index-7ppn9v4n.js";
5
- import"./index-v9jqrdd1.js";
6
- import"./index-pfnh87f9.js";
4
+ } from "./index-3hyw3026.js";
5
+ import"./index-n3drhjgc.js";
6
+ import"./index-0476y8pz.js";
7
7
  import {
8
8
  Workspace,
9
9
  command,
10
10
  script
11
- } from "./index-d0h48d2f.js";
12
- import"./index-xwfg9bam.js";
11
+ } from "./index-g10wmymm.js";
12
+ import"./index-3g17wsqr.js";
13
13
  import"./index-67546d0j.js";
14
+ import"./index-f39512t6.js";
14
15
  import"./index-6pz1j0zj.js";
15
- import"./index-r24hmh0q.js";
16
+ import"./index-yb2wsc7f.js";
16
17
 
17
18
  // pkgs/@akanjs/cli/repair/repair.script.ts
18
19
  import { Logger } from "akanjs/common";
@@ -1,5 +1,5 @@
1
1
  // @bun
2
- import"./index-r24hmh0q.js";
2
+ import"./index-yb2wsc7f.js";
3
3
 
4
4
  // pkgs/@akanjs/devkit/routeSourceValidator.ts
5
5
  import ts from "typescript";
@@ -25,6 +25,7 @@ class RouteSourceValidator {
25
25
  "manifest",
26
26
  "theme",
27
27
  "reconnect",
28
+ "wsConnect",
28
29
  "layoutStyle",
29
30
  "gaTrackingId",
30
31
  "Loading",
@@ -1,21 +1,22 @@
1
1
  // @bun
2
2
  import {
3
3
  ScalarScript
4
- } from "./index-z5v766nx.js";
4
+ } from "./index-pw9qhve8.js";
5
5
  import"./index-ss469dec.js";
6
6
  import {
7
7
  renderPrimitiveReport
8
- } from "./index-pfnh87f9.js";
9
- import"./index-xftstr5s.js";
8
+ } from "./index-0476y8pz.js";
9
+ import"./index-3f3bjcwc.js";
10
10
  import"./index-nsj2ftxj.js";
11
11
  import {
12
12
  Sys,
13
13
  command
14
- } from "./index-d0h48d2f.js";
15
- import"./index-xwfg9bam.js";
14
+ } from "./index-g10wmymm.js";
15
+ import"./index-3g17wsqr.js";
16
16
  import"./index-67546d0j.js";
17
+ import"./index-f39512t6.js";
17
18
  import"./index-6pz1j0zj.js";
18
- import"./index-r24hmh0q.js";
19
+ import"./index-yb2wsc7f.js";
19
20
 
20
21
  // pkgs/@akanjs/cli/scalar/scalar.command.ts
21
22
  import { Logger, lowerlize } from "akanjs/common";
@@ -4,6 +4,7 @@ interface Dict {
4
4
  Model: string;
5
5
  model: string;
6
6
  sysName: string;
7
+ sysType: string;
7
8
  }
8
9
  export default function getContent(scanInfo: AppInfo | LibInfo | null, dict: Dict) {
9
10
  return {
@@ -11,7 +12,7 @@ export default function getContent(scanInfo: AppInfo | LibInfo | null, dict: Dic
11
12
  content: `
12
13
  "use client";
13
14
  import { Field, Layout } from "akanjs/ui";
14
- import { st, usePage } from "@${scanInfo?.type ?? "apps"}/${dict.sysName}/client";
15
+ import { st, usePage } from "@${dict.sysType}s/${dict.sysName}/client";
15
16
 
16
17
  interface GeneralProps {
17
18
  className?: string;
@@ -4,13 +4,14 @@ interface Dict {
4
4
  Model: string;
5
5
  model: string;
6
6
  sysName: string;
7
+ sysType: string;
7
8
  }
8
9
  export default function getContent(scanInfo: AppInfo | LibInfo | null, dict: Dict) {
9
10
  return {
10
11
  filename: `${dict.Model}.Unit.tsx`,
11
12
  content: `
12
13
  import type { ModelProps } from "akanjs/client";
13
- import { cnst, usePage } from "@${scanInfo?.type ?? "apps"}/${dict.sysName}/client";
14
+ import { cnst, usePage } from "@${dict.sysType}s/${dict.sysName}/client";
14
15
  import { Link } from "akanjs/ui";
15
16
 
16
17
  export const Card = ({ ${dict.model}, href }: ModelProps<"${dict.model}", cnst.Light${dict.Model}>) => {
@@ -4,6 +4,7 @@ interface Dict {
4
4
  Model: string;
5
5
  model: string;
6
6
  sysName: string;
7
+ sysType: string;
7
8
  }
8
9
  export default function getContent(scanInfo: AppInfo | LibInfo | null, dict: Dict) {
9
10
  return {
@@ -11,7 +12,7 @@ export default function getContent(scanInfo: AppInfo | LibInfo | null, dict: Dic
11
12
  content: `
12
13
  "use client";
13
14
  import { Model } from "akanjs/ui";
14
- import { fetch, usePage } from "@${scanInfo?.type ?? "apps"}/${dict.sysName}/client";
15
+ import { fetch, usePage } from "@${dict.sysType}s/${dict.sysName}/client";
15
16
  import { BiTrash } from "react-icons/bi";
16
17
 
17
18
  interface RemoveProps {
@@ -4,13 +4,14 @@ interface Dict {
4
4
  Model: string;
5
5
  model: string;
6
6
  sysName: string;
7
+ sysType: string;
7
8
  }
8
9
  export default function getContent(scanInfo: AppInfo | LibInfo | null, dict: Dict) {
9
10
  return {
10
11
  filename: `${dict.Model}.View.tsx`,
11
12
  content: `
12
13
  import { clsx } from "akanjs/client";
13
- import { cnst, usePage } from "@${scanInfo?.type ?? "apps"}/${dict.sysName}/client";
14
+ import { cnst, usePage } from "@${dict.sysType}s/${dict.sysName}/client";
14
15
 
15
16
  interface GeneralProps {
16
17
  className?: string;
@@ -4,6 +4,7 @@ interface Dict {
4
4
  Model: string;
5
5
  model: string;
6
6
  sysName: string;
7
+ sysType: string;
7
8
  }
8
9
  export default function getContent(scanInfo: AppInfo | LibInfo | null, dict: Dict) {
9
10
  return {
@@ -13,7 +14,7 @@ export default function getContent(scanInfo: AppInfo | LibInfo | null, dict: Dic
13
14
  import { Load } from "akanjs/ui";
14
15
  // Alias the domain namespace so the Card/View exports below never collide with the model name
15
16
  // (a model literally named "card" or "view" would otherwise shadow this import).
16
- import { type cnst, ${dict.Model} as ${dict.Model}Domain } from "@${scanInfo?.type ?? "apps"}/${dict.sysName}/client";
17
+ import { type cnst, ${dict.Model} as ${dict.Model}Domain } from "@${dict.sysType}s/${dict.sysName}/client";
17
18
  import type { ClientInit, ClientView, SliceMeta } from "akanjs/fetch";
18
19
 
19
20
  interface CardProps {
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  TypeChecker
4
4
  } from "./index-wnp7hwq7.js";
5
- import"./index-r24hmh0q.js";
5
+ import"./index-yb2wsc7f.js";
6
6
  export {
7
7
  TypeChecker
8
8
  };
package/typecheck.proc.js CHANGED
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  TypeChecker
4
4
  } from "./index-wnp7hwq7.js";
5
- import"./index-r24hmh0q.js";
5
+ import"./index-yb2wsc7f.js";
6
6
 
7
7
  // pkgs/@akanjs/devkit/typecheck/typecheck.proc.ts
8
8
  import { Logger } from "akanjs/common";
@@ -1,33 +1,34 @@
1
1
  // @bun
2
2
  import {
3
3
  WorkflowRunner
4
- } from "./index-h971erkm.js";
4
+ } from "./index-90a0z8xq.js";
5
5
  import {
6
6
  ScalarScript
7
- } from "./index-z5v766nx.js";
7
+ } from "./index-pw9qhve8.js";
8
8
  import {
9
9
  PrimitiveScript
10
- } from "./index-acwxfncv.js";
10
+ } from "./index-r8drwwr8.js";
11
11
  import {
12
12
  ModuleScript
13
- } from "./index-04as43rp.js";
14
- import"./index-dgeaqwmw.js";
13
+ } from "./index-dscrzdk0.js";
14
+ import"./index-jf5k3bt8.js";
15
15
  import"./index-ss469dec.js";
16
- import"./index-v9jqrdd1.js";
16
+ import"./index-n3drhjgc.js";
17
17
  import {
18
18
  createWorkflowStepRegistry
19
- } from "./index-pfnh87f9.js";
20
- import"./index-xftstr5s.js";
19
+ } from "./index-0476y8pz.js";
20
+ import"./index-3f3bjcwc.js";
21
21
  import"./index-nsj2ftxj.js";
22
22
  import {
23
23
  Workspace,
24
24
  command,
25
25
  script
26
- } from "./index-d0h48d2f.js";
27
- import"./index-xwfg9bam.js";
26
+ } from "./index-g10wmymm.js";
27
+ import"./index-3g17wsqr.js";
28
28
  import"./index-67546d0j.js";
29
+ import"./index-f39512t6.js";
29
30
  import"./index-6pz1j0zj.js";
30
- import"./index-r24hmh0q.js";
31
+ import"./index-yb2wsc7f.js";
31
32
 
32
33
  // pkgs/@akanjs/cli/workflow/workflow.script.ts
33
34
  import { Logger } from "akanjs/common";
@@ -1,62 +1,63 @@
1
1
  // @bun
2
2
  import {
3
3
  ContextScript
4
- } from "./index-y1e79mz3.js";
5
- import"./index-7ppn9v4n.js";
6
- import"./index-h971erkm.js";
4
+ } from "./index-4j0qw1hz.js";
5
+ import"./index-3hyw3026.js";
6
+ import"./index-90a0z8xq.js";
7
7
  import {
8
8
  CloudScript
9
- } from "./index-majzj044.js";
10
- import"./index-z5v766nx.js";
11
- import"./index-acwxfncv.js";
12
- import"./index-04as43rp.js";
13
- import"./index-dgeaqwmw.js";
9
+ } from "./index-med3vqnc.js";
10
+ import"./index-pw9qhve8.js";
11
+ import"./index-r8drwwr8.js";
12
+ import"./index-dscrzdk0.js";
13
+ import"./index-jf5k3bt8.js";
14
14
  import"./index-ss469dec.js";
15
- import"./index-zfp1gz9f.js";
15
+ import"./index-ms3vpys1.js";
16
16
  import {
17
17
  AgentScript
18
- } from "./index-40w1kqp1.js";
19
- import"./index-v9jqrdd1.js";
20
- import"./index-pfnh87f9.js";
21
- import"./index-xftstr5s.js";
18
+ } from "./index-2f6mjanp.js";
19
+ import"./index-n3drhjgc.js";
20
+ import"./index-0476y8pz.js";
21
+ import"./index-3f3bjcwc.js";
22
22
  import {
23
23
  getLatestPackageVersion,
24
24
  getNpmRegistryUrl
25
- } from "./index-j3j3qc9j.js";
25
+ } from "./index-z1eqzrj9.js";
26
+ import {
27
+ PackageScript
28
+ } from "./index-6a9008sh.js";
26
29
  import {
27
30
  GlobalConfig
28
31
  } from "./index-nsj2ftxj.js";
29
32
  import {
30
33
  ApplicationScript
31
- } from "./index-panyahn4.js";
34
+ } from "./index-hr3n31n0.js";
32
35
  import"./index-76rn3g2c.js";
33
36
  import {
34
37
  LibraryScript
35
- } from "./index-s9s0n5fz.js";
36
- import {
37
- PackageScript
38
- } from "./index-z36qzgzp.js";
38
+ } from "./index-4fh6v6qr.js";
39
39
  import {
40
40
  Exec,
41
41
  Workspace,
42
42
  command,
43
43
  runner,
44
44
  script
45
- } from "./index-d0h48d2f.js";
45
+ } from "./index-g10wmymm.js";
46
46
  import"./index-fgc8r6dj.js";
47
47
  import {
48
48
  AppExecutor,
49
49
  LibExecutor,
50
50
  PkgExecutor,
51
51
  WorkspaceExecutor
52
- } from "./index-xwfg9bam.js";
52
+ } from "./index-3g17wsqr.js";
53
53
  import"./index-46tjzh6s.js";
54
54
  import {
55
55
  FileSys
56
56
  } from "./index-67546d0j.js";
57
57
  import"./index-bjpxzr6s.js";
58
+ import"./index-f39512t6.js";
58
59
  import"./index-6pz1j0zj.js";
59
- import"./index-r24hmh0q.js";
60
+ import"./index-yb2wsc7f.js";
60
61
 
61
62
  // pkgs/@akanjs/cli/workspace/workspace.script.ts
62
63
  import path2 from "path";
File without changes