File tree Expand file tree Collapse file tree 3 files changed +15
-14
lines changed Expand file tree Collapse file tree 3 files changed +15
-14
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# @dgac/nmb2b-client
2
2
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
+
3
17
## 1.5.1
4
18
5
19
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @dgac/nmb2b-client" ,
3
- "version" : " 1.5.1 " ,
3
+ "version" : " 2.0.0 " ,
4
4
"description" : " EUROCONTROL Network Manager B2B SOAP client" ,
5
5
"keywords" : [
6
6
" EUROCONTROL" ,
You can’t perform that action at this time.
0 commit comments