Skip to content

2.17.0

Latest

Choose a tag to compare

@bpierre bpierre released this 07 Dec 15:19
· 1 commit to main since this release
1810553

This version adds CJS compatibility, making dnum usable in both ESM and CJS environments.

"exports": {
  ".": {
    "types": "./dist/index.d.ts",
    "import": "./dist/index.js",
    "require": "./dist/index.cjs"
  }
}

Also:

  • vite => bunup
  • pnpm => bun
  • eslint => oxlint
  • vitest => bun:test