@ckb-ccc/ccc 0.0.4-alpha.2 → 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.
Files changed (2) hide show
  1. package/README.md +9 -4
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -3,10 +3,15 @@
3
3
  </h1>
4
4
 
5
5
  <p align="center">
6
- <img alt="GitHub commit activity" src="https://img.shields.io/github/commit-activity/m/ckb-ecofund/ccc">
7
- <img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/ckb-ecofund/ccc/master">
8
- <img alt="GitHub deployments" src="https://img.shields.io/github/deployments/ckb-ecofund/ccc/production">
9
- <img alt="Demo" src="https://img.shields.io/website?url=https%3A%2F%2Fckbccc-demo.vercel.app%2F&label=Demo">
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">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckb-ccc/ccc",
3
- "version": "0.0.4-alpha.2",
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.2",
41
- "@ckb-ccc/eip6963": "0.0.4-alpha.2",
42
- "@ckb-ccc/okx": "0.0.4-alpha.2",
43
- "@ckb-ccc/uni-sat": "0.0.4-alpha.2"
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": "a90c12506cc8a1e0284cc4687d6a1a4598bffed2"
45
+ "gitHead": "7eed10c29d8bb17e6b767197e36cede3180b1b2d"
46
46
  }