File tree 10 files changed +68
-15
lines changed
10 files changed +68
-15
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.109.5] ( https://github.com/ckb-js/ckb-sdk-js/compare/v0.109.4...v0.109.5 ) (2025-02-14)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * commonjs support ([ #639 ] ( https://github.com/ckb-js/ckb-sdk-js/issues/639 ) ) ([ b229d4e] ( https://github.com/ckb-js/ckb-sdk-js/commit/b229d4ede84e34820d236ccf22af9e24dd518c19 ) )
12
+ * fix data2 validation in 'isPayloadValid' method ([ #648 ] ( https://github.com/ckb-js/ckb-sdk-js/issues/648 ) ) ([ 8b7dcb6] ( https://github.com/ckb-js/ckb-sdk-js/commit/8b7dcb6bb42124989284f66ab9fa4a96cce3d0b2 ) )
13
+
14
+
15
+ ### Features
16
+
17
+ * bump dependencies and fix tests for incompatibility ([ #654 ] ( https://github.com/ckb-js/ckb-sdk-js/issues/654 ) ) ([ d22ea9f] ( https://github.com/ckb-js/ckb-sdk-js/commit/d22ea9f45437c0a4ebed1f25e3c9e9d2ff0af4be ) )
18
+
19
+
20
+
21
+
22
+
6
23
## [ 0.109.4] ( https://github.com/ckb-js/ckb-sdk-js/compare/v0.109.3...v0.109.4 ) (2024-11-15)
7
24
8
25
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.109.4 "
2
+ "version" : " 0.109.5 "
3
3
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.109.5] ( https://github.com/ckb-js/ckb-sdk-js/compare/v0.109.4...v0.109.5 ) (2025-02-14)
7
+
8
+ ** Note:** Version bump only for package @nervosnetwork/ckb-sdk-core
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.109.4] ( https://github.com/ckb-js/ckb-sdk-js/compare/v0.109.3...v0.109.4 ) (2024-11-15)
7
15
8
16
** Note:** Version bump only for package @nervosnetwork/ckb-sdk-core
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nervosnetwork/ckb-sdk-core" ,
3
- "version" : " 0.109.4 " ,
3
+ "version" : " 0.109.5 " ,
4
4
"description" : " JavaScript SDK for Nervos Network CKB Project" ,
5
5
"author" :
" Nervos <[email protected] >" ,
6
6
"homepage" : " https://github.com/ckb-js/ckb-sdk-js#readme" ,
48
48
"url" : " https://github.com/ckb-js/ckb-sdk-js/issues"
49
49
},
50
50
"dependencies" : {
51
- "@nervosnetwork/ckb-sdk-rpc" : " 0.109.4 " ,
52
- "@nervosnetwork/ckb-sdk-utils" : " 0.109.4 " ,
53
- "@nervosnetwork/ckb-types" : " 0.109.4 " ,
51
+ "@nervosnetwork/ckb-sdk-rpc" : " 0.109.5 " ,
52
+ "@nervosnetwork/ckb-sdk-utils" : " 0.109.5 " ,
53
+ "@nervosnetwork/ckb-types" : " 0.109.5 " ,
54
54
"tslib" : " 2.3.1"
55
55
},
56
- "gitHead" : " 969387fe6574d0130e8014332a87cd6b5e404a03 "
56
+ "gitHead" : " 8950ea97ca8686ec70db81f668ead0de863fae81 "
57
57
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.109.5] ( https://github.com/ckb-js/ckb-sdk-js/compare/v0.109.4...v0.109.5 ) (2025-02-14)
7
+
8
+ ** Note:** Version bump only for package @nervosnetwork/ckb-sdk-rpc
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.109.4] ( https://github.com/ckb-js/ckb-sdk-js/compare/v0.109.3...v0.109.4 ) (2024-11-15)
7
15
8
16
** Note:** Version bump only for package @nervosnetwork/ckb-sdk-rpc
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nervosnetwork/ckb-sdk-rpc" ,
3
- "version" : " 0.109.4 " ,
3
+ "version" : " 0.109.5 " ,
4
4
"description" : " RPC module of @nervosnetwork/ckb-sdk-core" ,
5
5
"author" :
" Nervos <[email protected] >" ,
6
6
"homepage" : " https://github.com/ckb-js/ckb-sdk-js/packages/ckb-rpc#readme" ,
43
43
"url" : " https://github.com/ckb-js/ckb-sdk-js/issues"
44
44
},
45
45
"dependencies" : {
46
- "@nervosnetwork/ckb-sdk-utils" : " 0.109.4 " ,
46
+ "@nervosnetwork/ckb-sdk-utils" : " 0.109.5 " ,
47
47
"axios" : " 1.7.4" ,
48
48
"tslib" : " 2.3.1"
49
49
},
50
50
"devDependencies" : {
51
- "@nervosnetwork/ckb-types" : " 0.109.4 "
51
+ "@nervosnetwork/ckb-types" : " 0.109.5 "
52
52
},
53
- "gitHead" : " 969387fe6574d0130e8014332a87cd6b5e404a03 "
53
+ "gitHead" : " 8950ea97ca8686ec70db81f668ead0de863fae81 "
54
54
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.109.5] ( https://github.com/ckb-js/ckb-sdk-js/compare/v0.109.4...v0.109.5 ) (2025-02-14)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * commonjs support ([ #639 ] ( https://github.com/ckb-js/ckb-sdk-js/issues/639 ) ) ([ b229d4e] ( https://github.com/ckb-js/ckb-sdk-js/commit/b229d4ede84e34820d236ccf22af9e24dd518c19 ) )
12
+ * fix data2 validation in 'isPayloadValid' method ([ #648 ] ( https://github.com/ckb-js/ckb-sdk-js/issues/648 ) ) ([ 8b7dcb6] ( https://github.com/ckb-js/ckb-sdk-js/commit/8b7dcb6bb42124989284f66ab9fa4a96cce3d0b2 ) )
13
+
14
+
15
+
16
+
17
+
6
18
## [ 0.109.4] ( https://github.com/ckb-js/ckb-sdk-js/compare/v0.109.3...v0.109.4 ) (2024-11-15)
7
19
8
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nervosnetwork/ckb-sdk-utils" ,
3
- "version" : " 0.109.4 " ,
3
+ "version" : " 0.109.5 " ,
4
4
"description" : " Utils module of @nervosnetwork/ckb-sdk-core" ,
5
5
"author" :
" Nervos <[email protected] >" ,
6
6
"homepage" : " https://github.com/ckb-js/ckb-sdk-js#readme" ,
41
41
"url" : " https://github.com/ckb-js/ckb-sdk-js/issues"
42
42
},
43
43
"dependencies" : {
44
- "@nervosnetwork/ckb-types" : " 0.109.4 " ,
44
+ "@nervosnetwork/ckb-types" : " 0.109.5 " ,
45
45
"bech32" : " 2.0.0" ,
46
46
"elliptic" : " 6.6.1" ,
47
47
"jsbi" : " 3.1.3" ,
51
51
"@types/bitcoinjs-lib" : " 5.0.0" ,
52
52
"@types/elliptic" : " 6.4.12"
53
53
},
54
- "gitHead" : " 969387fe6574d0130e8014332a87cd6b5e404a03 "
54
+ "gitHead" : " 8950ea97ca8686ec70db81f668ead0de863fae81 "
55
55
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.109.5] ( https://github.com/ckb-js/ckb-sdk-js/compare/v0.109.4...v0.109.5 ) (2025-02-14)
7
+
8
+ ** Note:** Version bump only for package @nervosnetwork/ckb-types
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.109.4] ( https://github.com/ckb-js/ckb-sdk-js/compare/v0.109.3...v0.109.4 ) (2024-11-15)
7
15
8
16
** Note:** Version bump only for package @nervosnetwork/ckb-types
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nervosnetwork/ckb-types" ,
3
- "version" : " 0.109.4 " ,
3
+ "version" : " 0.109.5 " ,
4
4
"description" : " Type module of @nervosnetwork/ckb-sdk-core" ,
5
5
"author" :
" Nervos <[email protected] >" ,
6
6
"homepage" : " https://github.com/ckb-js/ckb-sdk-js#readme" ,
20
20
"bugs" : {
21
21
"url" : " https://github.com/ckb-js/ckb-sdk-js/issues"
22
22
},
23
- "gitHead" : " 969387fe6574d0130e8014332a87cd6b5e404a03 "
23
+ "gitHead" : " 8950ea97ca8686ec70db81f668ead0de863fae81 "
24
24
}
You can’t perform that action at this time.
0 commit comments