@ckb-ccc/ccc 0.0.4-alpha.1 → 0.0.4-alpha.2

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 +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -29,4 +29,4 @@ This project is still under active development, and we are looking forward to yo
29
29
 
30
30
  <h3 align="center">
31
31
  Read more about CCC on its <a href="https://github.com/ckb-ecofund/ccc">GitHub Repo</a>.
32
- </h3>
32
+ </h3>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckb-ccc/ccc",
3
- "version": "0.0.4-alpha.1",
3
+ "version": "0.0.4-alpha.2",
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.1",
41
- "@ckb-ccc/eip6963": "0.0.4-alpha.1",
42
- "@ckb-ccc/okx": "0.0.4-alpha.1",
43
- "@ckb-ccc/uni-sat": "0.0.4-alpha.1"
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"
44
44
  },
45
- "gitHead": "7dab1a1d6e3e380b26f43d0d0308bd4da1617029"
45
+ "gitHead": "a90c12506cc8a1e0284cc4687d6a1a4598bffed2"
46
46
  }