Skip to content

Commit be6a0b9

Browse files
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 <petr.pucil@seznam.cz>
1 parent 8d74aeb commit be6a0b9

File tree

5 files changed

+423
-89
lines changed

5 files changed

+423
-89
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
node-version: '20'
1616
registry-url: https://registry.npmjs.org/
1717
- run: npm ci
18-
- run: npm run build
1918
- name: Check that KaitaiStream.js will be included
2019
run: |
2120
npm publish --tag next --dry-run --json | jq --exit-status '.files | map(.path) | any(. == "KaitaiStream.js")'

0 commit comments

Comments
 (0)