Skip to content

v0.0.3

Compare
Choose a tag to compare
@JumpLink JumpLink released this 21 Jul 09:10
· 18 commits to main since this release
  • Removed all Node.js dependencies
  • Rewritten in Typescript to be able to build the source for ESM and CJS
  • Add ESM and CJS imports to package.json
  • Published this package to NPM
  • Published this package to deno.land/x
  • Add support for
    • Node.js with CJS
    • Node.js with ESM
    • Deno with ESM
    • GJS with ESM
  • Add tests to test
    • Node.js with CJS and ESM
    • Deno with ESM
    • GJS with ESM
  • Add s Github workflow to test this package on
    • Linux (Node.js, Deno and GJS)
    • Windows (Node.js and Deno)
    • MacOS (Node.js and Deno)