File tree Expand file tree Collapse file tree 3 files changed +21
-6
lines changed Expand file tree Collapse file tree 3 files changed +21
-6
lines changed Original file line number Diff line number Diff line change 1+ ### 2025.03.13
2+
3+ #### @iroha/client 0.3.0 (minor)
4+
5+ - feat(core, client)!: prototype-based selectors and predicates (#235 )
6+ - refactor(client)!: rename structs and params, extend docs #130 (#231 )
7+ - chore(core, client): exclude extra files from publishing #211 (#232 )
8+
9+ #### @iroha/core 0.3.0 (minor)
10+
11+ - feat(core, client)!: prototype-based selectors and predicates (#235 )
12+ - fix(core): inline .wasm (#243 )
13+ - chore(core, client): exclude extra files from publishing #211 (#232 )
14+
115### 2025.02.19
216
3- #### @iroha/client 0.2.0 (major )
17+ #### @iroha/client 0.2.0 (minor )
418
519- bump version to update @iroha/core dependency
620- docs(core, client): extend docs, link modules (#226 )
1125
1226### 2025.02.18
1327
14- #### @iroha/core 0.2.0 (major )
28+ #### @iroha/core 0.2.0 (minor )
1529
1630- fix(core)!: unified .wasm import (close #209 , #221 ) (#222 )
1731
Original file line number Diff line number Diff line change 11{
22 "name" : " @iroha/client" ,
3- "version" : " 0.0.13 " ,
3+ "version" : " 0.3.0 " ,
44 "exports" : {
55 "." : " ./mod.ts" ,
66 "./web-socket" : " ./web-socket/mod.ts"
77 },
88 "imports" : {
9- // TODO: remove these deps
109 "emittery" : " npm:emittery@^1.1.0" ,
1110 "p-defer" : " npm:p-defer@^4.0.1"
1211 }
Original file line number Diff line number Diff line change 11{
22 "name" : " @iroha/core" ,
3- "version" : " 0.0.13 " ,
3+ "version" : " 0.3.0 " ,
44 "exports" : {
55 "." : " ./mod.ts" ,
66 "./codec" : " ./codec.ts" ,
1515 "type-fest" : " npm:type-fest@^4.33.0"
1616 },
1717 "publish" : {
18- "exclude" : [" ./test" ]
18+ "exclude" : [
19+ " ./test"
20+ ]
1921 }
2022}
You can’t perform that action at this time.
0 commit comments