@aipt/cli 0.1.13 → 0.1.14
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/dist/application-runner.js +107 -107
- package/dist/application.js +68 -68
- package/dist/catalog/foundation.application-config-binding/1.0.0/release.json +2 -2
- package/dist/chunk.js +1 -1
- package/dist/package-releases/aipt--cli/0.1.14/release.json +29 -0
- package/dist/package-releases/aipt--platform-kernel/0.1.6/release.json +33 -0
- package/package.json +3 -3
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
"schemaVersion": 1,
|
|
3
3
|
"capabilityId": "foundation.application-config-binding",
|
|
4
4
|
"version": "1.0.0",
|
|
5
|
-
"integrity": "sha256:
|
|
5
|
+
"integrity": "sha256:4cf5ad5836fd3d6c2a6273e2acbad320b7b9bb068d2340bb41733077fb10b999",
|
|
6
6
|
"consumerProfile": "any-project",
|
|
7
7
|
"kind": "engineering-feature",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"profiles": ["nextjs-full-stack-application", "workspace-node-application", "workspace-web-application"],
|
|
10
|
-
"capabilities": [
|
|
10
|
+
"capabilities": ["foundation.environment-schema"]
|
|
11
11
|
},
|
|
12
12
|
"compatibility": { "node": ">=24.18.0 <25", "pnpm": "11.21.0", "typescript": "6.0.3" },
|
|
13
13
|
"integration": {
|
package/dist/chunk.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var h=Object.create;var y=Object.defineProperty;var w=Object.getOwnPropertyDescriptor;var C=Object.getOwnPropertyNames;var E=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var I=(e,n)=>()=>{try{return n||e((n={exports:{}}).exports,n),n.exports}catch(t){throw n=0,t}};var b=(e,n,t,r)=>{if(n&&typeof n=="object"||typeof n=="function")for(let o of C(n))!v.call(e,o)&&o!==t&&y(e,o,{get:()=>n[o],enumerable:!(r=w(n,o))||r.enumerable});return e};var R=(e,n,t)=>(t=e!=null?h(E(e)):{},b(n||!e||!e.__esModule?y(t,"default",{value:e,enumerable:!0}):t,e));var F="0.1.
|
|
1
|
+
var h=Object.create;var y=Object.defineProperty;var w=Object.getOwnPropertyDescriptor;var C=Object.getOwnPropertyNames;var E=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var I=(e,n)=>()=>{try{return n||e((n={exports:{}}).exports,n),n.exports}catch(t){throw n=0,t}};var b=(e,n,t,r)=>{if(n&&typeof n=="object"||typeof n=="function")for(let o of C(n))!v.call(e,o)&&o!==t&&y(e,o,{get:()=>n[o],enumerable:!(r=w(n,o))||r.enumerable});return e};var R=(e,n,t)=>(t=e!=null?h(E(e)):{},b(n||!e||!e.__esModule?y(t,"default",{value:e,enumerable:!0}):t,e));var F="0.1.14",c={DEPENDENCIES_NOT_INSTALLED:4,VERIFIER_RUNTIME_INVALID:4},S=/[\u0000-\u0008\u000B\u000C\u000E-\u001F\u007F]/u;function f(e,n){return typeof e=="string"&&e.length>0&&e.length<=n&&!S.test(e)}function j(e){let n={schemaVersion:1,kind:"dyyto-cli-domain-error",code:e.code,message:e.message,exitCode:c[e.code],...e.nextStep===void 0?{}:{nextStep:e.nextStep}},t=m(n);if(t===null)throw new TypeError("CLI domain error input is invalid");return t}function m(e){try{if(typeof e!="object"||e===null||Object.getPrototypeOf(e)!==Object.prototype)return null;let n=Object.getOwnPropertyDescriptors(e);if(Reflect.ownKeys(n).some(i=>typeof i=="symbol"))return null;let t=Object.keys(n).sort(),r="nextStep"in n?["code","exitCode","kind","message","nextStep","schemaVersion"]:["code","exitCode","kind","message","schemaVersion"];if(t.length!==r.length||t.some((i,k)=>i!==r[k])||Object.values(n).some(i=>!("value"in i)))return null;let o=i=>n[i]?.value,a=o("code");if(o("schemaVersion")!==1||o("kind")!=="dyyto-cli-domain-error"||typeof a!="string"||!(a in c)||o("exitCode")!==c[a]||!f(o("message"),500))return null;let d=o("nextStep");return d!==void 0&&!f(d,500)?null:Object.freeze({schemaVersion:1,kind:"dyyto-cli-domain-error",code:a,message:o("message"),exitCode:4,...d===void 0?{}:{nextStep:d}})}catch{return null}}function T(e){if(e instanceof l&&e.domainError!==void 0)return e.domainError;try{if(typeof e!="object"||e===null)return null;let n=Object.getOwnPropertyDescriptor(e,"domainError");return n!==void 0&&"value"in n?m(n.value):null}catch{return null}}var l=class extends Error{code;exitCode;nextStep;domainError;constructor(n){super(n.message),this.name="CliError",this.code=n.code,this.exitCode=n.exitCode,this.nextStep=n.nextStep,this.domainError=n.code in c&&n.exitCode===c[n.code]?j({code:n.code,message:n.message,...n.nextStep===void 0?{}:{nextStep:n.nextStep}}):void 0}};var _=`Dyyto Engineering Platform CLI
|
|
2
2
|
|
|
3
3
|
Usage:
|
|
4
4
|
dyyto <command> [options]
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"kind": "PackageRelease",
|
|
4
|
+
"packageName": "@aipt/cli",
|
|
5
|
+
"version": "0.1.14",
|
|
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:b6af81f197223d292c5401818c36cdd8f3f3d8220713eedc1c32e98d35802cc0"
|
|
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:166fcead1f96c5f7732a08cb7131972e66b2c06e82eef6b96bcc23c28b6ac28b"
|
|
29
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"kind": "PackageRelease",
|
|
4
|
+
"packageName": "@aipt/platform-kernel",
|
|
5
|
+
"version": "0.1.6",
|
|
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:8c019c1671922477a27d72fe81b81906625ccfd2ab84487e3df33a00b6e88813"
|
|
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:9a0f9658068c0a1a6e1927d06339793f05f977a4be38b3e6297020dc0b7c675c"
|
|
33
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aipt/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.14",
|
|
4
4
|
"description": "Dyyto 无服务工程能力目录、规划、应用与验证 CLI。",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"esbuild": "0.28.2",
|
|
29
29
|
"@aipt/object-store": "0.1.0",
|
|
30
30
|
"@aipt/page-host-gateway": "0.1.0",
|
|
31
|
-
"@aipt/
|
|
32
|
-
"@aipt/
|
|
31
|
+
"@aipt/platform-kernel": "0.1.6",
|
|
32
|
+
"@aipt/page-definition": "0.1.0"
|
|
33
33
|
},
|
|
34
34
|
"idpPackageRelease": {
|
|
35
35
|
"title": "Dyyto CLI",
|