@aiready/change-amplification 0.14.20 → 0.14.21

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.
@@ -1,2 +1,24 @@
1
1
 
2
- 
2
+ 
3
+ > @aiready/change-amplification@0.14.21 build /Users/pengcao/projects/aiready/packages/change-amplification
4
+ > tsup src/index.ts src/cli.ts --format cjs,esm --dts
5
+
6
+ CLI Building entry: src/cli.ts, src/index.ts
7
+ CLI Using tsconfig: tsconfig.json
8
+ CLI tsup v8.5.1
9
+ CLI Target: es2020
10
+ CJS Build start
11
+ ESM Build start
12
+ CJS dist/cli.js 8.99 KB
13
+ CJS dist/index.js 7.53 KB
14
+ CJS ⚡️ Build success in 123ms
15
+ ESM dist/cli.mjs 2.41 KB
16
+ ESM dist/chunk-KUIEB4UN.mjs 5.32 KB
17
+ ESM dist/index.mjs 916.00 B
18
+ ESM ⚡️ Build success in 123ms
19
+ DTS Build start
20
+ DTS ⚡️ Build success in 3651ms
21
+ DTS dist/cli.d.ts 266.00 B
22
+ DTS dist/index.d.ts 937.00 B
23
+ DTS dist/cli.d.mts 266.00 B
24
+ DTS dist/index.d.mts 937.00 B
@@ -1,6 +1,7 @@
1
-
2
- > @aiready/change-amplification@0.14.19 format-check /Users/pengcao/projects/aiready/packages/change-amplification
3
- > prettier --check . --ignore-path ../../.prettierignore
4
-
5
- Checking formatting...
6
- All matched files use Prettier code style!
1
+
2
+ 
3
+ > @aiready/change-amplification@0.14.21 format-check /Users/pengcao/projects/aiready/packages/change-amplification
4
+ > prettier --check . --ignore-path ../../.prettierignore
5
+
6
+ Checking formatting...
7
+ package.jsonREADME.mdsrc/__tests__/analyzer.test.tssrc/__tests__/cli.test.tssrc/__tests__/contract.test.tssrc/__tests__/dummy.test.tssrc/__tests__/provider.test.tssrc/__tests__/scoring.test.tssrc/analyzer.tssrc/cli.tssrc/index.tssrc/provider.tssrc/scoring.tssrc/types.tstsconfig.jsonAll matched files use Prettier code style!
@@ -0,0 +1,5 @@
1
+
2
+ 
3
+ > @aiready/change-amplification@0.14.20 lint:fix /Users/pengcao/projects/aiready/packages/change-amplification
4
+ > eslint . --fix
5
+
@@ -1,4 +1,5 @@
1
-
2
- > @aiready/change-amplification@0.14.19 lint /Users/pengcao/projects/aiready/packages/change-amplification
3
- > eslint src --ext .ts
4
-
1
+
2
+ 
3
+ > @aiready/change-amplification@0.14.21 lint /Users/pengcao/projects/aiready/packages/change-amplification
4
+ > eslint src --ext .ts
5
+
@@ -1,4 +1,5 @@
1
-
2
- > @aiready/change-amplification@0.14.19 type-check /Users/pengcao/projects/aiready/packages/change-amplification
3
- > tsc --noEmit
4
-
1
+
2
+ 
3
+ > @aiready/change-amplification@0.14.21 type-check /Users/pengcao/projects/aiready/packages/change-amplification
4
+ > tsc --noEmit
5
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/change-amplification",
3
- "version": "0.14.20",
3
+ "version": "0.14.21",
4
4
  "description": "AI-Readiness: Change Amplification Detection",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -10,7 +10,7 @@
10
10
  "chalk": "^5.6.2",
11
11
  "commander": "^14.0.3",
12
12
  "glob": "^13.0.6",
13
- "@aiready/core": "0.24.23"
13
+ "@aiready/core": "0.24.24"
14
14
  },
15
15
  "devDependencies": {
16
16
  "@types/node": "^24.12.2",