@credo-ts/indy-vdr 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 - Indy Verifiable Data Registry (Indy-Vdr)</b></h1>
9
+ <h1 align="center"><b>Credo - Indy Verifiable Data Registry (Indy VDR) 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 Indy VDR provides integration of the Hyperledger Indy blockchain into Credo. See the [Indy VDR Setup](https://credo.js.org/guides/getting-started/set-up/indy-vdr) for installation instructions.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@credo-ts/indy-vdr",
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,8 +24,8 @@
24
24
  "test": "jest"
25
25
  },
26
26
  "dependencies": {
27
- "@credo-ts/anoncreds": "0.5.0-alpha.112+755f5b8e",
28
- "@credo-ts/core": "0.5.0-alpha.112+755f5b8e"
27
+ "@credo-ts/anoncreds": "0.5.0-alpha.113+256c7a61",
28
+ "@credo-ts/core": "0.5.0-alpha.113+256c7a61"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@hyperledger/indy-vdr-nodejs": "^0.2.0-dev.6",
@@ -40,5 +40,5 @@
40
40
  "peerDependencies": {
41
41
  "@hyperledger/indy-vdr-shared": "^0.2.0-dev.6"
42
42
  },
43
- "gitHead": "755f5b8e546a769e9f4229f0281033da3e85ec04"
43
+ "gitHead": "256c7a611b76db351012928a029dce57b43201ef"
44
44
  }