3 files changed
+64
-1
lines changed- CHANGELOG.md+18
- docs/content/commands/npm-fund.md+56
- docs/content/commands/npm-publish.md+7
- lib/fund.js+11-5
- lib/publish.js+50-26
- lib/workspaces/arborist-cmd.js+24
- node_modules/@npmcli/arborist/lib/arborist/index.js+23
- node_modules/@npmcli/arborist/lib/get-workspace-nodes.js+33
- node_modules/@npmcli/arborist/package.json+1-1
- node_modules/libnpmfund/CHANGELOG.md-6
- node_modules/libnpmfund/README.md+4-1
- node_modules/libnpmfund/index.js+38-25
- node_modules/libnpmfund/package.json+12-7
- package-lock.json+18-18
- package.json+4-4
- tap-snapshots/test/lib/fund.js.test.cjs+20
- tap-snapshots/test/lib/publish.js.test.cjs+103
- tap-snapshots/test/lib/utils/npm-usage.js.test.cjs+3
- test/lib/fund.js+86
- test/lib/publish.js+112-20
- test/lib/workspaces/arborist-cmd.js+109
Lines changed: 56 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
| 21 | + | |
21 | 22 |
| |
22 | 23 |
| |
23 | 24 |
| |
| |||
34 | 35 |
| |
35 | 36 |
| |
36 | 37 |
| |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
37 | 75 |
| |
38 | 76 |
| |
39 | 77 |
| |
| |||
58 | 96 |
| |
59 | 97 |
| |
60 | 98 |
| |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
61 | 116 |
| |
62 | 117 |
| |
63 | 118 |
| |
| |||
71 | 126 |
| |
72 | 127 |
| |
73 | 128 |
| |
| 129 | + |
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
60 | 67 |
| |
61 | 68 |
| |
62 | 69 |
| |
|
0 commit comments