@ckb-ccc/ccc 0.0.13-alpha.7 → 0.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +40 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,45 @@
|
|
|
1
1
|
# @ckb-ccc/ccc
|
|
2
2
|
|
|
3
|
+
## 0.0.13
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`6d62032`](https://github.com/ckb-ecofund/ccc/commit/6d620326f42f8c48eff9deb95578cf28d7bf5c97) Thanks [@Hanssen0](https://github.com/Hanssen0)! - fix(core): recordCells should not add usableCells
|
|
8
|
+
|
|
9
|
+
- [`3658797`](https://github.com/ckb-ecofund/ccc/commit/3658797e67c42c56b20fa66481d0455ed019e69f) Thanks [@Hanssen0](https://github.com/Hanssen0)! - feat(core): node.js websocket
|
|
10
|
+
|
|
11
|
+
- [#25](https://github.com/ckb-ecofund/ccc/pull/25) [`69c10fd`](https://github.com/ckb-ecofund/ccc/commit/69c10fdfcd507433c13b15d17015dca4687afb97) Thanks [@Hanssen0](https://github.com/Hanssen0)! - feat(utxo-global): switchNetwork
|
|
12
|
+
|
|
13
|
+
- [`44c7fee`](https://github.com/ckb-ecofund/ccc/commit/44c7feed37369836268fba21884418682f15254b) Thanks [@Hanssen0](https://github.com/Hanssen0)! - fix(core): completeInputs
|
|
14
|
+
|
|
15
|
+
- [`079e20e`](https://github.com/ckb-ecofund/ccc/commit/079e20ef14cf9a7c06bbaddf3e92cbfbb005da11) Thanks [@Hanssen0](https://github.com/Hanssen0)! - feat(core): more APIs. Since parsing.
|
|
16
|
+
|
|
17
|
+
- [`ed154d1`](https://github.com/ckb-ecofund/ccc/commit/ed154d189e239907ad686ec51ac8133b6d5eb895) Thanks [@Hanssen0](https://github.com/Hanssen0)! - feat(core): Signer.findCells
|
|
18
|
+
|
|
19
|
+
- Updated dependencies [[`3378e85`](https://github.com/ckb-ecofund/ccc/commit/3378e85b32797f5cdc1943b9ecaca1fd1d9fad5e), [`8629449`](https://github.com/ckb-ecofund/ccc/commit/86294490e76fc2a1cee20f827883e02fceca6e8b), [`6d62032`](https://github.com/ckb-ecofund/ccc/commit/6d620326f42f8c48eff9deb95578cf28d7bf5c97), [`3658797`](https://github.com/ckb-ecofund/ccc/commit/3658797e67c42c56b20fa66481d0455ed019e69f), [`69c10fd`](https://github.com/ckb-ecofund/ccc/commit/69c10fdfcd507433c13b15d17015dca4687afb97), [`600cc13`](https://github.com/ckb-ecofund/ccc/commit/600cc137ac6eb7c5b2533670de6df29d82f1b9e1), [`642f731`](https://github.com/ckb-ecofund/ccc/commit/642f7317f4951ef801f1245aea96c40b4b6fb73e), [`96dbb61`](https://github.com/ckb-ecofund/ccc/commit/96dbb6107d2071b9383350ddd578557746227054), [`0462a4e`](https://github.com/ckb-ecofund/ccc/commit/0462a4ee101926f0da857173626dc4ab879e3b56), [`588db84`](https://github.com/ckb-ecofund/ccc/commit/588db8434d76a5a9ea6dd1d4c5b03f356ec1fb7d), [`52156f9`](https://github.com/ckb-ecofund/ccc/commit/52156f9df9cae9e0b71b77b49cda0e4d73e76142), [`63606db`](https://github.com/ckb-ecofund/ccc/commit/63606db908f95bfc857430083932144d1ef4deef), [`44c7fee`](https://github.com/ckb-ecofund/ccc/commit/44c7feed37369836268fba21884418682f15254b), [`1043c2b`](https://github.com/ckb-ecofund/ccc/commit/1043c2bc211ec283b88dba3b81feef98e4185c0e), [`079e20e`](https://github.com/ckb-ecofund/ccc/commit/079e20ef14cf9a7c06bbaddf3e92cbfbb005da11), [`1f999f8`](https://github.com/ckb-ecofund/ccc/commit/1f999f854beb255b3cd9dbbc5a7268e75442b3db), [`a69a9dc`](https://github.com/ckb-ecofund/ccc/commit/a69a9dc0c722f7b4cfa36b2ae8ecba4dcde0db90), [`ed154d1`](https://github.com/ckb-ecofund/ccc/commit/ed154d189e239907ad686ec51ac8133b6d5eb895)]:
|
|
20
|
+
- @ckb-ccc/core@0.0.13
|
|
21
|
+
- @ckb-ccc/eip6963@0.0.13
|
|
22
|
+
- @ckb-ccc/joy-id@0.0.13
|
|
23
|
+
- @ckb-ccc/nip07@0.0.13
|
|
24
|
+
- @ckb-ccc/okx@0.0.13
|
|
25
|
+
- @ckb-ccc/rei@0.0.13
|
|
26
|
+
- @ckb-ccc/uni-sat@0.0.13
|
|
27
|
+
- @ckb-ccc/utxo-global@0.0.13
|
|
28
|
+
|
|
29
|
+
## 0.0.13-alpha.8
|
|
30
|
+
|
|
31
|
+
### Patch Changes
|
|
32
|
+
|
|
33
|
+
- Updated dependencies [[`8629449`](https://github.com/ckb-ecofund/ccc/commit/86294490e76fc2a1cee20f827883e02fceca6e8b), [`52156f9`](https://github.com/ckb-ecofund/ccc/commit/52156f9df9cae9e0b71b77b49cda0e4d73e76142), [`63606db`](https://github.com/ckb-ecofund/ccc/commit/63606db908f95bfc857430083932144d1ef4deef)]:
|
|
34
|
+
- @ckb-ccc/core@0.0.13-alpha.8
|
|
35
|
+
- @ckb-ccc/eip6963@0.0.13-alpha.8
|
|
36
|
+
- @ckb-ccc/joy-id@0.0.13-alpha.8
|
|
37
|
+
- @ckb-ccc/nip07@0.0.13-alpha.8
|
|
38
|
+
- @ckb-ccc/okx@0.0.13-alpha.8
|
|
39
|
+
- @ckb-ccc/rei@0.0.13-alpha.8
|
|
40
|
+
- @ckb-ccc/uni-sat@0.0.13-alpha.8
|
|
41
|
+
- @ckb-ccc/utxo-global@0.0.13-alpha.8
|
|
42
|
+
|
|
3
43
|
## 0.0.13-alpha.7
|
|
4
44
|
|
|
5
45
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckb-ccc/ccc",
|
|
3
|
-
"version": "0.0.13
|
|
3
|
+
"version": "0.0.13",
|
|
4
4
|
"description": "CCC - CKBer's Codebase. Common Chains Connector.",
|
|
5
5
|
"author": "Hanssen0 <hanssen0@hanssen0.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -46,14 +46,14 @@
|
|
|
46
46
|
"access": "public"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@ckb-ccc/
|
|
50
|
-
"@ckb-ccc/
|
|
51
|
-
"@ckb-ccc/
|
|
52
|
-
"@ckb-ccc/nip07": "0.0.13
|
|
53
|
-
"@ckb-ccc/uni-sat": "0.0.13
|
|
54
|
-
"@ckb-ccc/
|
|
55
|
-
"@ckb-ccc/utxo-global": "0.0.13
|
|
56
|
-
"@ckb-ccc/rei": "0.0.13
|
|
49
|
+
"@ckb-ccc/eip6963": "0.0.13",
|
|
50
|
+
"@ckb-ccc/core": "0.0.13",
|
|
51
|
+
"@ckb-ccc/joy-id": "0.0.13",
|
|
52
|
+
"@ckb-ccc/nip07": "0.0.13",
|
|
53
|
+
"@ckb-ccc/uni-sat": "0.0.13",
|
|
54
|
+
"@ckb-ccc/okx": "0.0.13",
|
|
55
|
+
"@ckb-ccc/utxo-global": "0.0.13",
|
|
56
|
+
"@ckb-ccc/rei": "0.0.13"
|
|
57
57
|
},
|
|
58
58
|
"scripts": {
|
|
59
59
|
"build": "rimraf ./dist && rimraf ./dist.commonjs && tsc && tsc --project tsconfig.commonjs.json && copyfiles -u 2 misc/basedirs/**/* .",
|