@aiready/change-amplification 0.1.4 → 0.1.5

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,6 +1,6 @@
1
1
 
2
2
  
3
- > @aiready/change-amplification@0.1.4 build /Users/pengcao/projects/aiready/packages/change-amplification
3
+ > @aiready/change-amplification@0.1.5 build /Users/pengcao/projects/aiready/packages/change-amplification
4
4
  > tsup src/index.ts src/cli.ts --format cjs,esm --dts
5
5
 
6
6
  CLI Building entry: src/cli.ts, src/index.ts
@@ -10,7 +10,7 @@
10
10
  CJS Build start
11
11
  ESM Build start
12
12
 
13
- [1:03:47 PM]  WARN  ▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
13
+ [2:33:40 PM]  WARN  ▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
14
14
 
15
15
  package.json:33:6:
16
16
   33 │ "types": "./dist/index.d.ts"
@@ -31,7 +31,7 @@
31
31
 
32
32
 
33
33
 
34
- [1:03:47 PM]  WARN  ▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
34
+ [2:33:42 PM]  WARN  ▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
35
35
 
36
36
  package.json:38:6:
37
37
   38 │ "types": "./dist/cli.d.ts"
@@ -52,7 +52,7 @@
52
52
 
53
53
 
54
54
 
55
- [1:03:47 PM]  WARN  ▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
55
+ [2:33:42 PM]  WARN  ▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
56
56
 
57
57
  package.json:33:6:
58
58
   33 │ "types": "./dist/index.d.ts"
@@ -73,7 +73,7 @@
73
73
 
74
74
 
75
75
 
76
- [1:03:47 PM]  WARN  ▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
76
+ [2:33:42 PM]  WARN  ▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
77
77
 
78
78
  package.json:38:6:
79
79
   38 │ "types": "./dist/cli.d.ts"
@@ -93,15 +93,15 @@
93
93
 
94
94
 
95
95
 
96
- ESM dist/index.mjs 110.00 B
97
- ESM dist/cli.mjs 2.72 KB
98
- ESM dist/chunk-VW57ZQRN.mjs 3.83 KB
99
- ESM ⚡️ Build success in 66ms
100
96
  CJS dist/index.js 5.13 KB
101
97
  CJS dist/cli.js 7.94 KB
102
- CJS ⚡️ Build success in 67ms
98
+ CJS ⚡️ Build success in 2825ms
99
+ ESM dist/chunk-VW57ZQRN.mjs 3.83 KB
100
+ ESM dist/index.mjs 110.00 B
101
+ ESM dist/cli.mjs 2.72 KB
102
+ ESM ⚡️ Build success in 2871ms
103
103
  DTS Build start
104
- DTS ⚡️ Build success in 7604ms
104
+ DTS ⚡️ Build success in 70027ms
105
105
  DTS dist/cli.d.ts 152.00 B
106
106
  DTS dist/index.d.ts 1013.00 B
107
107
  DTS dist/cli.d.mts 152.00 B
@@ -1,16 +1,16 @@
1
1
 
2
2
  
3
- > @aiready/change-amplification@0.1.4 test /Users/pengcao/projects/aiready/packages/change-amplification
3
+ > @aiready/change-amplification@0.1.5 test /Users/pengcao/projects/aiready/packages/change-amplification
4
4
  > vitest run
5
5
 
6
6
 
7
7
   RUN  v1.6.1 /Users/pengcao/projects/aiready/packages/change-amplification
8
8
 
9
- ✓ src/__tests__/dummy.test.ts  (1 test) 9ms
9
+ ✓ src/__tests__/dummy.test.ts  (1 test) 6ms
10
10
 
11
11
   Test Files  1 passed (1)
12
12
   Tests  1 passed (1)
13
-  Start at  13:04:26
14
-  Duration  2.33s (transform 367ms, setup 0ms, collect 466ms, tests 9ms, environment 0ms, prepare 541ms)
13
+  Start at  14:38:44
14
+  Duration  12.16s (transform 3.05s, setup 42ms, collect 3.17s, tests 6ms, environment 0ms, prepare 5.23s)
15
15
 
16
16
  [?25h
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/change-amplification",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
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": "^12.0.0",
11
11
  "glob": "^10.3.12",
12
12
  "chalk": "^5.3.0",
13
- "@aiready/core": "0.9.31"
13
+ "@aiready/core": "0.9.32"
14
14
  },
15
15
  "devDependencies": {
16
16
  "@types/node": "^20.12.7",