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
- Replace Yarn Berry with pnpm (packageManager, lockfile, CI)
- Replace microbundle with vp pack (tsdown) for library builds
- Replace ESLint/Prettier with vp check (Oxlint/Oxfmt)
- Replace standalone Vitest with vp test
- Replace Husky/lint-staged with vp config/vp staged
- Update CI to use voidzero-dev/setup-vp@v1
- Update package.json exports for tsdown output (.mjs/.cjs/.d.mts/.d.cts)
- Update .nvmrc to Node 24
- Fix test imports: from '..' → from '../index' (Vite resolves bare
parent to dist/ not source, breaking axios mock adapter)
- Fix mock reset: resetHandlers() instead of reset() to preserve
mock adapter across test lifecycle
Consolidates 6 separate tools (Vite, Vitest, ESLint, Prettier,
Husky, microbundle) into a single Vite+ toolchain.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+32-31Lines changed: 32 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,94 +2,94 @@
2
2
3
3
## <small>1.9.1 (2026-01-21)</small>
4
4
5
-
* chore: update OpenAPI document version to 1.8.3 ([b1afcd2](https://github.com/MONEI/monei-node-sdk/commit/b1afcd2))
5
+
- chore: update OpenAPI document version to 1.8.3 ([b1afcd2](https://github.com/MONEI/monei-node-sdk/commit/b1afcd2))
6
6
7
7
## 1.9.0 (2025-12-02)
8
8
9
-
* chore: downgrade @release-it/conventional-changelog to version 10.0.1 and update related dependencie ([c46795f](https://github.com/MONEI/monei-node-sdk/commit/c46795f))
10
-
* chore: update OpenAPI document version to 1.8.1 and add Node types to TypeScript configuration ([f05495e](https://github.com/MONEI/monei-node-sdk/commit/f05495e))
11
-
* feat: add Apple Pay Certificate API and tests ([e899311](https://github.com/MONEI/monei-node-sdk/commit/e899311))
9
+
- chore: downgrade @release-it/conventional-changelog to version 10.0.1 and update related dependencie ([c46795f](https://github.com/MONEI/monei-node-sdk/commit/c46795f))
10
+
- chore: update OpenAPI document version to 1.8.1 and add Node types to TypeScript configuration ([f05495e](https://github.com/MONEI/monei-node-sdk/commit/f05495e))
11
+
- feat: add Apple Pay Certificate API and tests ([e899311](https://github.com/MONEI/monei-node-sdk/commit/e899311))
12
12
13
13
## 1.8.0 (2025-11-11)
14
14
15
-
* feat: add Bizum as a payment method to SubscriptionPaymentMethod interface ([81b5d49](https://github.com/MONEI/monei-node-sdk/commit/81b5d49))
15
+
- feat: add Bizum as a payment method to SubscriptionPaymentMethod interface ([81b5d49](https://github.com/MONEI/monei-node-sdk/commit/81b5d49))
16
16
17
17
## <small>1.7.14 (2025-11-11)</small>
18
18
19
-
* chore: update subscription API to include allowed payment methods in requests and responses ([4b7cb3b](https://github.com/MONEI/monei-node-sdk/commit/4b7cb3b))
19
+
- chore: update subscription API to include allowed payment methods in requests and responses ([4b7cb3b](https://github.com/MONEI/monei-node-sdk/commit/4b7cb3b))
20
20
21
21
## <small>1.7.13 (2025-09-15)</small>
22
22
23
-
* chore: update default user agent to include Node.js version ([d1a7930](https://github.com/MONEI/monei-node-sdk/commit/d1a7930))
23
+
- chore: update default user agent to include Node.js version ([d1a7930](https://github.com/MONEI/monei-node-sdk/commit/d1a7930))
24
24
25
25
## <small>1.7.12 (2025-08-27)</small>
26
26
27
-
* chore: update OpenAPI document version to 1.7.3 ([93f1aae](https://github.com/MONEI/monei-node-sdk/commit/93f1aae))
27
+
- chore: update OpenAPI document version to 1.7.3 ([93f1aae](https://github.com/MONEI/monei-node-sdk/commit/93f1aae))
28
28
29
29
## <small>1.7.11 (2025-08-26)</small>
30
30
31
-
* chore: update OpenAPI document version to 1.7.2 ([55cac25](https://github.com/MONEI/monei-node-sdk/commit/55cac25))
31
+
- chore: update OpenAPI document version to 1.7.2 ([55cac25](https://github.com/MONEI/monei-node-sdk/commit/55cac25))
32
32
33
33
## <small>1.7.10 (2025-05-29)</small>
34
34
35
-
* chore: update OpenAPI document version to 1.7.0 ([aaedbd2](https://github.com/MONEI/monei-node-sdk/commit/aaedbd2))
35
+
- chore: update OpenAPI document version to 1.7.0 ([aaedbd2](https://github.com/MONEI/monei-node-sdk/commit/aaedbd2))
36
36
37
37
## <small>1.7.9 (2025-05-28)</small>
38
38
39
-
* chore: update OpenAPI document version to 1.6.4 ([011bf82](https://github.com/MONEI/monei-node-sdk/commit/011bf82))
39
+
- chore: update OpenAPI document version to 1.6.4 ([011bf82](https://github.com/MONEI/monei-node-sdk/commit/011bf82))
40
40
41
41
## <small>1.7.8 (2025-05-26)</small>
42
42
43
-
* chore: update OpenAPI document version to 1.6.3 ([4d3f4fa](https://github.com/MONEI/monei-node-sdk/commit/4d3f4fa))
43
+
- chore: update OpenAPI document version to 1.6.3 ([4d3f4fa](https://github.com/MONEI/monei-node-sdk/commit/4d3f4fa))
44
44
45
45
## <small>1.7.7 (2025-05-26)</small>
46
46
47
-
* chore: update OpenAPI document version to 1.6.2 and modify package.json for types path ([ac6a8a8](https://github.com/MONEI/monei-node-sdk/commit/ac6a8a8))
47
+
- chore: update OpenAPI document version to 1.6.2 and modify package.json for types path ([ac6a8a8](https://github.com/MONEI/monei-node-sdk/commit/ac6a8a8))
48
48
49
49
## <small>1.7.6 (2025-04-16)</small>
50
50
51
-
* chore: update OpenAPI document version to 1.6.1 and change enumPropertyNaming to UPPERCASE ([e6b5e4d](https://github.com/MONEI/monei-node-sdk/commit/e6b5e4d))
51
+
- chore: update OpenAPI document version to 1.6.1 and change enumPropertyNaming to UPPERCASE ([e6b5e4d](https://github.com/MONEI/monei-node-sdk/commit/e6b5e4d))
52
52
53
53
## <small>1.7.5 (2025-03-25)</small>
54
54
55
-
* chore: Update package.json to include additional files and correct types path ([c89a558](https://github.com/MONEI/monei-node-sdk/commit/c89a558))
55
+
- chore: Update package.json to include additional files and correct types path ([c89a558](https://github.com/MONEI/monei-node-sdk/commit/c89a558))
56
56
57
57
## <small>1.7.4 (2025-03-25)</small>
58
58
59
-
* chore: Update package.json scripts for prepack and prepublish ([6107bbf](https://github.com/MONEI/monei-node-sdk/commit/6107bbf))
60
-
* chore: Update package.json to remove prepublish script and add prepare script for husky ([73d0380](https://github.com/MONEI/monei-node-sdk/commit/73d0380))
59
+
- chore: Update package.json scripts for prepack and prepublish ([6107bbf](https://github.com/MONEI/monei-node-sdk/commit/6107bbf))
60
+
- chore: Update package.json to remove prepublish script and add prepare script for husky ([73d0380](https://github.com/MONEI/monei-node-sdk/commit/73d0380))
61
61
62
62
## <small>1.7.3 (2025-03-25)</small>
63
63
64
-
* chore: Update prepare script in package.json to build before preparing ([dad82fb](https://github.com/MONEI/monei-node-sdk/commit/dad82fb))
64
+
- chore: Update prepare script in package.json to build before preparing ([dad82fb](https://github.com/MONEI/monei-node-sdk/commit/dad82fb))
0 commit comments