Skip to content

Commit 187bc8d

Browse files
Version Packages (#204)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 98b4031 commit 187bc8d

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

.changeset/early-tigers-add.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @dgac/nmb2b-client
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- [#194](https://github.com/DGAC/nmb2b-client-js/pull/194) [`98b4031`](https://github.com/DGAC/nmb2b-client-js/commit/98b40313643210978902c0167c855ffbf89c0ac9) Thanks [@kouak](https://github.com/kouak)! - - Rename `make*Client` to `create*Client`
8+
- Change export paths:
9+
- `@dgac/nmb2b-client` exports B2B client builders
10+
- `@dgac/nmb2b-client/config` exports utilities to check the B2B client builder configuration
11+
- `@dgac/nmb2b-client/security` exports utilities to create the `security` object required by a B2B client builder
12+
`@dgac/nmb2b-client/types` exports typescript types representing the XSD types defined in the B2B XSD
13+
- Drop node v18 support, test against node 24
14+
- Publish as ESM only package (with correct `module-sync` resolution for usage in commonjs context)
15+
- Migrate build to `tsdown`
16+
317
## 1.5.1
418

519
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dgac/nmb2b-client",
3-
"version": "1.5.1",
3+
"version": "2.0.0",
44
"description": "EUROCONTROL Network Manager B2B SOAP client",
55
"keywords": [
66
"EUROCONTROL",

0 commit comments

Comments
 (0)