Commit c7ad9c6
committed
Fix regressions from 1.2.0 release commit
Panel review of the prior release commit (dec726a) caught three self-inflicted issues:
- Remove package.json `exports` field: it silently blocked previously-working
subpaths (fpes/package.json, fpes/dist/*, fpes/_helpers/*) with
ERR_PACKAGE_PATH_NOT_EXPORTED -- a breaking change under a minor bump.
Node default resolution (main: index.js) already covers all subpaths.
Verified: all 6 require() specifiers resolve again.
- Delete coverage+codecov steps from ci.yml: unpinned `npx nyc` at CI runtime,
nyc undeclared in devDeps, redundant double test run, and codecov upload
needs an unconfigured token/data-egress. Kept the pure 3x3 test matrix.
- Delete .travis.yml: superseded by ci.yml (Travis service defunct);
completes the CI migration instead of tracking two CI systems.
Docs: replace dead Travis badge + unconfigured codecov badge with a GitHub
Actions CI status badge. Reconcile CHANGELOG with final state (drop exports
claim, reframe Travis-matrix line as GHA migration).
Verified: 491 tests passing, ci.yml valid YAML (1 job, 9 matrix cells).1 parent dec726a commit c7ad9c6
5 files changed
Lines changed: 3 additions & 62 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
21 | | - | |
22 | 20 | | |
23 | 21 | | |
24 | 22 | | |
| |||
40 | 38 | | |
41 | 39 | | |
42 | 40 | | |
43 | | - | |
| 41 | + | |
44 | 42 | | |
45 | 43 | | |
46 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | 6 | | |
15 | 7 | | |
16 | 8 | | |
| |||
0 commit comments