@akanjs/cli 3.0.0-alpha.16 → 3.0.0-alpha.18

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 (60) hide show
  1. package/.build-stamp +1 -1
  2. package/README.ko.md +1 -1
  3. package/README.md +1 -1
  4. package/{abstractCompactor-e5yq60qz.js → abstractCompactor-20e0cwbs.js} +2 -2
  5. package/{agent.command-h6tc0pzh.js → agent.command-e835fjem.js} +6 -6
  6. package/{application.command-kphnfwyg.js → application.command-3tjnzez7.js} +5 -5
  7. package/{applicationBuildRunner-9ps10a0h.js → applicationBuildRunner-7gnfz7ww.js} +5 -6
  8. package/{applicationReleasePackager-gg8ccbeh.js → applicationReleasePackager-93nzdfsy.js} +1 -1
  9. package/buildBatch.proc.js +4 -4
  10. package/{capacitorApp-9ejk3k7q.js → capacitorApp-qv7g3dp2.js} +27 -27
  11. package/{cloud.command-zn6mfscb.js → cloud.command-s2ck4ktz.js} +9 -9
  12. package/{context.command-pkbccyys.js → context.command-vn87jb08.js} +14 -14
  13. package/{dependencyScanner-f6grrep3.js → dependencyScanner-rbs2407b.js} +1 -1
  14. package/{getDirname-m9s0cmhq.js → getDirname-ka11hm7e.js} +1 -1
  15. package/{guideline.command-0jj2k77g.js → guideline.command-s4hn2bsy.js} +4 -4
  16. package/guidelines/conventions/conventions.instruction.md +89 -6
  17. package/incrementalBuilder.proc.js +3 -3
  18. package/{index-b9m84bjp.js → index-0h212yqe.js} +10 -10
  19. package/{index-xwfkgss0.js → index-33zce8gt.js} +8 -4
  20. package/{index-w7farjxd.js → index-3dp7x6rc.js} +3 -3
  21. package/{index-p42te6qb.js → index-73rnbwgg.js} +14 -6
  22. package/{index-1twehz1x.js → index-8vkkm7v0.js} +8 -18
  23. package/{index-4v0wvt37.js → index-9jsnb4vw.js} +4 -4
  24. package/{index-rv16ck4r.js → index-ae8ptzzm.js} +8 -8
  25. package/{index-djh5gpb7.js → index-g9e2fhw2.js} +2 -2
  26. package/{index-2m11t9ek.js → index-hg0qvhmx.js} +3 -208
  27. package/{index-7ecpft60.js → index-k6fvbcj1.js} +3 -3
  28. package/{index-aak9cctp.js → index-mykmf6wd.js} +5 -5
  29. package/{index-gz91pc3p.js → index-mz5jtaq7.js} +1 -1
  30. package/{index-bkwnr08k.js → index-n706txcv.js} +2 -2
  31. package/{index-gyvrhtpm.js → index-qc0tnhs2.js} +1 -1
  32. package/{index-j9cxndc0.js → index-qnv0aqmm.js} +9 -6
  33. package/{index-96vpa123.js → index-rdw5bxqf.js} +4 -4
  34. package/{index-0cj2zxbm.js → index-sh01r3pm.js} +1 -1
  35. package/{index-9s991k9v.js → index-tsmjxph2.js} +1 -1
  36. package/{index-8d9r0df5.js → index-x33gnap3.js} +3 -3
  37. package/{index-4agbdds8.js → index-xyrb7pk5.js} +3 -3
  38. package/{index-g3brq942.js → index-ze41924k.js} +6 -6
  39. package/index.js +19 -19
  40. package/{library.command-wbptp6q3.js → library.command-v5cyaw9t.js} +4 -4
  41. package/{localRegistry.command-6ea3pgq0.js → localRegistry.command-263b9wxm.js} +8 -8
  42. package/{module.command-ghkf919z.js → module.command-pq6w84xg.js} +7 -7
  43. package/{package.command-ph2m34tv.js → package.command-qkcs60ts.js} +4 -4
  44. package/package.json +3 -4
  45. package/{page.command-atnzfn88.js → page.command-qj5bfnh9.js} +4 -4
  46. package/{primitive.command-7qbdhfc2.js → primitive.command-bw0nes6x.js} +8 -8
  47. package/{quality.command-51q9kmhj.js → quality.command-f8drhx6c.js} +3 -3
  48. package/{recipeScanner-tghkzrrt.js → recipeScanner-zrzev25x.js} +3 -3
  49. package/{repair.command-weakn0yr.js → repair.command-mzwtejpk.js} +6 -6
  50. package/{routeSourceValidator-e4jmbfcx.js → routeSourceValidator-7fycdqyv.js} +1 -1
  51. package/{scalar.command-xdjhvsgb.js → scalar.command-rm6k3c65.js} +6 -6
  52. package/templates/lib/db.ts +1 -1
  53. package/templates/lib/dict.ts +1 -1
  54. package/templates/lib/sig.ts +1 -1
  55. package/templates/lib/srv.ts +6 -2
  56. package/{typeChecker-kravn7ns.js → typeChecker-g6bh0xfv.js} +1 -1
  57. package/typecheck.proc.js +1 -1
  58. package/{workflow.command-msm2tjee.js → workflow.command-g2cgcgxn.js} +11 -11
  59. package/{workspace.command-gr8z82z9.js → workspace.command-wecyg0t0.js} +20 -21
  60. /package/{index-r24hmh0q.js → index-yb2wsc7f.js} +0 -0
