Skip to content

Commit 5065936

Browse files
authored
Merge pull request #21 from Bhutan-NDI/ethr-integration
Update ethr module package name with Ayanworks
2 parents d4d7edf + 87b5523 commit 5065936

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@ayanworks/credo-polygon-w3c-module": "1.0.0",
41-
"@bhutan-ndi/ndi-credo-ethr-module": "0.0.1-alpha",
41+
"@ayanworks/credo-ethr-module": "0.0.1",
4242
"@credo-ts/anoncreds": "0.5.3",
4343
"@credo-ts/askar": "0.5.3",
4444
"@credo-ts/core": "0.5.3",

src/cliAgent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import type { WalletConfig } from '@credo-ts/core/build/types'
33
import type { IndyVdrPoolConfig } from '@credo-ts/indy-vdr'
44

55
// eslint-disable-next-line import/no-extraneous-dependencies
6+
import { EthereumDidRegistrar, EthereumDidResolver, EthereumModule } from '@ayanworks/credo-ethr-module'
67
import { PolygonDidRegistrar, PolygonDidResolver, PolygonModule } from '@ayanworks/credo-polygon-w3c-module'
7-
import { EthereumDidRegistrar, EthereumDidResolver, EthereumModule } from '@bhutan-ndi/ndi-credo-ethr-module'
88
import {
99
AnonCredsCredentialFormatService,
1010
AnonCredsModule,

src/controllers/did/DidController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { DidResolutionResultProps } from '../types'
2+
import type { EthereumDidCreateOptions } from '@ayanworks/credo-ethr-module/build/dids'
23
import type { PolygonDidCreateOptions } from '@ayanworks/credo-polygon-w3c-module/build/dids'
3-
import type { EthereumDidCreateOptions } from '@bhutan-ndi/ndi-credo-ethr-module/build/dids'
44
import type { KeyDidCreateOptions } from '@credo-ts/core'
55

66
import {

src/controllers/multi-tenancy/MultiTenancyController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import type {
77
SchemaMetadata,
88
SignDataOptions,
99
} from '../types'
10+
import type { EthereumDidCreateOptions } from '@ayanworks/credo-ethr-module/build/dids'
1011
import type { PolygonDidCreateOptions } from '@ayanworks/credo-polygon-w3c-module/build/dids'
11-
import type { EthereumDidCreateOptions } from '@bhutan-ndi/ndi-credo-ethr-module/build/dids'
1212
import type {
1313
AcceptProofRequestOptions,
1414
ConnectionRecordProps,

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,20 @@
4444
dependencies:
4545
static-eval "2.0.2"
4646

47+
"@ayanworks/credo-ethr-module@0.0.1":
48+
version "0.0.1"
49+
resolved "https://registry.yarnpkg.com/@ayanworks/credo-ethr-module/-/credo-ethr-module-0.0.1.tgz#ea4f7741aae72a51dd7e2a5737e5c87b670c772d"
50+
integrity sha512-KbuSGertPYttBx1CEUFA/wjC0EolL7fTegVtsBAlCKGNynIf9XGyjIDLgtjBmlptEq2R0a2nxJ9ErScLTY4BVQ==
51+
dependencies:
52+
"@credo-ts/askar" "0.5.3"
53+
"@credo-ts/core" "0.5.3"
54+
axios "^1.6.3"
55+
did-resolver "^4.1.0"
56+
ethers "^6.9.0"
57+
ethr-did "^3.0.38"
58+
ethr-did-resolver "^11.0.4"
59+
keccak256 "^1.0.6"
60+
4761
"@ayanworks/credo-polygon-w3c-module@1.0.0":
4862
version "1.0.0"
4963
resolved "https://registry.yarnpkg.com/@ayanworks/credo-polygon-w3c-module/-/credo-polygon-w3c-module-1.0.0.tgz#e48dcb48f8708b2959ebe02fcf3a5e08b168d479"
@@ -420,20 +434,6 @@
420434
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
421435
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
422436

423-
"@bhutan-ndi/ndi-credo-ethr-module@0.0.1-alpha":
424-
version "0.0.1-alpha"
425-
resolved "https://registry.yarnpkg.com/@bhutan-ndi/ndi-credo-ethr-module/-/ndi-credo-ethr-module-0.0.1-alpha.tgz#493f605643498c9adb83543714b31c83df7bf898"
426-
integrity sha512-nUVIMK/8BFA9O4+wMeMn/dtfeESwLpgDBl7GW7n+v3Oi6fQrRec2MzLxj5ccUKSNkC+Qu404ZutY0pdlqkjS/g==
427-
dependencies:
428-
"@credo-ts/askar" "0.5.3"
429-
"@credo-ts/core" "0.5.3"
430-
axios "^1.6.3"
431-
did-resolver "^4.1.0"
432-
ethers "^6.9.0"
433-
ethr-did "^3.0.38"
434-
ethr-did-resolver "^11.0.4"
435-
keccak256 "^1.0.6"
436-
437437
"@credo-ts/anoncreds@0.5.3":
438438
version "0.5.3"
439439
resolved "https://registry.yarnpkg.com/@credo-ts/anoncreds/-/anoncreds-0.5.3.tgz#3e6775b461fc34e377bebe2c0ca53c34ee630a26"

0 commit comments

Comments
 (0)