@aiready/doc-drift 0.1.10 → 0.1.12

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/doc-drift@0.1.10 build /Users/pengcao/projects/aiready/packages/doc-drift
3
+ > @aiready/doc-drift@0.1.12 build /Users/pengcao/projects/aiready/packages/doc-drift
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:59:55 PM]  WARN  ▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
13
+ [11:45:57 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:59:55 PM]  WARN  ▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
34
+ [11:45:58 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:33:6:
37
37
   33 │ "types": "./dist/index.d.ts"
@@ -51,15 +51,15 @@
51
51
 
52
52
 
53
53
 
54
+ ESM dist/index.mjs 88.00 B
54
55
  ESM dist/cli.mjs 1.39 KB
55
56
  ESM dist/chunk-FMK4O4O7.mjs 4.79 KB
56
- ESM dist/index.mjs 88.00 B
57
- ESM ⚡️ Build success in 163ms
57
+ ESM ⚡️ Build success in 1048ms
58
58
  CJS dist/index.js 5.50 KB
59
59
  CJS dist/cli.js 7.52 KB
60
- CJS ⚡️ Build success in 163ms
60
+ CJS ⚡️ Build success in 1049ms
61
61
  DTS Build start
62
- DTS ⚡️ Build success in 4161ms
62
+ DTS ⚡️ Build success in 13898ms
63
63
  DTS dist/cli.d.ts 108.00 B
64
64
  DTS dist/index.d.ts 950.00 B
65
65
  DTS dist/cli.d.mts 108.00 B
@@ -1,17 +1,16 @@
1
1
 
2
2
  
3
- > @aiready/doc-drift@0.1.8 test /Users/pengcao/projects/aiready/packages/doc-drift
3
+ > @aiready/doc-drift@0.1.12 test /Users/pengcao/projects/aiready/packages/doc-drift
4
4
  > vitest run
5
5
 
6
6
  [?25l
7
7
   RUN  v4.0.18 /Users/pengcao/projects/aiready/packages/doc-drift
8
8
 
9
- ✓ src/__tests__/analyzer.test.ts (1 test) 364ms
10
- ✓ detects missing param documentation and uncommented complexity  361ms
9
+ ✓ src/__tests__/analyzer.test.ts (1 test) 264ms
11
10
 
12
11
   Test Files  1 passed (1)
13
12
   Tests  1 passed (1)
14
-  Start at  00:56:24
15
-  Duration  5.43s (transform 957ms, setup 0ms, import 3.81s, tests 364ms, environment 0ms)
13
+  Start at  23:46:49
14
+  Duration  1.38s (transform 135ms, setup 0ms, import 738ms, tests 264ms, environment 0ms)
16
15
 
17
16
  [?25h
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/doc-drift",
3
- "version": "0.1.10",
3
+ "version": "0.1.12",
4
4
  "description": "AI-Readiness: Documentation Drift 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
  "picocolors": "^1.0.0",
13
- "@aiready/core": "0.9.37"
13
+ "@aiready/core": "0.9.39"
14
14
  },
15
15
  "devDependencies": {
16
16
  "@types/node": "^24.0.0",