Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</picture>
</p>

<h1 align="center" ><b>Univeral Resolver integration for Aries Framework JavaScript</b></h1>
<h1 align="center" ><b>Univeral Resolver integration for Credo</b></h1>

<h4 align="center">Powered by &nbsp;
<picture>
Expand Down Expand Up @@ -58,9 +58,9 @@ yarn add @animo-id/afj-universal-resolver

```typescript
import { UniversalDidResolver } from "@animo-id/afj-universal-resolver"
import { agentDependencies } from "@aries-framework/node"
import { Agent, DidsModule } from "@aries-framework/core"
import { AskarModule } from "@aries-framework/askar"
import { agentDependencies } from "@credo-ts/node"
import { Agent, DidsModule } from "@credo-ts/core"
import { AskarModule } from "@credo-ts/askar"
import { ariesAskar } from "@hyperledger/aries-askar-nodejs"

const devUniResolverUrl = "https://dev.uniresolver.io/1.0"
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@animo-id/afj-universal-resolver",
"version": "0.1.0",
"description": "AFJ Universal DID Resolver integration",
"description": "Credo Universal DID Resolver integration",
"author": "Animo Solutions",
"main": "build/index",
"publishConfig": {
Expand All @@ -22,10 +22,10 @@
"release": "release-it"
},
"devDependencies": {
"@aries-framework/askar": "^0.4.2",
"@aries-framework/core": "^0.4.2",
"@aries-framework/node": "^0.4.2",
"@hyperledger/aries-askar-nodejs": "^0.1.0",
"@credo-ts/askar": "^0.5.0",
"@credo-ts/core": "^0.5.0",
"@credo-ts/node": "^0.5.0",
"@hyperledger/aries-askar-nodejs": "^0.2.0",
"@types/node": "^20.10.0",
"prettier": "^3.1.0",
"release-it": "^17.0.0",
Expand Down
Loading