You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(build): switch to esbuild and tsc (#279)
* Initial attempt at switching to esbuild and tsc
* Remove ClientType value that's never used
* Update scripts/build.mjs
Co-authored-by: wolfy1339 <4595477+wolfy1339@users.noreply.github.com>
* Update src/index.ts
Co-authored-by: wolfy1339 <4595477+wolfy1339@users.noreply.github.com>
* Export type
* Add newline to build.mjs
* Add newline to tsconfig.json
---------
Co-authored-by: wolfy1339 <4595477+wolfy1339@users.noreply.github.com>
ci: stop testing against NodeJS v14, v16 (#275)
* build(package): set minimal node version in engines field to v18
BREAKING CHANGE: Drop support for NodeJS v14, v16
* ci: stop testing against NodeJS v14, v16
* ci: stop testing against NodeJS v14, v16
* ci: stop testing against NodeJS v14, v16
* ci: stop testing against NodeJS v14, v16
---------
Co-authored-by: Nick Floyd <139819+nickfloyd@users.noreply.github.com>
Co-authored-by: Keegan Campbell <me@kfcampbell.com>