Commit 4538016
committed
docs(ai-migration): fix Source of Truth paths; drop dead scss exports
.d.ts types are emitted under dist/types/, not dist/ root. Update the
three affected paths and remove the incorrect .d.cts reference (the SDK
emits .d.ts only). Point at dist/es/ and dist/cjs/ for transpiled JS.
Also remove ./dist/scss/* and ./scss/* from the package.json exports
map β dist/scss/ is no longer emitted, so those exports were dead.1 parent 1fb0b16 commit 4538016
2 files changed
Lines changed: 3 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | 40 | | |
44 | 41 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | 42 | | |
49 | 43 | | |
50 | 44 | | |
| |||
0 commit comments