You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Build output and `package.json``exports` now use explicit `.mjs`/`.cjs` bundles and `.d.mts`/`.d.cts` declarations from the new compiler pipeline. Ensure your TypeScript `moduleResolution` and bundler handle these entrypoints (Node 18+ recommended).
8
+
9
+
### Changed
10
+
11
+
- Migrated the library toolchain to **Vite+** (`vite-plus`): `vp pack` (tsdown) replaces microbundle for publishing; `vp test` drives Vitest; `vp check` (Oxlint/Oxfmt) replaces ESLint and Prettier; git hooks use `vp config` and `.vite-hooks` instead of Husky/lint-staged.
12
+
- Switched from Yarn Berry to **pnpm** (lockfile, scripts, and CI).
13
+
- Raised the supported Node baseline to **24** (`.nvmrc` and CI).
5
14
6
15
### Bug Fixes
7
16
8
-
* update release-it hook from yarn to pnpm ([738954b](https://github.com/MONEI/monei-node-sdk/commit/738954bc3c0d4eb299ab96e48cda585479162aa7))
17
+
- Update release-it hook from yarn to pnpm ([738954b](https://github.com/MONEI/monei-node-sdk/commit/738954bc3c0d4eb299ab96e48cda585479162aa7))
0 commit comments