Commit be6a0b9
Update typescript and devDependencies (#32)
* Update typescript and devDependencies
This creates a bit more concise js output from TypeScript.
My main intention was to remove rollup from this project as tsc supports
umd output too. But for some reason the umd output doesnt seem to work
with the tests as the import seems to be different with rollup.
Dropping support for old JS and using ES modules rather than umd would
simplify the toolchain here.
ES modules are supported from Node.js 12 which is also many years out of
support already. All browsers support ES modules for years now so
requiring ES modules shouldnt be a big problem. But for this PR I stayed
with bumping the dependencies.
* revert some changes
* Run `npm update`
* GH Actions: revert `npm pack` back to `npm publish --dry-run`
See #32 (comment)
---------
Co-authored-by: Petr Pucil <[email protected]>1 parent 8d74aeb commit be6a0b9
File tree
5 files changed
+423
-89
lines changed- .github/workflows
5 files changed
+423
-89
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
0 commit comments