Commit Graph

14 Commits

Author SHA1 Message Date
Chad Bentz 31789e4b4b Enable full ESM support for Node 20+ and modern dependencies, update Jest and build output configuration
- Set "type": "module" in package.json to enable ESM throughout the project.
- Changed "main" in package.json to "dist/index.js" to point to the bundled output generated by ncc.
- Updated Jest configuration (jest.config.js) to ESM format and to use babel-jest for TypeScript transformation.
- Added/updated babel.config.js in ESM format to support TypeScript and ESM for Jest.
- Ensured test scripts use NODE_OPTIONS=--experimental-vm-modules for Jest ESM compatibility.
2025-05-12 17:09:08 +00:00
aegilops 7f8a022063 Installed packages for node20 2025-04-07 17:14:09 +01:00
hmaurer dcf1bf27b4 Upgrade dependency-submission-toolkit to 2.0.4 2024-11-27 13:22:49 +00:00
Justin Hutchings 61b2daa67f Rebuild dist 2024-08-26 22:49:31 +00:00
Justin Hutchings f0ab51072a Update dist 2023-01-22 07:16:21 +00:00
Justin Hutchings e15547e52e Update built assets 2023-01-20 00:35:07 +00:00
Justin Hutchings 6de9c7319f Convert from spdx parser to yaml - boilerplate 2023-01-19 20:10:29 +00:00
Justin Hutchings 41b6f65956 Update dist 2022-10-07 20:57:44 +00:00
Justin Hutchings 7c3b372567 Fix encoding issues 2022-10-04 14:35:19 -07:00
Justin Hutchings ab368561f7 Add character decoding 2022-10-04 14:26:24 -07:00
Justin Hutchings 168c9a869c Update context 2022-10-04 09:44:26 -07:00
Justin Hutchings 4b6eefe977 Update dist 2022-08-25 12:32:41 -07:00
Justin Hutchings aa7e545573 Initial attempt (untested) 2022-08-25 11:50:14 -07:00
Justin Hutchings 1467e01173 Initial commit 2022-08-25 09:12:00 -07:00