@@ -1,40 +1,40 @@
1
1
  // @bun
2
2
  import {
3
3
  ContextScript
4
- } from "./index-b9m84bjp.js";
5
- import"./index-4agbdds8.js";
6
- import"./index-w7farjxd.js";
7
- import"./index-8d9r0df5.js";
8
- import"./index-4v0wvt37.js";
9
- import"./index-aak9cctp.js";
4
+ } from "./index-0h212yqe.js";
5
+ import"./index-xyrb7pk5.js";
6
+ import"./index-3dp7x6rc.js";
7
+ import"./index-x33gnap3.js";
8
+ import"./index-9jsnb4vw.js";
9
+ import"./index-mykmf6wd.js";
10
10
  import"./index-ss469dec.js";
11
- import"./index-gyvrhtpm.js";
11
+ import"./index-qc0tnhs2.js";
12
12
  import {
13
13
  CloudScript
14
- } from "./index-g3brq942.js";
14
+ } from "./index-ze41924k.js";
15
15
  import {
16
16
  getLatestPackageVersion,
17
17
  getNpmRegistryUrl
18
- } from "./index-96vpa123.js";
18
+ } from "./index-rdw5bxqf.js";
19
19
  import {
20
20
  PackageScript
21
- } from "./index-xwfkgss0.js";
22
- import"./index-gz91pc3p.js";
21
+ } from "./index-33zce8gt.js";
22
+ import"./index-mz5jtaq7.js";
23
23
  import {
24
24
  GlobalConfig
25
- } from "./index-0cj2zxbm.js";
25
+ } from "./index-sh01r3pm.js";
26
26
  import {
27
27
  AgentScript
28
- } from "./index-7ecpft60.js";
29
- import"./index-djh5gpb7.js";
30
- import"./index-9s991k9v.js";
28
+ } from "./index-k6fvbcj1.js";
29
+ import"./index-g9e2fhw2.js";
30
+ import"./index-tsmjxph2.js";
31
31
  import"./index-j37qq1f2.js";
32
32
  import {
33
33
  ApplicationScript
34
- } from "./index-rv16ck4r.js";
34
+ } from "./index-ae8ptzzm.js";
35
35
  import {
36
36
  LibraryScript
37
- } from "./index-p42te6qb.js";
37
+ } from "./index-73rnbwgg.js";
38
38
  import"./index-76rn3g2c.js";
39
39
  import {
40
40
  Exec,
@@ -42,7 +42,7 @@ import {
42
42
  command,
43
43
  runner,
44
44
  script
45
- } from "./index-bkwnr08k.js";
45
+ } from "./index-n706txcv.js";
46
46
  import"./index-fgc8r6dj.js";
47
47
  import {
48
48
  ThemeValidator,
@@ -59,7 +59,7 @@ import {
59
59
  collectScopeRecipeSources,
60
60
  extractAgentBlock,
61
61
  renderScopeAgentBlock
62
- } from "./index-1twehz1x.js";
62
+ } from "./index-8vkkm7v0.js";
63
63
  import"./index-mxvakhsm.js";
64
64
  import {
65
65
  collectRecipeSources,
@@ -70,7 +70,7 @@ import"./index-46tjzh6s.js";
70
70
  import {
71
71
  FileSys
72
72
  } from "./index-67546d0j.js";
73
- import"./index-r24hmh0q.js";
73
+ import"./index-yb2wsc7f.js";
74
74
 
75
75
  // pkgs/@akanjs/cli/workspace/workspace.runner.ts
76
76
  import path from "path";
@@ -83,7 +83,6 @@ var defaultWorkspacePeerDependencies = new Set([
83
83
  "@react-spring/web",
84
84
  "@use-gesture/react",
85
85
  "chance",
86
- "croner",
87
86
  "react",
88
87
  "react-dom",
89
88
  "react-icons",
File without changes