@aiready/deps 0.11.18 → 0.11.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,6 +1,6 @@
1
1
 
2
2
  
3
- > @aiready/deps@0.11.17 build /Users/pengcao/projects/aiready/packages/deps
3
+ > @aiready/deps@0.11.20 build /Users/pengcao/projects/aiready/packages/deps
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
@@ -9,16 +9,16 @@
9
9
  CLI Target: es2020
10
10
  CJS Build start
11
11
  ESM Build start
12
- ESM dist/index.mjs 1.64 KB
12
+ CJS dist/cli.js 8.44 KB
13
+ CJS dist/index.js 9.63 KB
14
+ CJS ⚡️ Build success in 79ms
13
15
  ESM dist/chunk-CFNCY65I.mjs 5.78 KB
14
16
  ESM dist/cli.mjs 1.33 KB
15
- ESM ⚡️ Build success in 34ms
16
- CJS dist/cli.js 8.44 KB
17
- CJS dist/index.js 8.09 KB
18
- CJS ⚡️ Build success in 34ms
17
+ ESM dist/index.mjs 3.13 KB
18
+ ESM ⚡️ Build success in 79ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 4600ms
20
+ DTS ⚡️ Build success in 2095ms
21
21
  DTS dist/cli.d.ts 108.00 B
22
- DTS dist/index.d.ts 971.00 B
22
+ DTS dist/index.d.ts 1.13 KB
23
23
  DTS dist/cli.d.mts 108.00 B
24
- DTS dist/index.d.mts 971.00 B
24
+ DTS dist/index.d.mts 1.13 KB
@@ -1,16 +1,18 @@
1
1
 
2
2
  
3
- > @aiready/deps@0.11.17 test /Users/pengcao/projects/aiready/packages/deps
3
+ > @aiready/deps@0.11.20 test /Users/pengcao/projects/aiready/packages/deps
4
4
  > vitest run
5
5
 
6
6
  [?25l
7
7
   RUN  v4.0.18 /Users/pengcao/projects/aiready/packages/deps
8
8
 
9
- ✓ src/__tests__/analyzer.test.ts (1 test) 3ms
9
+ ✓ src/__tests__/analyzer.test.ts (2 tests) 15ms
10
+ ✓ src/__tests__/scoring.test.ts (2 tests) 4ms
11
+ ✓ src/__tests__/provider.test.ts (2 tests) 2ms
10
12
 
11
-  Test Files  1 passed (1)
12
-  Tests  1 passed (1)
13
-  Start at  17:27:52
14
-  Duration  2.43s (transform 448ms, setup 0ms, import 1.53s, tests 3ms, environment 0ms)
13
+  Test Files  3 passed (3)
14
+  Tests  6 passed (6)
15
+  Start at  15:19:14
16
+  Duration  1.87s (transform 1.18s, setup 0ms, import 4.79s, tests 21ms, environment 0ms)
15
17
 
16
18
  [?25h