@akanjs/cli 3.0.0-alpha.16 → 3.0.0-alpha.17
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/.build-stamp +1 -1
- package/README.ko.md +1 -1
- package/README.md +1 -1
- package/{abstractCompactor-e5yq60qz.js → abstractCompactor-khr60389.js} +1 -1
- package/{agent.command-h6tc0pzh.js → agent.command-e835fjem.js} +6 -6
- package/{application.command-kphnfwyg.js → application.command-bexm4597.js} +5 -5
- package/{applicationBuildRunner-9ps10a0h.js → applicationBuildRunner-sgr3aq5b.js} +5 -6
- package/{applicationReleasePackager-gg8ccbeh.js → applicationReleasePackager-93nzdfsy.js} +1 -1
- package/buildBatch.proc.js +4 -4
- package/{capacitorApp-9ejk3k7q.js → capacitorApp-qv7g3dp2.js} +27 -27
- package/{cloud.command-zn6mfscb.js → cloud.command-v44fdp23.js} +8 -8
- package/{context.command-pkbccyys.js → context.command-q8r0tge3.js} +13 -13
- package/{dependencyScanner-f6grrep3.js → dependencyScanner-rbs2407b.js} +1 -1
- package/{getDirname-m9s0cmhq.js → getDirname-ka11hm7e.js} +1 -1
- package/{guideline.command-0jj2k77g.js → guideline.command-pye36g73.js} +3 -3
- package/guidelines/conventions/conventions.instruction.md +84 -6
- package/incrementalBuilder.proc.js +3 -3
- package/{index-xwfkgss0.js → index-33zce8gt.js} +8 -4
- package/{index-w7farjxd.js → index-3dp7x6rc.js} +3 -3
- package/{index-p42te6qb.js → index-73rnbwgg.js} +14 -6
- package/{index-1twehz1x.js → index-8vkkm7v0.js} +8 -18
- package/{index-g3brq942.js → index-9djnsdgf.js} +5 -5
- package/{index-b9m84bjp.js → index-d4d3q2r8.js} +10 -10
- package/{index-96vpa123.js → index-fb2wa7j3.js} +3 -3
- package/{index-djh5gpb7.js → index-g9e2fhw2.js} +2 -2
- package/{index-4v0wvt37.js → index-hxp90q94.js} +4 -4
- package/{index-7ecpft60.js → index-k6fvbcj1.js} +3 -3
- package/{index-aak9cctp.js → index-myy6xy5w.js} +4 -4
- package/{index-gz91pc3p.js → index-mz5jtaq7.js} +1 -1
- package/{index-bkwnr08k.js → index-n706txcv.js} +2 -2
- package/{index-gyvrhtpm.js → index-qc0tnhs2.js} +1 -1
- package/{index-j9cxndc0.js → index-qyffprfs.js} +7 -5
- package/{index-8d9r0df5.js → index-sn71brf9.js} +2 -2
- package/{index-9s991k9v.js → index-tsmjxph2.js} +1 -1
- package/{index-2m11t9ek.js → index-v5vmgh0z.js} +3 -208
- package/{index-rv16ck4r.js → index-x2w0y8sz.js} +8 -8
- package/{index-4agbdds8.js → index-xyrb7pk5.js} +3 -3
- package/index.js +19 -19
- package/{library.command-wbptp6q3.js → library.command-v5cyaw9t.js} +4 -4
- package/{localRegistry.command-6ea3pgq0.js → localRegistry.command-tqnh5g77.js} +7 -7
- package/{module.command-ghkf919z.js → module.command-wxsvyadc.js} +6 -6
- package/{package.command-ph2m34tv.js → package.command-qkcs60ts.js} +4 -4
- package/package.json +3 -4
- package/{page.command-atnzfn88.js → page.command-qj5bfnh9.js} +4 -4
- package/{primitive.command-7qbdhfc2.js → primitive.command-c5jtk3e9.js} +7 -7
- package/{quality.command-51q9kmhj.js → quality.command-f8drhx6c.js} +3 -3
- package/{recipeScanner-tghkzrrt.js → recipeScanner-zrzev25x.js} +3 -3
- package/{repair.command-weakn0yr.js → repair.command-mzwtejpk.js} +6 -6
- package/{routeSourceValidator-e4jmbfcx.js → routeSourceValidator-7fycdqyv.js} +1 -1
- package/{scalar.command-xdjhvsgb.js → scalar.command-0yvwfv8m.js} +5 -5
- package/{typeChecker-kravn7ns.js → typeChecker-g6bh0xfv.js} +1 -1
- package/typecheck.proc.js +1 -1
- package/{workflow.command-msm2tjee.js → workflow.command-ak6at7nz.js} +10 -10
- package/{workspace.command-gr8z82z9.js → workspace.command-9ncr56g4.js} +19 -20
- /package/{index-r24hmh0q.js → index-yb2wsc7f.js} +0 -0
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
LibraryScript
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-73rnbwgg.js";
|
|
5
5
|
import {
|
|
6
6
|
resolveMobileTargets
|
|
7
7
|
} from "./index-76rn3g2c.js";
|
|
8
8
|
import {
|
|
9
9
|
runner,
|
|
10
10
|
script
|
|
11
|
-
} from "./index-
|
|
11
|
+
} from "./index-n706txcv.js";
|
|
12
12
|
import {
|
|
13
13
|
HmrWatcher,
|
|
14
14
|
WatchRootResolver
|
|
@@ -18,10 +18,10 @@ import {
|
|
|
18
18
|
LibExecutor,
|
|
19
19
|
PkgExecutor,
|
|
20
20
|
WorkspaceExecutor
|
|
21
|
-
} from "./index-
|
|
21
|
+
} from "./index-8vkkm7v0.js";
|
|
22
22
|
import {
|
|
23
23
|
__require
|
|
24
|
-
} from "./index-
|
|
24
|
+
} from "./index-yb2wsc7f.js";
|
|
25
25
|
|
|
26
26
|
// pkgs/@akanjs/devkit/applicationBuildReporter.ts
|
|
27
27
|
import { Logger } from "akanjs/common";
|
|
@@ -1898,10 +1898,10 @@ function openBrowser(url) {
|
|
|
1898
1898
|
}
|
|
1899
1899
|
|
|
1900
1900
|
// pkgs/@akanjs/cli/application/application.runner.ts
|
|
1901
|
-
var loadBuildRunner = async () => (await import("./applicationBuildRunner-
|
|
1902
|
-
var loadReleasePackager = async () => (await import("./applicationReleasePackager-
|
|
1903
|
-
var loadCapacitorApp = async () => (await import("./capacitorApp-
|
|
1904
|
-
var loadAbstractCompactor = async () => (await import("./abstractCompactor-
|
|
1901
|
+
var loadBuildRunner = async () => (await import("./applicationBuildRunner-sgr3aq5b.js")).ApplicationBuildRunner;
|
|
1902
|
+
var loadReleasePackager = async () => (await import("./applicationReleasePackager-93nzdfsy.js")).ApplicationReleasePackager;
|
|
1903
|
+
var loadCapacitorApp = async () => (await import("./capacitorApp-qv7g3dp2.js")).CapacitorApp;
|
|
1904
|
+
var loadAbstractCompactor = async () => (await import("./abstractCompactor-khr60389.js")).AbstractCompactor;
|
|
1905
1905
|
var loadPrompts = async () => await import("@inquirer/prompts");
|
|
1906
1906
|
|
|
1907
1907
|
class ApplicationRunner extends runner("application") {
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
AkanContextAnalyzer
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-g9e2fhw2.js";
|
|
5
5
|
import {
|
|
6
6
|
createRepairReport,
|
|
7
7
|
generatedFilePathsForTarget,
|
|
8
8
|
renderRepairReport,
|
|
9
9
|
writeGeneratedSyncState,
|
|
10
10
|
writeWorkflowRunArtifact
|
|
11
|
-
} from "./index-
|
|
11
|
+
} from "./index-tsmjxph2.js";
|
|
12
12
|
import {
|
|
13
13
|
runner
|
|
14
|
-
} from "./index-
|
|
14
|
+
} from "./index-n706txcv.js";
|
|
15
15
|
|
|
16
16
|
// pkgs/@akanjs/cli/repair/repair.runner.ts
|
|
17
17
|
var commandForShell = (command) => command.startsWith("akan ") ? `bun run ${command}` : command;
|
package/index.js
CHANGED
|
@@ -4,36 +4,36 @@ import {
|
|
|
4
4
|
getTargetCommandNames,
|
|
5
5
|
getTargetMetas,
|
|
6
6
|
runCommands
|
|
7
|
-
} from "./index-
|
|
8
|
-
import"./index-
|
|
7
|
+
} from "./index-n706txcv.js";
|
|
8
|
+
import"./index-8vkkm7v0.js";
|
|
9
9
|
import"./index-mxvakhsm.js";
|
|
10
10
|
import"./index-1577bej2.js";
|
|
11
11
|
import"./index-67546d0j.js";
|
|
12
12
|
import {
|
|
13
13
|
__require
|
|
14
|
-
} from "./index-
|
|
14
|
+
} from "./index-yb2wsc7f.js";
|
|
15
15
|
|
|
16
16
|
// pkgs/@akanjs/cli/commandManifest.ts
|
|
17
17
|
import path from "path";
|
|
18
18
|
|
|
19
19
|
// pkgs/@akanjs/cli/commandModules.ts
|
|
20
20
|
var commandModules = {
|
|
21
|
-
workspace: async () => (await import("./workspace.command-
|
|
22
|
-
agent: async () => (await import("./agent.command-
|
|
23
|
-
application: async () => (await import("./application.command-
|
|
24
|
-
library: async () => (await import("./library.command-
|
|
25
|
-
localRegistry: async () => (await import("./localRegistry.command-
|
|
26
|
-
package: async () => (await import("./package.command-
|
|
27
|
-
module: async () => (await import("./module.command-
|
|
28
|
-
page: async () => (await import("./page.command-
|
|
29
|
-
context: async () => (await import("./context.command-
|
|
30
|
-
cloud: async () => (await import("./cloud.command-
|
|
31
|
-
guideline: async () => (await import("./guideline.command-
|
|
32
|
-
scalar: async () => (await import("./scalar.command-
|
|
33
|
-
primitive: async () => (await import("./primitive.command-
|
|
34
|
-
quality: async () => (await import("./quality.command-
|
|
35
|
-
repair: async () => (await import("./repair.command-
|
|
36
|
-
workflow: async () => (await import("./workflow.command-
|
|
21
|
+
workspace: async () => (await import("./workspace.command-9ncr56g4.js")).WorkspaceCommand,
|
|
22
|
+
agent: async () => (await import("./agent.command-e835fjem.js")).AgentCommand,
|
|
23
|
+
application: async () => (await import("./application.command-bexm4597.js")).ApplicationCommand,
|
|
24
|
+
library: async () => (await import("./library.command-v5cyaw9t.js")).LibraryCommand,
|
|
25
|
+
localRegistry: async () => (await import("./localRegistry.command-tqnh5g77.js")).LocalRegistryCommand,
|
|
26
|
+
package: async () => (await import("./package.command-qkcs60ts.js")).PackageCommand,
|
|
27
|
+
module: async () => (await import("./module.command-wxsvyadc.js")).ModuleCommand,
|
|
28
|
+
page: async () => (await import("./page.command-qj5bfnh9.js")).PageCommand,
|
|
29
|
+
context: async () => (await import("./context.command-q8r0tge3.js")).ContextCommand,
|
|
30
|
+
cloud: async () => (await import("./cloud.command-v44fdp23.js")).CloudCommand,
|
|
31
|
+
guideline: async () => (await import("./guideline.command-pye36g73.js")).GuidelineCommand,
|
|
32
|
+
scalar: async () => (await import("./scalar.command-0yvwfv8m.js")).ScalarCommand,
|
|
33
|
+
primitive: async () => (await import("./primitive.command-c5jtk3e9.js")).PrimitiveCommand,
|
|
34
|
+
quality: async () => (await import("./quality.command-f8drhx6c.js")).QualityCommand,
|
|
35
|
+
repair: async () => (await import("./repair.command-mzwtejpk.js")).RepairCommand,
|
|
36
|
+
workflow: async () => (await import("./workflow.command-ak6at7nz.js")).WorkflowCommand
|
|
37
37
|
};
|
|
38
38
|
var commandModuleIds = Object.keys(commandModules);
|
|
39
39
|
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
LibraryScript
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-73rnbwgg.js";
|
|
5
5
|
import {
|
|
6
6
|
Lib,
|
|
7
7
|
Workspace,
|
|
8
8
|
command
|
|
9
|
-
} from "./index-
|
|
10
|
-
import"./index-
|
|
9
|
+
} from "./index-n706txcv.js";
|
|
10
|
+
import"./index-8vkkm7v0.js";
|
|
11
11
|
import"./index-mxvakhsm.js";
|
|
12
12
|
import"./index-1577bej2.js";
|
|
13
13
|
import"./index-67546d0j.js";
|
|
14
|
-
import"./index-
|
|
14
|
+
import"./index-yb2wsc7f.js";
|
|
15
15
|
|
|
16
16
|
// pkgs/@akanjs/cli/library/library.command.ts
|
|
17
17
|
class LibraryCommand extends command("library", [LibraryScript], ({ public: target }) => ({
|
|
@@ -2,32 +2,32 @@
|
|
|
2
2
|
import {
|
|
3
3
|
CloudRunner,
|
|
4
4
|
getNpmRegistryUrl
|
|
5
|
-
} from "./index-
|
|
5
|
+
} from "./index-fb2wa7j3.js";
|
|
6
6
|
import {
|
|
7
7
|
PackageScript
|
|
8
|
-
} from "./index-
|
|
8
|
+
} from "./index-33zce8gt.js";
|
|
9
9
|
import"./index-0cj2zxbm.js";
|
|
10
10
|
import {
|
|
11
11
|
ApplicationScript
|
|
12
|
-
} from "./index-
|
|
13
|
-
import"./index-
|
|
12
|
+
} from "./index-x2w0y8sz.js";
|
|
13
|
+
import"./index-73rnbwgg.js";
|
|
14
14
|
import"./index-76rn3g2c.js";
|
|
15
15
|
import {
|
|
16
16
|
Workspace,
|
|
17
17
|
command,
|
|
18
18
|
runner,
|
|
19
19
|
script
|
|
20
|
-
} from "./index-
|
|
20
|
+
} from "./index-n706txcv.js";
|
|
21
21
|
import"./index-fgc8r6dj.js";
|
|
22
22
|
import"./index-bjpxzr6s.js";
|
|
23
23
|
import {
|
|
24
24
|
PkgExecutor
|
|
25
|
-
} from "./index-
|
|
25
|
+
} from "./index-8vkkm7v0.js";
|
|
26
26
|
import"./index-mxvakhsm.js";
|
|
27
27
|
import"./index-1577bej2.js";
|
|
28
28
|
import"./index-46tjzh6s.js";
|
|
29
29
|
import"./index-67546d0j.js";
|
|
30
|
-
import"./index-
|
|
30
|
+
import"./index-yb2wsc7f.js";
|
|
31
31
|
|
|
32
32
|
// pkgs/@akanjs/cli/localRegistry/localRegistry.runner.ts
|
|
33
33
|
import { mkdir, rm } from "fs/promises";
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
ModuleScript
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-myy6xy5w.js";
|
|
5
5
|
import"./index-ss469dec.js";
|
|
6
|
-
import"./index-
|
|
6
|
+
import"./index-qc0tnhs2.js";
|
|
7
7
|
import"./index-0cj2zxbm.js";
|
|
8
8
|
import {
|
|
9
9
|
renderPrimitiveReport
|
|
10
|
-
} from "./index-
|
|
10
|
+
} from "./index-tsmjxph2.js";
|
|
11
11
|
import"./index-j37qq1f2.js";
|
|
12
12
|
import {
|
|
13
13
|
Module,
|
|
14
14
|
Sys,
|
|
15
15
|
command
|
|
16
|
-
} from "./index-
|
|
17
|
-
import"./index-
|
|
16
|
+
} from "./index-n706txcv.js";
|
|
17
|
+
import"./index-8vkkm7v0.js";
|
|
18
18
|
import"./index-mxvakhsm.js";
|
|
19
19
|
import"./index-1577bej2.js";
|
|
20
20
|
import"./index-67546d0j.js";
|
|
21
|
-
import"./index-
|
|
21
|
+
import"./index-yb2wsc7f.js";
|
|
22
22
|
|
|
23
23
|
// pkgs/@akanjs/cli/module/module.command.ts
|
|
24
24
|
import { Logger, lowerlize } from "akanjs/common";
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
PackageScript
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-33zce8gt.js";
|
|
5
5
|
import {
|
|
6
6
|
Pkg,
|
|
7
7
|
Workspace,
|
|
8
8
|
command
|
|
9
|
-
} from "./index-
|
|
10
|
-
import"./index-
|
|
9
|
+
} from "./index-n706txcv.js";
|
|
10
|
+
import"./index-8vkkm7v0.js";
|
|
11
11
|
import"./index-mxvakhsm.js";
|
|
12
12
|
import"./index-1577bej2.js";
|
|
13
13
|
import"./index-46tjzh6s.js";
|
|
14
14
|
import"./index-67546d0j.js";
|
|
15
|
-
import"./index-
|
|
15
|
+
import"./index-yb2wsc7f.js";
|
|
16
16
|
|
|
17
17
|
// pkgs/@akanjs/cli/package/package.command.ts
|
|
18
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": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.17",
|
|
4
4
|
"sourceType": "module",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"publishConfig": {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"directory": "pkgs/@akanjs/cli"
|
|
15
15
|
},
|
|
16
16
|
"engines": {
|
|
17
|
-
"bun": ">=1.
|
|
17
|
+
"bun": ">=1.4.0"
|
|
18
18
|
},
|
|
19
19
|
"bin": {
|
|
20
20
|
"akan": "./index.js",
|
|
@@ -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": "3.0.0-alpha.
|
|
37
|
+
"akanjs": "3.0.0-alpha.17",
|
|
38
38
|
"chalk": "^5.6.2",
|
|
39
39
|
"commander": "^14.0.3",
|
|
40
40
|
"dayjs": "^1.11.20",
|
|
@@ -42,7 +42,6 @@
|
|
|
42
42
|
"fonteditor-core": "^2.6.3",
|
|
43
43
|
"ignore": "^7.0.5",
|
|
44
44
|
"ink": "^6.8.0",
|
|
45
|
-
"js-yaml": "^4.1.1",
|
|
46
45
|
"ora": "^9.4.0",
|
|
47
46
|
"qrcode": "^1.5.4",
|
|
48
47
|
"react": "19.2.7",
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
PageScript
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-qc0tnhs2.js";
|
|
5
5
|
import {
|
|
6
6
|
App,
|
|
7
7
|
Module,
|
|
8
8
|
command
|
|
9
|
-
} from "./index-
|
|
10
|
-
import"./index-
|
|
9
|
+
} from "./index-n706txcv.js";
|
|
10
|
+
import"./index-8vkkm7v0.js";
|
|
11
11
|
import"./index-mxvakhsm.js";
|
|
12
12
|
import"./index-1577bej2.js";
|
|
13
13
|
import"./index-67546d0j.js";
|
|
14
|
-
import"./index-
|
|
14
|
+
import"./index-yb2wsc7f.js";
|
|
15
15
|
|
|
16
16
|
// pkgs/@akanjs/cli/page/page.command.ts
|
|
17
17
|
class PageCommand extends command("page", [PageScript], ({ public: target }) => ({
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
PrimitiveScript
|
|
4
|
-
} from "./index-
|
|
5
|
-
import"./index-
|
|
4
|
+
} from "./index-hxp90q94.js";
|
|
5
|
+
import"./index-myy6xy5w.js";
|
|
6
6
|
import"./index-ss469dec.js";
|
|
7
|
-
import"./index-
|
|
7
|
+
import"./index-qc0tnhs2.js";
|
|
8
8
|
import"./index-0cj2zxbm.js";
|
|
9
9
|
import {
|
|
10
10
|
renderPrimitiveReport
|
|
11
|
-
} from "./index-
|
|
11
|
+
} from "./index-tsmjxph2.js";
|
|
12
12
|
import"./index-j37qq1f2.js";
|
|
13
13
|
import {
|
|
14
14
|
Workspace,
|
|
15
15
|
command
|
|
16
|
-
} from "./index-
|
|
17
|
-
import"./index-
|
|
16
|
+
} from "./index-n706txcv.js";
|
|
17
|
+
import"./index-8vkkm7v0.js";
|
|
18
18
|
import"./index-mxvakhsm.js";
|
|
19
19
|
import"./index-1577bej2.js";
|
|
20
20
|
import"./index-67546d0j.js";
|
|
21
|
-
import"./index-
|
|
21
|
+
import"./index-yb2wsc7f.js";
|
|
22
22
|
|
|
23
23
|
// pkgs/@akanjs/cli/primitive/primitive.command.ts
|
|
24
24
|
import { Logger } from "akanjs/common";
|
|
@@ -7,15 +7,15 @@ import {
|
|
|
7
7
|
command,
|
|
8
8
|
runner,
|
|
9
9
|
script
|
|
10
|
-
} from "./index-
|
|
10
|
+
} from "./index-n706txcv.js";
|
|
11
11
|
import {
|
|
12
12
|
appRootAllowedFiles,
|
|
13
13
|
libFacetRootAllowedFiles
|
|
14
|
-
} from "./index-
|
|
14
|
+
} from "./index-8vkkm7v0.js";
|
|
15
15
|
import"./index-mxvakhsm.js";
|
|
16
16
|
import"./index-1577bej2.js";
|
|
17
17
|
import"./index-67546d0j.js";
|
|
18
|
-
import"./index-
|
|
18
|
+
import"./index-yb2wsc7f.js";
|
|
19
19
|
|
|
20
20
|
// pkgs/@akanjs/devkit/qualityScanner.ts
|
|
21
21
|
import { createHash } from "crypto";
|
|
@@ -4,9 +4,9 @@ import {
|
|
|
4
4
|
findInlineRecipeDuplicates,
|
|
5
5
|
scanRecipes
|
|
6
6
|
} from "./index-xys926f2.js";
|
|
7
|
-
import"./index-
|
|
7
|
+
import"./index-yb2wsc7f.js";
|
|
8
8
|
export {
|
|
9
|
-
|
|
9
|
+
collectRecipeSources,
|
|
10
10
|
findInlineRecipeDuplicates,
|
|
11
|
-
|
|
11
|
+
scanRecipes
|
|
12
12
|
};
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
RepairRunner
|
|
4
|
-
} from "./index-
|
|
5
|
-
import"./index-
|
|
6
|
-
import"./index-
|
|
4
|
+
} from "./index-xyrb7pk5.js";
|
|
5
|
+
import"./index-g9e2fhw2.js";
|
|
6
|
+
import"./index-tsmjxph2.js";
|
|
7
7
|
import {
|
|
8
8
|
Workspace,
|
|
9
9
|
command,
|
|
10
10
|
script
|
|
11
|
-
} from "./index-
|
|
12
|
-
import"./index-
|
|
11
|
+
} from "./index-n706txcv.js";
|
|
12
|
+
import"./index-8vkkm7v0.js";
|
|
13
13
|
import"./index-mxvakhsm.js";
|
|
14
14
|
import"./index-xys926f2.js";
|
|
15
15
|
import"./index-1577bej2.js";
|
|
16
16
|
import"./index-67546d0j.js";
|
|
17
|
-
import"./index-
|
|
17
|
+
import"./index-yb2wsc7f.js";
|
|
18
18
|
|
|
19
19
|
// pkgs/@akanjs/cli/repair/repair.script.ts
|
|
20
20
|
import { Logger } from "akanjs/common";
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
ScalarScript
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-sn71brf9.js";
|
|
5
5
|
import"./index-ss469dec.js";
|
|
6
6
|
import"./index-0cj2zxbm.js";
|
|
7
7
|
import {
|
|
8
8
|
renderPrimitiveReport
|
|
9
|
-
} from "./index-
|
|
9
|
+
} from "./index-tsmjxph2.js";
|
|
10
10
|
import"./index-j37qq1f2.js";
|
|
11
11
|
import {
|
|
12
12
|
Sys,
|
|
13
13
|
command
|
|
14
|
-
} from "./index-
|
|
15
|
-
import"./index-
|
|
14
|
+
} from "./index-n706txcv.js";
|
|
15
|
+
import"./index-8vkkm7v0.js";
|
|
16
16
|
import"./index-mxvakhsm.js";
|
|
17
17
|
import"./index-1577bej2.js";
|
|
18
18
|
import"./index-67546d0j.js";
|
|
19
|
-
import"./index-
|
|
19
|
+
import"./index-yb2wsc7f.js";
|
|
20
20
|
|
|
21
21
|
// pkgs/@akanjs/cli/scalar/scalar.command.ts
|
|
22
22
|
import { Logger, lowerlize } from "akanjs/common";
|
package/typecheck.proc.js
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
WorkflowRunner
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-3dp7x6rc.js";
|
|
5
5
|
import {
|
|
6
6
|
ScalarScript
|
|
7
|
-
} from "./index-
|
|
7
|
+
} from "./index-sn71brf9.js";
|
|
8
8
|
import {
|
|
9
9
|
PrimitiveScript
|
|
10
|
-
} from "./index-
|
|
10
|
+
} from "./index-hxp90q94.js";
|
|
11
11
|
import {
|
|
12
12
|
ModuleScript
|
|
13
|
-
} from "./index-
|
|
13
|
+
} from "./index-myy6xy5w.js";
|
|
14
14
|
import"./index-ss469dec.js";
|
|
15
|
-
import"./index-
|
|
15
|
+
import"./index-qc0tnhs2.js";
|
|
16
16
|
import"./index-0cj2zxbm.js";
|
|
17
|
-
import"./index-
|
|
17
|
+
import"./index-g9e2fhw2.js";
|
|
18
18
|
import {
|
|
19
19
|
createWorkflowStepRegistry
|
|
20
|
-
} from "./index-
|
|
20
|
+
} from "./index-tsmjxph2.js";
|
|
21
21
|
import"./index-j37qq1f2.js";
|
|
22
22
|
import {
|
|
23
23
|
Workspace,
|
|
24
24
|
command,
|
|
25
25
|
script
|
|
26
|
-
} from "./index-
|
|
27
|
-
import"./index-
|
|
26
|
+
} from "./index-n706txcv.js";
|
|
27
|
+
import"./index-8vkkm7v0.js";
|
|
28
28
|
import"./index-mxvakhsm.js";
|
|
29
29
|
import"./index-xys926f2.js";
|
|
30
30
|
import"./index-1577bej2.js";
|
|
31
31
|
import"./index-67546d0j.js";
|
|
32
|
-
import"./index-
|
|
32
|
+
import"./index-yb2wsc7f.js";
|
|
33
33
|
|
|
34
34
|
// pkgs/@akanjs/cli/workflow/workflow.script.ts
|
|
35
35
|
import { Logger } from "akanjs/common";
|
|
@@ -1,40 +1,40 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
ContextScript
|
|
4
|
-
} from "./index-
|
|
5
|
-
import"./index-
|
|
6
|
-
import"./index-
|
|
7
|
-
import"./index-
|
|
8
|
-
import"./index-
|
|
9
|
-
import"./index-
|
|
4
|
+
} from "./index-d4d3q2r8.js";
|
|
5
|
+
import"./index-xyrb7pk5.js";
|
|
6
|
+
import"./index-3dp7x6rc.js";
|
|
7
|
+
import"./index-sn71brf9.js";
|
|
8
|
+
import"./index-hxp90q94.js";
|
|
9
|
+
import"./index-myy6xy5w.js";
|
|
10
10
|
import"./index-ss469dec.js";
|
|
11
|
-
import"./index-
|
|
11
|
+
import"./index-qc0tnhs2.js";
|
|
12
12
|
import {
|
|
13
13
|
CloudScript
|
|
14
|
-
} from "./index-
|
|
14
|
+
} from "./index-9djnsdgf.js";
|
|
15
15
|
import {
|
|
16
16
|
getLatestPackageVersion,
|
|
17
17
|
getNpmRegistryUrl
|
|
18
|
-
} from "./index-
|
|
18
|
+
} from "./index-fb2wa7j3.js";
|
|
19
19
|
import {
|
|
20
20
|
PackageScript
|
|
21
|
-
} from "./index-
|
|
22
|
-
import"./index-
|
|
21
|
+
} from "./index-33zce8gt.js";
|
|
22
|
+
import"./index-mz5jtaq7.js";
|
|
23
23
|
import {
|
|
24
24
|
GlobalConfig
|
|
25
25
|
} from "./index-0cj2zxbm.js";
|
|
26
26
|
import {
|
|
27
27
|
AgentScript
|
|
28
|
-
} from "./index-
|
|
29
|
-
import"./index-
|
|
30
|
-
import"./index-
|
|
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-
|
|
34
|
+
} from "./index-x2w0y8sz.js";
|
|
35
35
|
import {
|
|
36
36
|
LibraryScript
|
|
37
|
-
} from "./index-
|
|
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-
|
|
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-
|
|
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-
|
|
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
|