@credo-ts/cheqd 0.5.0-alpha.112 → 0.5.0-alpha.114

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 +2 -6
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
  height="250px"
7
7
  />
8
8
  </p>
9
- <h1 align="center"><b>Credo - Cheqd</b></h1>
9
+ <h1 align="center"><b>Credo Cheqd Module</b></h1>
10
10
  <p align="center">
11
11
  <a
12
12
  href="https://raw.githubusercontent.com/openwallet-foundation/credo-ts/main/LICENSE"
@@ -28,8 +28,4 @@
28
28
  </p>
29
29
  <br />
30
30
 
31
- ### Installation
32
-
33
- ### Quick start
34
-
35
- ### Example of usage
31
+ Credo cheqd provides integration of the cheqd network into Credo. See the [Cheqd Setup](https://credo.js.org/guides/getting-started/set-up/cheqd) for installation instructions.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@credo-ts/cheqd",
3
3
  "main": "build/index",
4
4
  "types": "build/index",
5
- "version": "0.5.0-alpha.112+755f5b8e",
5
+ "version": "0.5.0-alpha.114+e0b971e8",
6
6
  "files": [
7
7
  "build"
8
8
  ],
@@ -28,8 +28,8 @@
28
28
  "@cheqd/ts-proto": "cjs",
29
29
  "@cosmjs/crypto": "^0.29.5",
30
30
  "@cosmjs/proto-signing": "^0.31.0",
31
- "@credo-ts/anoncreds": "0.5.0-alpha.112+755f5b8e",
32
- "@credo-ts/core": "0.5.0-alpha.112+755f5b8e",
31
+ "@credo-ts/anoncreds": "0.5.0-alpha.114+e0b971e8",
32
+ "@credo-ts/core": "0.5.0-alpha.114+e0b971e8",
33
33
  "@stablelib/ed25519": "^1.0.3",
34
34
  "class-transformer": "^0.5.1",
35
35
  "class-validator": "^0.14.0",
@@ -40,5 +40,5 @@
40
40
  "rimraf": "^4.0.7",
41
41
  "typescript": "~4.9.4"
42
42
  },
43
- "gitHead": "755f5b8e546a769e9f4229f0281033da3e85ec04"
43
+ "gitHead": "e0b971e86b506bb78dafa21f76ae3b193abe9a9d"
44
44
  }