@ckb-ccc/okx 0.0.12 → 0.0.13-alpha.0

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 CHANGED
@@ -1,5 +1,14 @@
1
1
  # @ckb-ccc/okx
2
2
 
3
+ ## 0.0.13-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`600cc13`](https://github.com/ckb-ecofund/ccc/commit/600cc137ac6eb7c5b2533670de6df29d82f1b9e1)]:
8
+ - @ckb-ccc/core@0.0.13-alpha.0
9
+ - @ckb-ccc/nip07@0.0.13-alpha.0
10
+ - @ckb-ccc/uni-sat@0.0.13-alpha.0
11
+
3
12
  ## 0.0.12
4
13
 
5
14
  ### Patch Changes
package/README.md CHANGED
@@ -14,9 +14,12 @@
14
14
  /></a>
15
15
  <img alt="GitHub commit activity" src="https://img.shields.io/github/commit-activity/m/ckb-ecofund/ccc" />
16
16
  <img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/ckb-ecofund/ccc/master" />
17
- <img alt="GitHub deployments" src="https://img.shields.io/github/deployments/ckb-ecofund/ccc/production" />
17
+ <img alt="GitHub branch check runs" src="https://img.shields.io/github/check-runs/ckb-ecofund/ccc/master" />
18
18
  <a href="https://app.ckbccc.com/"><img
19
- alt="Demo" src="https://img.shields.io/website?url=https%3A%2F%2Fckbccc-demo.vercel.app%2F&label=Demo"
19
+ alt="App" src="https://img.shields.io/website?url=https%3A%2F%2Fapp.ckbccc.com%2F&label=App"
20
+ /></a>
21
+ <a href="https://docs.ckbccc.com/"><img
22
+ alt="Docs" src="https://img.shields.io/website?url=https%3A%2F%2Fdocs.ckbccc.com%2F&label=Docs"
20
23
  /></a>
21
24
  </p>
22
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckb-ccc/okx",
3
- "version": "0.0.12",
3
+ "version": "0.0.13-alpha.0",
4
4
  "description": "CCC - CKBer's Codebase. Common Chains Connector's support for OKX",
5
5
  "author": "Hanssen0 <hanssen0@hanssen0.com>",
6
6
  "license": "MIT",
@@ -38,9 +38,9 @@
38
38
  "access": "public"
39
39
  },
40
40
  "dependencies": {
41
- "@ckb-ccc/uni-sat": "0.0.12",
42
- "@ckb-ccc/core": "0.0.12",
43
- "@ckb-ccc/nip07": "0.0.12"
41
+ "@ckb-ccc/core": "0.0.13-alpha.0",
42
+ "@ckb-ccc/uni-sat": "0.0.13-alpha.0",
43
+ "@ckb-ccc/nip07": "0.0.13-alpha.0"
44
44
  },
45
45
  "scripts": {
46
46
  "build": "rimraf ./dist && rimraf ./dist.commonjs && tsc && tsc --project tsconfig.commonjs.json && copyfiles -u 2 misc/basedirs/**/* .",