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
+
1
15
### 2025.02.19
2
16
3
- #### @iroha/client 0.2.0 (major )
17
+ #### @iroha/client 0.2.0 (minor )
4
18
5
19
- bump version to update @iroha/core dependency
6
20
- docs(core, client): extend docs, link modules (#226 )
11
25
12
26
### 2025.02.18
13
27
14
- #### @iroha/core 0.2.0 (major )
28
+ #### @iroha/core 0.2.0 (minor )
15
29
16
30
- fix(core)!: unified .wasm import (close #209 , #221 ) (#222 )
17
31
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @iroha/client" ,
3
- "version" : " 0.0.13 " ,
3
+ "version" : " 0.3.0 " ,
4
4
"exports" : {
5
5
"." : " ./mod.ts" ,
6
6
"./web-socket" : " ./web-socket/mod.ts"
7
7
},
8
8
"imports" : {
9
- // TODO: remove these deps
10
9
"emittery" : " npm:emittery@^1.1.0" ,
11
10
"p-defer" : " npm:p-defer@^4.0.1"
12
11
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @iroha/core" ,
3
- "version" : " 0.0.13 " ,
3
+ "version" : " 0.3.0 " ,
4
4
"exports" : {
5
5
"." : " ./mod.ts" ,
6
6
"./codec" : " ./codec.ts" ,
15
15
"type-fest" : " npm:type-fest@^4.33.0"
16
16
},
17
17
"publish" : {
18
- "exclude" : [" ./test" ]
18
+ "exclude" : [
19
+ " ./test"
20
+ ]
19
21
}
20
22
}
You can’t perform that action at this time.
0 commit comments