@aipt/cli 0.1.26 → 0.1.28
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 +12 -0
- package/dist/application-runner.js +184 -172
- package/dist/application.js +116 -103
- package/dist/chunk.js +3 -2
- package/dist/optional-runtime.js +24 -24
- package/dist/package-releases/aipt--cli/0.1.28/release.json +29 -0
- package/dist/package-releases/aipt--platform-kernel/0.1.8/release.json +33 -0
- package/documentation-manifest.json +1 -1
- package/package.json +23 -25
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"kind": "PackageRelease",
|
|
4
|
+
"packageName": "@aipt/cli",
|
|
5
|
+
"version": "0.1.28",
|
|
6
|
+
"title": "Dyyto CLI",
|
|
7
|
+
"summary": "Dyyto 无服务工程能力目录、规划、应用与验证 CLI。",
|
|
8
|
+
"maturity": "candidate",
|
|
9
|
+
"source": {
|
|
10
|
+
"repository": "urn:idp:repository:dyyto",
|
|
11
|
+
"path": "apps/cli",
|
|
12
|
+
"revision": "working-tree",
|
|
13
|
+
"treeDigest": "sha256:ba947eb17e6db3a52a2443c3d74f84a5096b84a7bae050a0b3167f709bbd740f"
|
|
14
|
+
},
|
|
15
|
+
"artifact": null,
|
|
16
|
+
"compatibility": {
|
|
17
|
+
"node": ">=24.18.0 <25",
|
|
18
|
+
"packageManager": "pnpm@11.21.0"
|
|
19
|
+
},
|
|
20
|
+
"exports": [],
|
|
21
|
+
"documentation": {
|
|
22
|
+
"readme": "apps/cli/README.md",
|
|
23
|
+
"knowledgeRef": "tech://engineering-capabilities/dyyto/cli"
|
|
24
|
+
},
|
|
25
|
+
"consumerEvidence": [
|
|
26
|
+
"apps/cli/src/distribution.test.ts"
|
|
27
|
+
],
|
|
28
|
+
"releaseDigest": "sha256:c42dc1f30844bc7ed3e79044ee96bd2e6ebf0461c4dab9d6d00531c4e1ebe442"
|
|
29
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"kind": "PackageRelease",
|
|
4
|
+
"packageName": "@aipt/platform-kernel",
|
|
5
|
+
"version": "0.1.8",
|
|
6
|
+
"title": "Dyyto 工程能力内核",
|
|
7
|
+
"summary": "Dyyto 工程能力采用内核与不可变事实契约。",
|
|
8
|
+
"maturity": "candidate",
|
|
9
|
+
"source": {
|
|
10
|
+
"repository": "urn:idp:repository:dyyto",
|
|
11
|
+
"path": "packages/kernel",
|
|
12
|
+
"revision": "working-tree",
|
|
13
|
+
"treeDigest": "sha256:cfdc0a76cc30d902ab76e84d1e73f31ead261289fe9c302c28295cce022490f5"
|
|
14
|
+
},
|
|
15
|
+
"artifact": null,
|
|
16
|
+
"compatibility": {
|
|
17
|
+
"node": ">=24.18.0 <25",
|
|
18
|
+
"packageManager": "pnpm@11.21.0"
|
|
19
|
+
},
|
|
20
|
+
"exports": [
|
|
21
|
+
".",
|
|
22
|
+
"./testing"
|
|
23
|
+
],
|
|
24
|
+
"documentation": {
|
|
25
|
+
"readme": "packages/kernel/README.md",
|
|
26
|
+
"knowledgeRef": "tech://engineering-capabilities/dyyto/kernel"
|
|
27
|
+
},
|
|
28
|
+
"consumerEvidence": [
|
|
29
|
+
"apps/cli/src",
|
|
30
|
+
"fixtures"
|
|
31
|
+
],
|
|
32
|
+
"releaseDigest": "sha256:d77f8726c01fd333f7d07aeddb3e6ab1a9fb061162025eb6c0c3846ba18b69d5"
|
|
33
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
3
|
"package": "@aipt/cli",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.28",
|
|
5
5
|
"documents": [
|
|
6
6
|
{ "id": "bootstrap", "path": "docs/bootstrap.md", "digest": "sha256:0a5c0ed04164bc249f44877889f5a0174de1037699b2682c9632ac057f1cc450" },
|
|
7
7
|
{ "id": "agent-integration", "path": "docs/agent-integration.md", "digest": "sha256:6b3e9425bd5caf233971bc27dc2ef765bd1e9b92a049d3a394e075ed80c0863f" },
|
package/package.json
CHANGED
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aipt/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.28",
|
|
4
4
|
"description": "Dyyto 无服务工程能力目录、规划、应用与验证 CLI。",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"dyyto": "./dist/cli.js"
|
|
8
8
|
},
|
|
9
|
-
"publishConfig": {
|
|
10
|
-
"access": "public"
|
|
11
|
-
},
|
|
9
|
+
"publishConfig": { "access": "public" },
|
|
12
10
|
"files": [
|
|
13
11
|
"dist/cli.js",
|
|
14
12
|
"dist/application.js",
|
|
@@ -19,19 +17,31 @@
|
|
|
19
17
|
"dist/package-releases",
|
|
20
18
|
"dist/contracts",
|
|
21
19
|
"dist/recipes",
|
|
22
|
-
"dist/templates"
|
|
23
|
-
"docs"
|
|
24
|
-
"documentation-manifest.json"
|
|
20
|
+
"dist/templates"
|
|
21
|
+
,"docs"
|
|
22
|
+
,"documentation-manifest.json"
|
|
25
23
|
],
|
|
24
|
+
"scripts": {
|
|
25
|
+
"build": "node tooling/build.mjs",
|
|
26
|
+
"pack:artifact": "corepack pnpm build && corepack pnpm pack",
|
|
27
|
+
"publish:private": "node tooling/publish-cli.mjs --private",
|
|
28
|
+
"publish:public": "node tooling/publish-cli.mjs --public",
|
|
29
|
+
"typecheck": "tsc --noEmit -p tsconfig.json",
|
|
30
|
+
"test": "corepack pnpm run test:performance && corepack pnpm run test:correctness && corepack pnpm run test:registry",
|
|
31
|
+
"test:correctness": "vitest run --dir src --exclude '**/startup.test.ts' --exclude '**/package-registry.integration.test.ts' --exclude '**/registry-provider.integration.test.ts' --exclude '**/*.migration.test.ts' --testTimeout 60000 --hookTimeout 60000 --maxWorkers=1",
|
|
32
|
+
"test:migration-sources": "vitest run src/ui-package-distribution.migration.test.ts --testTimeout 60000",
|
|
33
|
+
"test:registry": "vitest run src/package-registry.integration.test.ts src/registry-provider.integration.test.ts --testTimeout 240000",
|
|
34
|
+
"test:performance": "vitest run src/startup.test.ts --testTimeout 15000"
|
|
35
|
+
},
|
|
26
36
|
"engines": {
|
|
27
37
|
"node": ">=24.18.0 <25"
|
|
28
38
|
},
|
|
29
39
|
"devDependencies": {
|
|
30
|
-
"
|
|
31
|
-
"@aipt/
|
|
32
|
-
"@aipt/page-host-gateway": "
|
|
33
|
-
"@aipt/
|
|
34
|
-
"
|
|
40
|
+
"@aipt/object-store": "workspace:*",
|
|
41
|
+
"@aipt/page-definition": "workspace:*",
|
|
42
|
+
"@aipt/page-host-gateway": "workspace:*",
|
|
43
|
+
"@aipt/platform-kernel": "workspace:*",
|
|
44
|
+
"esbuild": "0.28.2"
|
|
35
45
|
},
|
|
36
46
|
"idpPackageRelease": {
|
|
37
47
|
"title": "Dyyto CLI",
|
|
@@ -43,17 +53,5 @@
|
|
|
43
53
|
"consumerEvidence": [
|
|
44
54
|
"apps/cli/src/distribution.test.ts"
|
|
45
55
|
]
|
|
46
|
-
},
|
|
47
|
-
"scripts": {
|
|
48
|
-
"build": "node tooling/build.mjs",
|
|
49
|
-
"pack:artifact": "corepack pnpm build && corepack pnpm pack",
|
|
50
|
-
"publish:private": "node tooling/publish-cli.mjs --private",
|
|
51
|
-
"publish:public": "node tooling/publish-cli.mjs --public",
|
|
52
|
-
"typecheck": "tsc --noEmit -p tsconfig.json",
|
|
53
|
-
"test": "corepack pnpm run test:performance && corepack pnpm run test:correctness && corepack pnpm run test:registry",
|
|
54
|
-
"test:correctness": "vitest run --dir src --exclude '**/startup.test.ts' --exclude '**/package-registry.integration.test.ts' --exclude '**/registry-provider.integration.test.ts' --exclude '**/*.migration.test.ts' --testTimeout 60000 --hookTimeout 60000 --maxWorkers=1",
|
|
55
|
-
"test:migration-sources": "vitest run src/ui-package-distribution.migration.test.ts --testTimeout 60000",
|
|
56
|
-
"test:registry": "vitest run src/package-registry.integration.test.ts src/registry-provider.integration.test.ts --testTimeout 240000",
|
|
57
|
-
"test:performance": "vitest run src/startup.test.ts --testTimeout 15000"
|
|
58
56
|
}
|
|
59
|
-
}
|
|
57
|
+
}
|