@ckb-ccc/ccc 0.0.4-alpha.1 → 0.0.4-alpha.3
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/README.md +10 -5
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -3,10 +3,15 @@
|
|
|
3
3
|
</h1>
|
|
4
4
|
|
|
5
5
|
<p align="center">
|
|
6
|
-
<
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
<img alt="
|
|
6
|
+
<a href="https://www.npmjs.com/package/@ckb-ccc/ccc"><img
|
|
7
|
+
alt="NPM Version" src="https://img.shields.io/npm/v/%40ckb-ccc%2Fccc"
|
|
8
|
+
/></a>
|
|
9
|
+
<img alt="GitHub commit activity" src="https://img.shields.io/github/commit-activity/m/ckb-ecofund/ccc" />
|
|
10
|
+
<img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/ckb-ecofund/ccc/master" />
|
|
11
|
+
<img alt="GitHub deployments" src="https://img.shields.io/github/deployments/ckb-ecofund/ccc/production" />
|
|
12
|
+
<a href="https://ckbccc-demo.vercel.app/"><img
|
|
13
|
+
alt="Demo" src="https://img.shields.io/website?url=https%3A%2F%2Fckbccc-demo.vercel.app%2F&label=Demo"
|
|
14
|
+
/></a>
|
|
10
15
|
</p>
|
|
11
16
|
|
|
12
17
|
<p align="center">
|
|
@@ -29,4 +34,4 @@ This project is still under active development, and we are looking forward to yo
|
|
|
29
34
|
|
|
30
35
|
<h3 align="center">
|
|
31
36
|
Read more about CCC on its <a href="https://github.com/ckb-ecofund/ccc">GitHub Repo</a>.
|
|
32
|
-
</h3>
|
|
37
|
+
</h3>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckb-ccc/ccc",
|
|
3
|
-
"version": "0.0.4-alpha.
|
|
3
|
+
"version": "0.0.4-alpha.3",
|
|
4
4
|
"description": "Common Chains Connector",
|
|
5
5
|
"author": "Hanssen0 <hanssen0@hanssen0.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -37,10 +37,10 @@
|
|
|
37
37
|
"access": "public"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@ckb-ccc/core": "0.0.4-alpha.
|
|
41
|
-
"@ckb-ccc/eip6963": "0.0.4-alpha.
|
|
42
|
-
"@ckb-ccc/okx": "0.0.4-alpha.
|
|
43
|
-
"@ckb-ccc/uni-sat": "0.0.4-alpha.
|
|
40
|
+
"@ckb-ccc/core": "0.0.4-alpha.3",
|
|
41
|
+
"@ckb-ccc/eip6963": "0.0.4-alpha.3",
|
|
42
|
+
"@ckb-ccc/okx": "0.0.4-alpha.3",
|
|
43
|
+
"@ckb-ccc/uni-sat": "0.0.4-alpha.3"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "7eed10c29d8bb17e6b767197e36cede3180b1b2d"
|
|
46
46
|
}
|