Skip to content

Commit fc63dc5

Browse files
authored
feat: migrate to dts-buddy from api extractor (#122)
Also move to node:test because it's great
1 parent 7731b71 commit fc63dc5

14 files changed

+378
-1150
lines changed

.github/renovate.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"matchPackagePatterns": [
1414
"@types.*",
1515
"mocha",
16-
"chai",
1716
"esbuild",
1817
"esbuild-register",
1918
".*eslint.*",

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: 18
17+
node-version: 20
1818
- run: corepack enable
1919
- run: pnpm i
2020
- name: Release

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: 18
16+
node-version: 20
1717
- run: corepack enable
1818
- run: pnpm i
1919
- name: Test
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v3
2626
- uses: actions/setup-node@v3
2727
with:
28-
node-version: 18
28+
node-version: 20
2929
- run: corepack enable
3030
- run: pnpm i
3131
- name: Lint

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
node_modules
22
dist
3-
dist-ts
43
.vscode

.npmignore

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@
33
.gitignore
44
.releaserc
55
.vscode
6-
api-extractor.json
7-
bundle-types.ts
8-
dist-ts
6+
bundle-types.mjs
97
lib
108
package-lock.json
11-
rollup.config.js
9+
rollup.config.mjs
1210
tsconfig-build.json
1311
tsconfig.json

0 commit comments

Comments
 (0)