credo-ts-indy-vdr-proxy-server 0.1.1 → 0.1.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 +4 -4
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Aries JavaScript Indy VDR Proxy Server
1
+ # Credo Indy VDR Proxy Server
2
2
 
3
3
  A server that exposes a REST API to resolve objects in Indy networks. It is built in [NestJs](https://github.com/nestjs/nest) and based on [Credo](https://github.com/openwallet-foundation/credo-ts).
4
4
 
@@ -39,9 +39,9 @@ All endpoints use HTTP GET method.
39
39
 
40
40
  - /did/{fully qualified or legacy Indy did}: resolve a DID Document
41
41
  - /schema/{fully qualified AnonCreds schema ID}: resolve an AnonCreds Schema
42
- - /credential-definition/{fully qualified AnonCreds credential definition ID}: resolve an AnonCreds Credential Definition
43
- - /revocation-registry-definition/{fully qualified AnonCreds revocation registry definition ID}: resolve an AnonCreds Revocation Registry Definition
44
- - /revocation-status-list/{fully qualified AnonCreds revocation registry definition ID}/{timestamp}: resolve an AnonCreds Revocation Status List
42
+ - /credential-definition/{fully qualified or legacy AnonCreds credential definition ID}: resolve an AnonCreds Credential Definition
43
+ - /revocation-registry-definition/{fully qualified or legacy AnonCreds revocation registry definition ID}: resolve an AnonCreds Revocation Registry Definition
44
+ - /revocation-status-list/{fully qualified or legacy AnonCreds revocation registry definition ID}/{timestamp}: resolve an AnonCreds Revocation Status List
45
45
 
46
46
  The response for each follows the format used in `@credo-ts/anoncreds` module. It's a JSON containing three elements:
47
47
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "credo-ts-indy-vdr-proxy-server",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Indy VDR Proxy server based on credo-ts",
5
5
  "author": "2060.io",
6
6
  "homepage": "https://github.com/2060-io/credo-ts-indy-vdr-proxy",
@@ -32,15 +32,15 @@
32
32
  "access": "public"
33
33
  },
34
34
  "dependencies": {
35
- "@credo-ts/anoncreds": "^0.5.0",
36
- "@credo-ts/askar": "^0.5.0",
37
- "@credo-ts/core": "^0.5.0",
38
- "@credo-ts/indy-vdr": "^0.5.0",
39
- "@credo-ts/node": "^0.5.0",
40
- "@hyperledger/anoncreds-shared": "^0.2.1",
41
- "@hyperledger/anoncreds-nodejs": "^0.2.1",
42
- "@hyperledger/aries-askar-nodejs": "^0.2.0",
43
- "@hyperledger/indy-vdr-nodejs": "^0.2.0",
35
+ "@credo-ts/anoncreds": "0.5.3",
36
+ "@credo-ts/askar": "0.5.3",
37
+ "@credo-ts/core": "0.5.3",
38
+ "@credo-ts/indy-vdr": "0.5.3",
39
+ "@credo-ts/node": "0.5.3",
40
+ "@hyperledger/anoncreds-shared": "^0.2.2",
41
+ "@hyperledger/anoncreds-nodejs": "^0.2.2",
42
+ "@hyperledger/aries-askar-nodejs": "^0.2.1",
43
+ "@hyperledger/indy-vdr-nodejs": "^0.2.2",
44
44
  "@nestjs/common": "^9.0.0",
45
45
  "@nestjs/core": "^9.0.0",
46
46
  "@nestjs/platform-express": "^9.0.0",