@aiready/change-amplification 0.8.0 → 0.9.2

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.
@@ -0,0 +1,108 @@
1
+
2
+ 
3
+ > @aiready/change-amplification@0.9.1 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
+
13
+  WARN  ▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json] 8:13:08 pm
14
+
15
+ package.json:33:6:
16
+  33 │ "types": "./dist/index.d.ts"
17
+ ╵ ~~~~~~~
18
+
19
+ The "import" condition comes earlier and will be used for all "import" statements:
20
+
21
+ package.json:31:6:
22
+  31 │ "import": "./dist/index.mjs",
23
+ ╵ ~~~~~~~~
24
+
25
+ The "require" condition comes earlier and will be used for all "require" calls:
26
+
27
+ package.json:32:6:
28
+  32 │ "require": "./dist/index.js",
29
+ ╵ ~~~~~~~~~
30
+
31
+
32
+
33
+
34
+  WARN  ▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json] 8:13:08 pm
35
+
36
+ package.json:38:6:
37
+  38 │ "types": "./dist/cli.d.ts"
38
+ ╵ ~~~~~~~
39
+
40
+ The "import" condition comes earlier and will be used for all "import" statements:
41
+
42
+ package.json:36:6:
43
+  36 │ "import": "./dist/cli.mjs",
44
+ ╵ ~~~~~~~~
45
+
46
+ The "require" condition comes earlier and will be used for all "require" calls:
47
+
48
+ package.json:37:6:
49
+  37 │ "require": "./dist/cli.js",
50
+ ╵ ~~~~~~~~~
51
+
52
+
53
+
54
+
55
+  WARN  ▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json] 8:13:08 pm
56
+
57
+ package.json:33:6:
58
+  33 │ "types": "./dist/index.d.ts"
59
+ ╵ ~~~~~~~
60
+
61
+ The "import" condition comes earlier and will be used for all "import" statements:
62
+
63
+ package.json:31:6:
64
+  31 │ "import": "./dist/index.mjs",
65
+ ╵ ~~~~~~~~
66
+
67
+ The "require" condition comes earlier and will be used for all "require" calls:
68
+
69
+ package.json:32:6:
70
+  32 │ "require": "./dist/index.js",
71
+ ╵ ~~~~~~~~~
72
+
73
+
74
+
75
+
76
+  WARN  ▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json] 8:13:08 pm
77
+
78
+ package.json:38:6:
79
+  38 │ "types": "./dist/cli.d.ts"
80
+ ╵ ~~~~~~~
81
+
82
+ The "import" condition comes earlier and will be used for all "import" statements:
83
+
84
+ package.json:36:6:
85
+  36 │ "import": "./dist/cli.mjs",
86
+ ╵ ~~~~~~~~
87
+
88
+ The "require" condition comes earlier and will be used for all "require" calls:
89
+
90
+ package.json:37:6:
91
+  37 │ "require": "./dist/cli.js",
92
+ ╵ ~~~~~~~~~
93
+
94
+
95
+
96
+ CJS dist/index.js 4.73 KB
97
+ CJS dist/cli.js 7.60 KB
98
+ CJS âšĦ️ Build success in 54ms
99
+ ESM dist/index.mjs 110.00 B
100
+ ESM dist/chunk-3CM4X7K3.mjs 3.47 KB
101
+ ESM dist/cli.mjs 2.78 KB
102
+ ESM âšĦ️ Build success in 55ms
103
+ DTS Build start
104
+ DTS âšĦ️ Build success in 915ms
105
+ DTS dist/cli.d.ts 152.00 B
106
+ DTS dist/index.d.ts 999.00 B
107
+ DTS dist/cli.d.mts 152.00 B
108
+ DTS dist/index.d.mts 999.00 B
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @aiready/change-amplification@0.7.0 test /Users/pengcao/projects/aiready/packages/change-amplification
3
+ > @aiready/change-amplification@0.9.1 test /Users/pengcao/projects/aiready/packages/change-amplification
4
4
  > vitest run
5
5
 
6
6
  [?25l
@@ -10,7 +10,7 @@
10
10
 
11
11
   Test Files  1 passed (1)
12
12
   Tests  1 passed (1)
13
-  Start at  15:38:33
14
-  Duration  680ms (transform 124ms, setup 0ms, import 192ms, tests 1ms, environment 1ms)
13
+  Start at  20:13:24
14
+  Duration  478ms (transform 52ms, setup 0ms, import 70ms, tests 1ms, environment 0ms)
15
15
 
16
16
  [?25h
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/change-amplification",
3
- "version": "0.8.0",
3
+ "version": "0.9.2",
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
  "commander": "^14.0.0",
11
11
  "glob": "^13.0.0",
12
12
  "chalk": "^5.3.0",
13
- "@aiready/core": "0.18.0"
13
+ "@aiready/core": "0.19.2"
14
14
  },
15
15
  "devDependencies": {
16
16
  "@types/node": "^24.0.0",