@credo-ts/anoncreds 0.5.0-alpha.112 → 0.5.0-alpha.113

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 AnonCreds Interfaces</b></h1>
9
+ <h1 align="center"><b>Credo AnonCreds 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 AnonCreds provides AnonCreds capabilities of Credo. See the [AnonCreds Setup](https://credo.js.org/guides/getting-started/set-up/anoncreds) for installation instructions.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@credo-ts/anoncreds",
3
3
  "main": "build/index",
4
4
  "types": "build/index",
5
- "version": "0.5.0-alpha.112+755f5b8e",
5
+ "version": "0.5.0-alpha.113+256c7a61",
6
6
  "files": [
7
7
  "build"
8
8
  ],
@@ -24,14 +24,14 @@
24
24
  "test": "jest"
25
25
  },
26
26
  "dependencies": {
27
- "@credo-ts/core": "0.5.0-alpha.112+755f5b8e",
27
+ "@credo-ts/core": "0.5.0-alpha.113+256c7a61",
28
28
  "bn.js": "^5.2.1",
29
29
  "class-transformer": "0.5.1",
30
30
  "class-validator": "0.14.0",
31
31
  "reflect-metadata": "^0.1.13"
32
32
  },
33
33
  "devDependencies": {
34
- "@credo-ts/node": "0.5.0-alpha.112+755f5b8e",
34
+ "@credo-ts/node": "0.5.0-alpha.113+256c7a61",
35
35
  "@hyperledger/anoncreds-nodejs": "^0.2.0-dev.9",
36
36
  "@hyperledger/anoncreds-shared": "^0.2.0-dev.9",
37
37
  "rimraf": "^4.4.0",
@@ -41,5 +41,5 @@
41
41
  "peerDependencies": {
42
42
  "@hyperledger/anoncreds-shared": "^0.2.0-dev.9"
43
43
  },
44
- "gitHead": "755f5b8e546a769e9f4229f0281033da3e85ec04"
44
+ "gitHead": "256c7a611b76db351012928a029dce57b43201ef"
45
45
  }