Skip to content

Commit

Permalink
feat: bump AFJ version
Browse files Browse the repository at this point in the history
Signed-off-by: Ariel Gentile <gentilester@gmail.com>
  • Loading branch information
genaris committed Apr 5, 2023
1 parent 0e9306d commit b9c3012
Show file tree
Hide file tree
Showing 4 changed files with 107 additions and 125 deletions.
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"typescript": "~4.9.5"
},
"dependencies": {
"@aries-framework/core": "^0.4.0-alpha.84",
"@aries-framework/anoncreds": "^0.4.0-alpha.84",
"@aries-framework/core": "^0.4.0-alpha.103",
"@aries-framework/anoncreds": "^0.4.0-alpha.103",
"uuid": "^9.0.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,16 @@ import type { AgentContext } from "@aries-framework/core"
import { indyVdrAnonCredsRegistryIdentifierRegex } from "./identifiers"

export class IndyVdrProxyAnonCredsRegistry implements AnonCredsRegistry {
public readonly methodName = "indy"

public readonly supportedIdentifier = indyVdrAnonCredsRegistryIdentifierRegex

private proxyBaseUrl: string

public constructor(proxyBaseUrl: string) {
this.proxyBaseUrl = proxyBaseUrl
}

public async getSchema(agentContext: AgentContext, schemaId: string): Promise<GetSchemaReturn> {
try {
const response = await agentContext.config.agentDependencies.fetch(`${this.proxyBaseUrl}/schema/${schemaId}`)
Expand Down
17 changes: 8 additions & 9 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,14 @@
"access": "public"
},
"dependencies": {
"@aries-framework/anoncreds-rs": "^0.4.0-alpha.84",
"@aries-framework/askar": "^0.4.0-alpha.84",
"@aries-framework/core": "^0.4.0-alpha.84",
"@aries-framework/indy-vdr": "^0.4.0-alpha.84",
"@aries-framework/node": "^0.4.0-alpha.84",
"@hyperledger/anoncreds-nodejs": "^0.1.0-dev.11",
"@hyperledger/aries-askar-nodejs": "^0.1.0-dev.6",
"@hyperledger/indy-vdr-nodejs": "^0.1.0-dev.12",
"@hyperledger/indy-vdr-shared": "^0.1.0-dev.12",
"@aries-framework/anoncreds-rs": "^0.4.0-alpha.103",
"@aries-framework/askar": "^0.4.0-alpha.103",
"@aries-framework/core": "^0.4.0-alpha.103",
"@aries-framework/indy-vdr": "^0.4.0-alpha.103",
"@aries-framework/node": "^0.4.0-alpha.103",
"@hyperledger/anoncreds-nodejs": "^0.1.0-dev.14",
"@hyperledger/aries-askar-nodejs": "^0.1.0-dev.8",
"@hyperledger/indy-vdr-nodejs": "^0.1.0-dev.13",
"@nestjs/common": "^9.0.0",
"@nestjs/core": "^9.0.0",
"@nestjs/platform-express": "^9.0.0",
Expand Down
Loading

0 comments on commit b9c3012

Please sign in to comment.