From 3e663ea9e7db137f78a7c8132d1980d4dfccfceb Mon Sep 17 00:00:00 2001
From: Karim Stekelenburg
Date: Mon, 29 Jan 2024 23:13:10 +0100
Subject: [PATCH] refactor: find and replace npm scope
Project wide "@aries-framework/" -> "@credo-ts/" search and replace
Signed-off-by: Karim Stekelenburg
---
.github/workflows/continuous-deployment.yml | 2 +-
README.md | 78 +++++++++----------
demo/package.json | 16 ++--
demo/src/Alice.ts | 2 +-
demo/src/AliceInquirer.ts | 2 +-
demo/src/BaseAgent.ts | 22 +++---
demo/src/Faber.ts | 11 +--
demo/src/Listener.ts | 4 +-
jest.config.base.ts | 6 +-
packages/action-menu/CHANGELOG.md | 6 +-
packages/action-menu/README.md | 14 ++--
packages/action-menu/package.json | 4 +-
packages/action-menu/src/ActionMenuApi.ts | 2 +-
packages/action-menu/src/ActionMenuEvents.ts | 2 +-
packages/action-menu/src/ActionMenuModule.ts | 4 +-
.../src/__tests__/ActionMenuModule.test.ts | 4 +-
.../errors/ActionMenuProblemReportError.ts | 4 +-
.../ActionMenuProblemReportHandler.ts | 2 +-
.../src/handlers/MenuMessageHandler.ts | 2 +-
.../src/handlers/MenuRequestMessageHandler.ts | 2 +-
.../src/handlers/PerformMessageHandler.ts | 2 +-
.../ActionMenuProblemReportMessage.ts | 4 +-
.../action-menu/src/messages/MenuMessage.ts | 2 +-
.../src/messages/MenuRequestMessage.ts | 2 +-
.../src/messages/PerformMessage.ts | 2 +-
.../src/repository/ActionMenuRecord.ts | 4 +-
.../src/repository/ActionMenuRepository.ts | 2 +-
.../src/services/ActionMenuService.ts | 4 +-
.../src/services/ActionMenuServiceOptions.ts | 2 +-
.../__tests__/ActionMenuService.test.ts | 4 +-
.../action-menu/tests/action-menu.e2e.test.ts | 12 +--
packages/action-menu/tests/helpers.ts | 6 +-
packages/anoncreds-rs/README.md | 6 +-
packages/anoncreds-rs/package.json | 6 +-
.../anoncreds-rs/src/AnonCredsRsModule.ts | 8 +-
.../src/errors/AnonCredsRsError.ts | 2 +-
.../src/services/AnonCredsRsHolderService.ts | 8 +-
.../src/services/AnonCredsRsIssuerService.ts | 8 +-
.../services/AnonCredsRsVerifierService.ts | 8 +-
.../AnonCredsRsHolderService.test.ts | 4 +-
.../__tests__/AnonCredsRsServices.test.ts | 6 +-
.../src/services/__tests__/helpers.ts | 2 +-
.../tests/InMemoryTailsFileService.ts | 8 +-
.../anoncreds-rs/tests/LocalDidResolver.ts | 4 +-
.../anoncreds-rs/tests/anoncreds-flow.test.ts | 8 +-
packages/anoncreds-rs/tests/anoncredsSetup.ts | 4 +-
packages/anoncreds-rs/tests/indy-flow.test.ts | 8 +-
.../v2-credential-revocation.e2e.test.ts | 2 +-
.../tests/v2-credentials.e2e.test.ts | 6 +-
.../anoncreds-rs/tests/v2-proofs.e2e.test.ts | 6 +-
packages/anoncreds/README.md | 6 +-
packages/anoncreds/package.json | 6 +-
packages/anoncreds/src/AnonCredsApi.ts | 4 +-
packages/anoncreds/src/AnonCredsModule.ts | 2 +-
.../src/__tests__/AnonCredsModule.test.ts | 2 +-
.../anoncreds/src/error/AnonCredsError.ts | 2 +-
.../src/formats/AnonCredsCredentialFormat.ts | 2 +-
.../AnonCredsCredentialFormatService.ts | 4 +-
.../src/formats/AnonCredsProofFormat.ts | 2 +-
.../formats/AnonCredsProofFormatService.ts | 4 +-
.../src/formats/LegacyIndyCredentialFormat.ts | 2 +-
.../LegacyIndyCredentialFormatService.ts | 4 +-
.../src/formats/LegacyIndyProofFormat.ts | 2 +-
.../formats/LegacyIndyProofFormatService.ts | 4 +-
.../legacy-indy-format-services.test.ts | 2 +-
.../__tests__/AnonCredsRestriction.test.ts | 2 +-
.../credentials/v1/V1CredentialProtocol.ts | 4 +-
.../V1CredentialProtocolCred.test.ts | 4 +-
.../V1CredentialProtocolProposeOffer.test.ts | 4 +-
.../v1-connectionless-credentials.e2e.test.ts | 4 +-
.../v1-credentials-auto-accept.e2e.test.ts | 2 +-
.../v1/__tests__/v1-credentials.e2e.test.ts | 7 +-
.../errors/V1CredentialProblemReportError.ts | 4 +-
.../v1/handlers/V1CredentialAckHandler.ts | 2 +-
.../V1CredentialProblemReportHandler.ts | 2 +-
.../v1/handlers/V1IssueCredentialHandler.ts | 4 +-
.../v1/handlers/V1OfferCredentialHandler.ts | 4 +-
.../v1/handlers/V1ProposeCredentialHandler.ts | 4 +-
.../v1/handlers/V1RequestCredentialHandler.ts | 4 +-
.../v1/messages/V1CredentialAckMessage.ts | 4 +-
.../v1/messages/V1CredentialPreview.ts | 4 +-
.../V1CredentialProblemReportMessage.ts | 4 +-
.../v1/messages/V1IssueCredentialMessage.ts | 2 +-
.../v1/messages/V1OfferCredentialMessage.ts | 2 +-
.../v1/messages/V1ProposeCredentialMessage.ts | 4 +-
.../v1/messages/V1RequestCredentialMessage.ts | 2 +-
.../protocols/proofs/v1/V1ProofProtocol.ts | 4 +-
.../V1PresentationProblemReportError.ts | 4 +-
.../v1/handlers/V1PresentationAckHandler.ts | 2 +-
.../v1/handlers/V1PresentationHandler.ts | 4 +-
.../V1PresentationProblemReportHandler.ts | 2 +-
.../handlers/V1ProposePresentationHandler.ts | 4 +-
.../handlers/V1RequestPresentationHandler.ts | 4 +-
.../v1/messages/V1PresentationAckMessage.ts | 4 +-
.../v1/messages/V1PresentationMessage.ts | 2 +-
.../V1PresentationProblemReportMessage.ts | 4 +-
.../messages/V1ProposePresentationMessage.ts | 2 +-
.../messages/V1RequestPresentationMessage.ts | 2 +-
.../proofs/v1/models/V1PresentationPreview.ts | 2 +-
...nCredsCredentialDefinitionPrivateRecord.ts | 4 +-
...dsCredentialDefinitionPrivateRepository.ts | 4 +-
.../AnonCredsCredentialDefinitionRecord.ts | 4 +-
...AnonCredsCredentialDefinitionRepository.ts | 4 +-
.../repository/AnonCredsCredentialRecord.ts | 4 +-
.../AnonCredsCredentialRepository.ts | 4 +-
.../AnonCredsKeyCorrectnessProofRecord.ts | 4 +-
.../AnonCredsKeyCorrectnessProofRepository.ts | 4 +-
.../repository/AnonCredsLinkSecretRecord.ts | 4 +-
.../AnonCredsLinkSecretRepository.ts | 4 +-
...vocationRegistryDefinitionPrivateRecord.ts | 4 +-
...tionRegistryDefinitionPrivateRepository.ts | 4 +-
...CredsRevocationRegistryDefinitionRecord.ts | 4 +-
...sRevocationRegistryDefinitionRepository.ts | 4 +-
.../src/repository/AnonCredsSchemaRecord.ts | 4 +-
.../repository/AnonCredsSchemaRepository.ts | 4 +-
.../AnonCredsCredentialRecord.test.ts | 2 +-
.../src/services/AnonCredsHolderService.ts | 2 +-
.../src/services/AnonCredsIssuerService.ts | 2 +-
.../src/services/AnonCredsVerifierService.ts | 2 +-
.../services/registry/AnonCredsRegistry.ts | 2 +-
.../registry/AnonCredsRegistryService.ts | 4 +-
.../registry/RevocationStatusListOptions.ts | 2 +-
.../services/tails/BasicTailsFileService.ts | 4 +-
.../src/services/tails/TailsFileService.ts | 2 +-
.../updates/0.3.1-0.4/credentialDefinition.ts | 4 +-
.../0.3.1-0.4/credentialExchangeRecord.ts | 4 +-
.../anoncreds/src/updates/0.3.1-0.4/index.ts | 2 +-
.../src/updates/0.3.1-0.4/linkSecret.ts | 2 +-
.../anoncreds/src/updates/0.3.1-0.4/schema.ts | 2 +-
.../src/updates/__tests__/0.3.test.ts | 2 +-
.../src/utils/__tests__/credential.test.ts | 2 +-
.../anoncreds/src/utils/composeAutoAccept.ts | 2 +-
.../src/utils/createRequestFromPreview.ts | 2 +-
packages/anoncreds/src/utils/credential.ts | 4 +-
.../src/utils/credentialPreviewAttributes.ts | 2 +-
.../src/utils/getRevocationRegistries.ts | 4 +-
.../src/utils/hasDuplicateGroupNames.ts | 2 +-
.../anoncreds/src/utils/indyIdentifiers.ts | 2 +-
packages/anoncreds/src/utils/linkSecret.ts | 2 +-
packages/anoncreds/src/utils/proverDid.ts | 2 +-
.../anoncreds/src/utils/revocationInterval.ts | 2 +-
.../tests/InMemoryAnonCredsRegistry.ts | 4 +-
packages/anoncreds/tests/anoncreds.test.ts | 8 +-
.../anoncreds/tests/legacyAnonCredsSetup.ts | 4 +-
packages/askar/README.md | 6 +-
packages/askar/package.json | 4 +-
packages/askar/src/AskarModule.ts | 6 +-
.../askar/src/storage/AskarStorageService.ts | 12 +--
.../__tests__/AskarStorageService.test.ts | 11 +--
packages/askar/src/storage/utils.ts | 4 +-
packages/askar/src/utils/askarKeyTypes.ts | 2 +-
packages/askar/src/utils/askarWalletConfig.ts | 4 +-
packages/askar/src/utils/assertAskarWallet.ts | 4 +-
packages/askar/src/wallet/AskarBaseWallet.ts | 4 +-
.../askar/src/wallet/AskarProfileWallet.ts | 4 +-
packages/askar/src/wallet/AskarWallet.ts | 4 +-
.../AskarWalletPostgresStorageConfig.ts | 2 +-
packages/askar/src/wallet/JweEnvelope.ts | 2 +-
.../__tests__/AskarProfileWallet.test.ts | 11 +--
.../src/wallet/__tests__/AskarWallet.test.ts | 4 +-
.../src/wallet/__tests__/packing.test.ts | 12 +--
.../askar/tests/askar-inmemory.e2e.test.ts | 2 +-
.../askar/tests/askar-postgres.e2e.test.ts | 2 +-
packages/askar/tests/askar-sqlite.e2e.test.ts | 2 +-
packages/askar/tests/helpers.ts | 4 +-
packages/bbs-signatures/CHANGELOG.md | 4 +-
packages/bbs-signatures/README.md | 10 +--
packages/bbs-signatures/package.json | 6 +-
packages/bbs-signatures/src/BbsModule.ts | 6 +-
.../src/Bls12381g2SigningProvider.ts | 4 +-
.../src/__tests__/BbsModule.test.ts | 4 +-
.../signature-suites/BbsBlsSignature2020.ts | 4 +-
.../BbsBlsSignatureProof2020.ts | 4 +-
.../src/types/CanonizeOptions.ts | 2 +-
.../src/types/CreateProofOptions.ts | 2 +-
.../src/types/CreateVerifyDataOptions.ts | 2 +-
.../src/types/DeriveProofOptions.ts | 2 +-
.../src/types/SignatureSuiteOptions.ts | 2 +-
.../src/types/SuiteSignOptions.ts | 2 +-
.../src/types/VerifyProofOptions.ts | 2 +-
.../src/types/VerifySignatureOptions.ts | 2 +-
.../tests/bbs-signatures.e2e.test.ts | 4 +-
.../tests/bbs-signing-provider.e2e.test.ts | 10 +--
packages/bbs-signatures/tests/fixtures.ts | 2 +-
packages/cheqd/README.md | 6 +-
packages/cheqd/package.json | 8 +-
packages/cheqd/src/CheqdModule.ts | 6 +-
.../services/CheqdAnonCredsRegistry.ts | 6 +-
.../cheqd/src/anoncreds/utils/identifiers.ts | 4 +-
.../cheqd/src/anoncreds/utils/transform.ts | 2 +-
packages/cheqd/src/dids/CheqdDidRegistrar.ts | 12 +--
packages/cheqd/src/dids/CheqdDidResolver.ts | 4 +-
packages/cheqd/src/dids/didCheqdUtil.ts | 8 +-
.../cheqd/src/ledger/CheqdLedgerService.ts | 2 +-
.../tests/cheqd-did-registrar.e2e.test.ts | 4 +-
.../tests/cheqd-did-resolver.e2e.test.ts | 2 +-
.../cheqd/tests/cheqd-did-utils.e2e.test.ts | 2 +-
.../cheqd-sdk-anoncreds-registry.e2e.test.ts | 2 +-
packages/cheqd/tests/setup.ts | 2 +-
packages/cheqd/tests/setupCheqdModule.ts | 4 +-
packages/core/README.md | 6 +-
packages/core/package.json | 2 +-
.../src/crypto/__tests__/JwsService.test.ts | 2 +-
.../modules/dids/__tests__/DidsApi.test.ts | 2 +-
.../dids/__tests__/dids-registrar.e2e.test.ts | 2 +-
.../oob/__tests__/connect-to-self.e2e.test.ts | 2 +-
.../oob/__tests__/implicit.e2e.test.ts | 2 +-
packages/core/tests/oob.test.ts | 4 +-
.../indy-sdk-to-askar-migration/CHANGELOG.md | 4 +-
.../indy-sdk-to-askar-migration/README.md | 6 +-
.../indy-sdk-to-askar-migration/package.json | 12 +--
.../src/IndySdkToAskarMigrationUpdater.ts | 10 +--
.../errors/IndySdkToAskarMigrationError.ts | 2 +-
.../indy-sdk-to-askar-migration/src/utils.ts | 4 +-
.../tests/migrate.test.ts | 10 +--
packages/indy-sdk/README.md | 6 +-
packages/indy-sdk/package.json | 6 +-
packages/indy-sdk/src/IndySdkModule.ts | 6 +-
.../services/IndySdkAnonCredsRegistry.ts | 8 +-
.../services/IndySdkHolderService.ts | 8 +-
.../services/IndySdkIssuerService.ts | 8 +-
.../services/IndySdkRevocationService.ts | 8 +-
.../services/IndySdkVerifierService.ts | 8 +-
.../utils/__tests__/assertUnqualified.test.ts | 2 +-
.../src/anoncreds/utils/assertUnqualified.ts | 10 +--
.../src/anoncreds/utils/identifiers.ts | 2 +-
.../indy-sdk/src/anoncreds/utils/tails.ts | 4 +-
.../indy-sdk/src/anoncreds/utils/transform.ts | 4 +-
.../src/dids/IndySdkIndyDidRegistrar.ts | 6 +-
.../src/dids/IndySdkIndyDidResolver.ts | 4 +-
.../src/dids/IndySdkSovDidResolver.ts | 2 +-
.../__tests__/IndySdkIndyDidRegistrar.test.ts | 4 +-
.../__tests__/IndySdkIndyDidResolver.test.ts | 2 +-
.../__tests__/IndySdkSovDidResolver.test.ts | 2 +-
packages/indy-sdk/src/dids/didIndyUtil.ts | 4 +-
packages/indy-sdk/src/dids/didSovUtil.ts | 2 +-
packages/indy-sdk/src/error/IndySdkError.ts | 2 +-
packages/indy-sdk/src/error/indyError.ts | 2 +-
packages/indy-sdk/src/ledger/IndySdkPool.ts | 4 +-
.../indy-sdk/src/ledger/IndySdkPoolService.ts | 6 +-
.../__tests__/IndySdkPoolService.test.ts | 2 +-
.../src/ledger/error/IndySdkPoolError.ts | 2 +-
.../ledger/serializeRequestForSignature.ts | 2 +-
.../src/storage/IndySdkStorageService.ts | 11 +--
.../__tests__/IndySdkStorageService.test.ts | 4 +-
.../indy-sdk/src/utils/assertIndySdkWallet.ts | 4 +-
packages/indy-sdk/src/utils/did.ts | 2 +-
packages/indy-sdk/src/wallet/IndySdkWallet.ts | 4 +-
.../wallet/__tests__/IndySdkWallet.test.ts | 4 +-
.../tests/indy-did-registrar.e2e.test.ts | 2 +-
.../tests/indy-did-resolver.e2e.test.ts | 2 +-
.../indy-sdk-anoncreds-registry.e2e.test.ts | 2 +-
packages/indy-sdk/tests/setupIndySdkModule.ts | 2 +-
.../tests/sov-did-resolver.e2e.test.ts | 4 +-
packages/indy-vdr/CHANGELOG.md | 2 +-
packages/indy-vdr/README.md | 6 +-
packages/indy-vdr/package.json | 6 +-
packages/indy-vdr/src/IndyVdrApi.ts | 6 +-
packages/indy-vdr/src/IndyVdrModule.ts | 6 +-
.../src/__tests__/IndyVdrModule.test.ts | 2 +-
.../src/anoncreds/IndyVdrAnonCredsRegistry.ts | 8 +-
.../utils/__tests__/transform.test.ts | 2 +-
.../src/anoncreds/utils/identifiers.ts | 2 +-
.../indy-vdr/src/anoncreds/utils/transform.ts | 4 +-
.../src/dids/IndyVdrIndyDidRegistrar.ts | 6 +-
.../src/dids/IndyVdrIndyDidResolver.ts | 4 +-
.../src/dids/IndyVdrSovDidResolver.ts | 2 +-
.../__tests__/IndyVdrIndyDidRegistrar.test.ts | 4 +-
.../__tests__/IndyVdrIndyDidResolver.test.ts | 2 +-
.../__tests__/IndyVdrSovDidResolver.test.ts | 2 +-
.../src/dids/__tests__/didIndyUtil.test.ts | 2 +-
packages/indy-vdr/src/dids/didIndyUtil.ts | 6 +-
packages/indy-vdr/src/dids/didSovUtil.ts | 2 +-
packages/indy-vdr/src/error/IndyVdrError.ts | 2 +-
packages/indy-vdr/src/pool/IndyVdrPool.ts | 6 +-
.../indy-vdr/src/pool/IndyVdrPoolService.ts | 6 +-
packages/indy-vdr/src/utils/did.ts | 2 +-
packages/indy-vdr/src/utils/sign.ts | 4 +-
packages/indy-vdr/tests/helpers.ts | 4 +-
.../indy-vdr-anoncreds-registry.e2e.test.ts | 4 +-
.../tests/indy-vdr-did-registrar.e2e.test.ts | 4 +-
.../indy-vdr-indy-did-resolver.e2e.test.ts | 2 +-
.../indy-vdr/tests/indy-vdr-pool.e2e.test.ts | 4 +-
.../indy-vdr-sov-did-resolver.e2e.test.ts | 4 +-
packages/node/CHANGELOG.md | 12 +--
packages/node/README.md | 6 +-
packages/node/package.json | 4 +-
packages/node/src/NodeFileSystem.ts | 4 +-
packages/node/src/index.ts | 2 +-
.../src/transport/HttpInboundTransport.ts | 4 +-
.../node/src/transport/WsInboundTransport.ts | 13 +---
packages/node/tests/NodeFileSystem.test.ts | 4 +-
packages/openid4vc-client/CHANGELOG.md | 4 +-
packages/openid4vc-client/README.md | 16 ++--
packages/openid4vc-client/package.json | 6 +-
.../src/OpenId4VcClientApi.ts | 4 +-
.../src/OpenId4VcClientModule.ts | 6 +-
.../src/OpenId4VcClientService.ts | 4 +-
.../src/OpenId4VcClientServiceOptions.ts | 4 +-
.../__tests__/OpenId4VcClientModule.test.ts | 2 +-
.../tests/openid4vc-client.e2e.test.ts | 6 +-
packages/question-answer/CHANGELOG.md | 6 +-
packages/question-answer/README.md | 14 ++--
packages/question-answer/package.json | 6 +-
.../question-answer/src/QuestionAnswerApi.ts | 12 +--
.../src/QuestionAnswerEvents.ts | 2 +-
.../src/QuestionAnswerModule.ts | 4 +-
.../__tests__/QuestionAnswerModule.test.ts | 6 +-
.../__tests__/QuestionAnswerService.test.ts | 10 +--
.../src/handlers/AnswerMessageHandler.ts | 2 +-
.../src/handlers/QuestionMessageHandler.ts | 2 +-
.../src/messages/AnswerMessage.ts | 2 +-
.../src/messages/QuestionMessage.ts | 2 +-
.../src/repository/QuestionAnswerRecord.ts | 4 +-
.../repository/QuestionAnswerRepository.ts | 2 +-
.../src/services/QuestionAnswerService.ts | 4 +-
packages/question-answer/tests/helpers.ts | 6 +-
.../tests/question-answer.e2e.test.ts | 6 +-
packages/react-native/CHANGELOG.md | 16 ++--
packages/react-native/README.md | 6 +-
packages/react-native/package.json | 4 +-
.../react-native/src/ReactNativeFileSystem.ts | 4 +-
packages/react-native/src/index.ts | 2 +-
packages/react-native/tests/index.test.ts | 2 +-
packages/sd-jwt-vc/README.md | 10 +--
packages/sd-jwt-vc/package.json | 6 +-
packages/sd-jwt-vc/src/SdJwtVcApi.ts | 4 +-
packages/sd-jwt-vc/src/SdJwtVcError.ts | 2 +-
packages/sd-jwt-vc/src/SdJwtVcModule.ts | 6 +-
packages/sd-jwt-vc/src/SdJwtVcOptions.ts | 2 +-
packages/sd-jwt-vc/src/SdJwtVcService.ts | 4 +-
.../src/__tests__/SdJwtVcModule.test.ts | 2 +-
.../src/__tests__/SdJwtVcService.test.ts | 6 +-
.../sd-jwt-vc/src/repository/SdJwtVcRecord.ts | 4 +-
.../src/repository/SdJwtVcRepository.ts | 2 +-
.../__tests__/SdJwtVcRecord.test.ts | 2 +-
packages/sd-jwt-vc/tests/sdJwtVc.e2e.test.ts | 6 +-
packages/tenants/CHANGELOG.md | 6 +-
packages/tenants/README.md | 6 +-
packages/tenants/package.json | 6 +-
packages/tenants/src/TenantAgent.ts | 4 +-
packages/tenants/src/TenantsApi.ts | 4 +-
packages/tenants/src/TenantsApiOptions.ts | 2 +-
packages/tenants/src/TenantsModule.ts | 6 +-
.../tenants/src/__tests__/TenantAgent.test.ts | 2 +-
.../tenants/src/__tests__/TenantsApi.test.ts | 2 +-
.../src/__tests__/TenantsModule.test.ts | 2 +-
.../src/context/TenantAgentContextProvider.ts | 4 +-
.../src/context/TenantSessionCoordinator.ts | 2 +-
.../tenants/src/context/TenantSessionMutex.ts | 4 +-
.../TenantAgentContextProvider.test.ts | 4 +-
.../TenantSessionCoordinator.test.ts | 4 +-
packages/tenants/src/models/TenantConfig.ts | 2 +-
.../tenants/src/repository/TenantRecord.ts | 4 +-
.../src/repository/TenantRepository.ts | 2 +-
.../src/repository/TenantRoutingRecord.ts | 4 +-
.../src/repository/TenantRoutingRepository.ts | 4 +-
.../repository/__tests__/TenantRecord.test.ts | 2 +-
.../__tests__/TenantRoutingRecord.test.ts | 2 +-
.../__tests__/TenantRoutingRepository.test.ts | 4 +-
.../src/services/TenantRecordService.ts | 4 +-
.../services/__tests__/TenantService.test.ts | 4 +-
.../tenants/tests/tenant-sessions.e2e.test.ts | 8 +-
.../tests/tenants-askar-profiles.e2e.test.ts | 8 +-
packages/tenants/tests/tenants.e2e.test.ts | 8 +-
samples/extension-module/dummy/DummyApi.ts | 12 +--
samples/extension-module/dummy/DummyModule.ts | 4 +-
.../dummy/handlers/DummyRequestHandler.ts | 4 +-
.../dummy/handlers/DummyResponseHandler.ts | 2 +-
.../dummy/messages/DummyRequestMessage.ts | 2 +-
.../dummy/messages/DummyResponseMessage.ts | 2 +-
.../dummy/repository/DummyRecord.ts | 2 +-
.../dummy/repository/DummyRepository.ts | 2 +-
.../dummy/services/DummyEvents.ts | 2 +-
.../dummy/services/DummyService.ts | 4 +-
samples/extension-module/package.json | 4 +-
samples/extension-module/requester.ts | 4 +-
samples/extension-module/responder.ts | 4 +-
.../extension-module/tests/dummy.e2e.test.ts | 4 +-
samples/extension-module/tests/helpers.ts | 2 +-
samples/mediator.ts | 8 +-
samples/tails/FullTailsFileService.ts | 8 +-
samples/tails/package.json | 4 +-
samples/tails/server.ts | 2 +-
tests/InMemoryStorageService.ts | 2 +-
.../e2e-askar-indy-sdk-wallet-subject.test.ts | 2 +-
tests/e2e-http.test.ts | 4 +-
tests/e2e-subject.test.ts | 2 +-
tests/e2e-test.ts | 8 +-
tests/e2e-ws-pickup-v2.test.ts | 4 +-
tests/e2e-ws.test.ts | 4 +-
tests/jest.config.ts | 2 +-
tests/transport/SubjectOutboundTransport.ts | 4 +-
tsconfig.eslint.json | 2 +-
tsconfig.json | 2 +-
tsconfig.test.json | 2 +-
396 files changed, 836 insertions(+), 924 deletions(-)
diff --git a/.github/workflows/continuous-deployment.yml b/.github/workflows/continuous-deployment.yml
index 1bf351d22a..f04438174e 100644
--- a/.github/workflows/continuous-deployment.yml
+++ b/.github/workflows/continuous-deployment.yml
@@ -46,7 +46,7 @@ jobs:
- name: Get version number
id: get-version
run: |
- LAST_RELEASED_VERSION=$(npm view @aries-framework/core@alpha version)
+ LAST_RELEASED_VERSION=$(npm view @credo-ts/core@alpha version)
echo version="${LAST_RELEASED_VERSION}" >> "$GITHUB_OUTPUT"
diff --git a/README.md b/README.md
index 2c2d8176f9..2eb8156465 100644
--- a/README.md
+++ b/README.md
@@ -66,105 +66,105 @@ Aries Framework JavaScript is a framework written in TypeScript for building **S
Version |
- @aries-framework/core |
+ @credo-ts/core |
-
-
+
+
|
- @aries-framework/node |
+ @credo-ts/node |
-
-
+
+
|
- @aries-framework/react-native |
+ @credo-ts/react-native |
-
-
+
+
|
- @aries-framework/indy-sdk |
+ @credo-ts/indy-sdk |
-
-
+
+
|
- @aries-framework/indy-vdr |
+ @credo-ts/indy-vdr |
-
-
+
+
|
- @aries-framework/cheqd |
+ @credo-ts/cheqd |
-
-
+
+
|
- @aries-framework/askar |
+ @credo-ts/askar |
-
-
+
+
|
- @aries-framework/anoncreds |
+ @credo-ts/anoncreds |
-
-
+
+
|
- @aries-framework/anoncreds-rs |
+ @credo-ts/anoncreds-rs |
-
-
+
+
|
- @aries-framework/openid4vc-client |
+ @credo-ts/openid4vc-client |
-
-
+
+
|
- @aries-framework/action-menu |
+ @credo-ts/action-menu |
-
-
+
+
|
- @aries-framework/question-answer |
+ @credo-ts/question-answer |
-
-
+
+
|
- @aries-framework/tenants |
+ @credo-ts/tenants |
-
-
+
+
|
diff --git a/demo/package.json b/demo/package.json
index 4cb9fe150f..c53c36da4d 100644
--- a/demo/package.json
+++ b/demo/package.json
@@ -20,14 +20,14 @@
"inquirer": "^8.2.5"
},
"devDependencies": {
- "@aries-framework/anoncreds": "*",
- "@aries-framework/anoncreds-rs": "*",
- "@aries-framework/askar": "*",
- "@aries-framework/core": "*",
- "@aries-framework/indy-sdk": "*",
- "@aries-framework/indy-vdr": "*",
- "@aries-framework/cheqd": "*",
- "@aries-framework/node": "*",
+ "@credo-ts/anoncreds": "*",
+ "@credo-ts/anoncreds-rs": "*",
+ "@credo-ts/askar": "*",
+ "@credo-ts/core": "*",
+ "@credo-ts/indy-sdk": "*",
+ "@credo-ts/indy-vdr": "*",
+ "@credo-ts/cheqd": "*",
+ "@credo-ts/node": "*",
"@types/figlet": "^1.5.4",
"@types/indy-sdk": "^1.16.26",
"@types/inquirer": "^8.2.6",
diff --git a/demo/src/Alice.ts b/demo/src/Alice.ts
index 2de378d8c1..f5fa2e48ce 100644
--- a/demo/src/Alice.ts
+++ b/demo/src/Alice.ts
@@ -1,4 +1,4 @@
-import type { ConnectionRecord, CredentialExchangeRecord, ProofExchangeRecord } from '@aries-framework/core'
+import type { ConnectionRecord, CredentialExchangeRecord, ProofExchangeRecord } from '@credo-ts/core'
import { BaseAgent } from './BaseAgent'
import { greenText, Output, redText } from './OutputClass'
diff --git a/demo/src/AliceInquirer.ts b/demo/src/AliceInquirer.ts
index a665d5e80b..9e1674bdfb 100644
--- a/demo/src/AliceInquirer.ts
+++ b/demo/src/AliceInquirer.ts
@@ -1,4 +1,4 @@
-import type { CredentialExchangeRecord, ProofExchangeRecord } from '@aries-framework/core'
+import type { CredentialExchangeRecord, ProofExchangeRecord } from '@credo-ts/core'
import { clear } from 'console'
import { textSync } from 'figlet'
diff --git a/demo/src/BaseAgent.ts b/demo/src/BaseAgent.ts
index c2e787e32a..3be75da659 100644
--- a/demo/src/BaseAgent.ts
+++ b/demo/src/BaseAgent.ts
@@ -1,6 +1,6 @@
-import type { InitConfig } from '@aries-framework/core'
-import type { IndySdkPoolConfig } from '@aries-framework/indy-sdk'
-import type { IndyVdrPoolConfig } from '@aries-framework/indy-vdr'
+import type { InitConfig } from '@credo-ts/core'
+import type { IndySdkPoolConfig } from '@credo-ts/indy-sdk'
+import type { IndyVdrPoolConfig } from '@credo-ts/indy-vdr'
import {
AnonCredsCredentialFormatService,
@@ -10,16 +10,16 @@ import {
LegacyIndyProofFormatService,
V1CredentialProtocol,
V1ProofProtocol,
-} from '@aries-framework/anoncreds'
-import { AnonCredsRsModule } from '@aries-framework/anoncreds-rs'
-import { AskarModule } from '@aries-framework/askar'
+} from '@credo-ts/anoncreds'
+import { AnonCredsRsModule } from '@credo-ts/anoncreds-rs'
+import { AskarModule } from '@credo-ts/askar'
import {
CheqdAnonCredsRegistry,
CheqdDidRegistrar,
CheqdDidResolver,
CheqdModule,
CheqdModuleConfig,
-} from '@aries-framework/cheqd'
+} from '@credo-ts/cheqd'
import {
ConnectionsModule,
DidsModule,
@@ -31,10 +31,10 @@ import {
CredentialsModule,
Agent,
HttpOutboundTransport,
-} from '@aries-framework/core'
-import { IndySdkAnonCredsRegistry, IndySdkModule, IndySdkSovDidResolver } from '@aries-framework/indy-sdk'
-import { IndyVdrIndyDidResolver, IndyVdrAnonCredsRegistry, IndyVdrModule } from '@aries-framework/indy-vdr'
-import { agentDependencies, HttpInboundTransport } from '@aries-framework/node'
+} from '@credo-ts/core'
+import { IndySdkAnonCredsRegistry, IndySdkModule, IndySdkSovDidResolver } from '@credo-ts/indy-sdk'
+import { IndyVdrIndyDidResolver, IndyVdrAnonCredsRegistry, IndyVdrModule } from '@credo-ts/indy-vdr'
+import { agentDependencies, HttpInboundTransport } from '@credo-ts/node'
import { anoncreds } from '@hyperledger/anoncreds-nodejs'
import { ariesAskar } from '@hyperledger/aries-askar-nodejs'
import { indyVdr } from '@hyperledger/indy-vdr-nodejs'
diff --git a/demo/src/Faber.ts b/demo/src/Faber.ts
index abf44c67dc..d9ee218209 100644
--- a/demo/src/Faber.ts
+++ b/demo/src/Faber.ts
@@ -1,12 +1,9 @@
-import type { RegisterCredentialDefinitionReturnStateFinished } from '@aries-framework/anoncreds'
-import type { ConnectionRecord, ConnectionStateChangedEvent } from '@aries-framework/core'
-import type {
- IndyVdrRegisterSchemaOptions,
- IndyVdrRegisterCredentialDefinitionOptions,
-} from '@aries-framework/indy-vdr'
+import type { RegisterCredentialDefinitionReturnStateFinished } from '@credo-ts/anoncreds'
+import type { ConnectionRecord, ConnectionStateChangedEvent } from '@credo-ts/core'
+import type { IndyVdrRegisterSchemaOptions, IndyVdrRegisterCredentialDefinitionOptions } from '@credo-ts/indy-vdr'
import type BottomBar from 'inquirer/lib/ui/bottom-bar'
-import { ConnectionEventTypes, KeyType, TypedArrayEncoder, utils } from '@aries-framework/core'
+import { ConnectionEventTypes, KeyType, TypedArrayEncoder, utils } from '@credo-ts/core'
import { ui } from 'inquirer'
import { BaseAgent, indyNetworkConfig } from './BaseAgent'
diff --git a/demo/src/Listener.ts b/demo/src/Listener.ts
index 1da8970aa5..8410537043 100644
--- a/demo/src/Listener.ts
+++ b/demo/src/Listener.ts
@@ -9,7 +9,7 @@ import type {
CredentialStateChangedEvent,
ProofExchangeRecord,
ProofStateChangedEvent,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import type BottomBar from 'inquirer/lib/ui/bottom-bar'
import {
@@ -19,7 +19,7 @@ import {
CredentialState,
ProofEventTypes,
ProofState,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import { ui } from 'inquirer'
import { Color, purpleText } from './OutputClass'
diff --git a/jest.config.base.ts b/jest.config.base.ts
index 09cb2d5760..7c33b14b9e 100644
--- a/jest.config.base.ts
+++ b/jest.config.base.ts
@@ -5,11 +5,7 @@ const config: Config.InitialOptions = {
testEnvironment: 'node',
testMatch: ['**/?(*.)+(spec|test).[tj]s?(x)'],
moduleNameMapper: {
- '@aries-framework/(.+)': [
- '/../../packages/$1/src',
- '/../packages/$1/src',
- '/packages/$1/src',
- ],
+ '@credo-ts/(.+)': ['/../../packages/$1/src', '/../packages/$1/src', '/packages/$1/src'],
},
transform: {
'^.+\\.tsx?$': [
diff --git a/packages/action-menu/CHANGELOG.md b/packages/action-menu/CHANGELOG.md
index ffe4bbf8b1..2c1953aaf5 100644
--- a/packages/action-menu/CHANGELOG.md
+++ b/packages/action-menu/CHANGELOG.md
@@ -5,7 +5,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
## [0.4.2](https://github.com/hyperledger/aries-framework-javascript/compare/v0.4.1...v0.4.2) (2023-10-05)
-**Note:** Version bump only for package @aries-framework/action-menu
+**Note:** Version bump only for package @credo-ts/action-menu
## [0.4.1](https://github.com/hyperledger/aries-framework-javascript/compare/v0.4.0...v0.4.1) (2023-08-28)
@@ -45,11 +45,11 @@ Signed-off-by: Ariel Gentile
## [0.3.2](https://github.com/hyperledger/aries-framework-javascript/compare/v0.3.1...v0.3.2) (2023-01-04)
-**Note:** Version bump only for package @aries-framework/action-menu
+**Note:** Version bump only for package @credo-ts/action-menu
## [0.3.1](https://github.com/hyperledger/aries-framework-javascript/compare/v0.3.0...v0.3.1) (2022-12-27)
-**Note:** Version bump only for package @aries-framework/action-menu
+**Note:** Version bump only for package @credo-ts/action-menu
# [0.3.0](https://github.com/hyperledger/aries-framework-javascript/compare/v0.2.5...v0.3.0) (2022-12-22)
diff --git a/packages/action-menu/README.md b/packages/action-menu/README.md
index c47c6a4ac7..84d43264cf 100644
--- a/packages/action-menu/README.md
+++ b/packages/action-menu/README.md
@@ -19,10 +19,10 @@
alt="typescript"
src="https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg"
/>
-
@@ -32,16 +32,16 @@ Action Menu module for [Aries Framework JavaScript](https://github.com/hyperledg
### Installation
-Make sure you have set up the correct version of Aries Framework JavaScript according to the AFJ repository. To find out which version of AFJ you need to have installed you can run the following command. This will list the required peer dependency for `@aries-framework/core`.
+Make sure you have set up the correct version of Aries Framework JavaScript according to the AFJ repository. To find out which version of AFJ you need to have installed you can run the following command. This will list the required peer dependency for `@credo-ts/core`.
```sh
-npm info "@aries-framework/action-menu" peerDependencies
+npm info "@credo-ts/action-menu" peerDependencies
```
Then add the action-menu module to your project.
```sh
-yarn add @aries-framework/action-menu
+yarn add @credo-ts/action-menu
```
### Quick start
@@ -51,7 +51,7 @@ In order for this module to work, we have to inject it into the agent to access
### Example of usage
```ts
-import { ActionMenuModule } from '@aries-framework/action-menu'
+import { ActionMenuModule } from '@credo-ts/action-menu'
const agent = new Agent({
config: {
diff --git a/packages/action-menu/package.json b/packages/action-menu/package.json
index c9e76740ba..f8c702a8f9 100644
--- a/packages/action-menu/package.json
+++ b/packages/action-menu/package.json
@@ -1,5 +1,5 @@
{
- "name": "@aries-framework/action-menu",
+ "name": "@credo-ts/action-menu",
"main": "build/index",
"types": "build/index",
"version": "0.4.2",
@@ -24,7 +24,7 @@
"test": "jest"
},
"dependencies": {
- "@aries-framework/core": "0.4.2",
+ "@credo-ts/core": "0.4.2",
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
"rxjs": "^7.2.0"
diff --git a/packages/action-menu/src/ActionMenuApi.ts b/packages/action-menu/src/ActionMenuApi.ts
index 086ba1115b..e63ac1f563 100644
--- a/packages/action-menu/src/ActionMenuApi.ts
+++ b/packages/action-menu/src/ActionMenuApi.ts
@@ -13,7 +13,7 @@ import {
MessageSender,
injectable,
getOutboundMessageContext,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import { ActionMenuRole } from './ActionMenuRole'
import {
diff --git a/packages/action-menu/src/ActionMenuEvents.ts b/packages/action-menu/src/ActionMenuEvents.ts
index e191e84f53..31ae0c1774 100644
--- a/packages/action-menu/src/ActionMenuEvents.ts
+++ b/packages/action-menu/src/ActionMenuEvents.ts
@@ -1,6 +1,6 @@
import type { ActionMenuState } from './ActionMenuState'
import type { ActionMenuRecord } from './repository'
-import type { BaseEvent } from '@aries-framework/core'
+import type { BaseEvent } from '@credo-ts/core'
/**
* @public
diff --git a/packages/action-menu/src/ActionMenuModule.ts b/packages/action-menu/src/ActionMenuModule.ts
index 11e209a670..ba68ee3482 100644
--- a/packages/action-menu/src/ActionMenuModule.ts
+++ b/packages/action-menu/src/ActionMenuModule.ts
@@ -1,6 +1,6 @@
-import type { DependencyManager, FeatureRegistry, Module } from '@aries-framework/core'
+import type { DependencyManager, FeatureRegistry, Module } from '@credo-ts/core'
-import { Protocol } from '@aries-framework/core'
+import { Protocol } from '@credo-ts/core'
import { ActionMenuApi } from './ActionMenuApi'
import { ActionMenuRole } from './ActionMenuRole'
diff --git a/packages/action-menu/src/__tests__/ActionMenuModule.test.ts b/packages/action-menu/src/__tests__/ActionMenuModule.test.ts
index b95df86d28..bd844cc596 100644
--- a/packages/action-menu/src/__tests__/ActionMenuModule.test.ts
+++ b/packages/action-menu/src/__tests__/ActionMenuModule.test.ts
@@ -1,6 +1,6 @@
-import type { DependencyManager, FeatureRegistry } from '@aries-framework/core'
+import type { DependencyManager, FeatureRegistry } from '@credo-ts/core'
-import { Protocol } from '@aries-framework/core'
+import { Protocol } from '@credo-ts/core'
import { ActionMenuApi } from '../ActionMenuApi'
import { ActionMenuModule } from '../ActionMenuModule'
diff --git a/packages/action-menu/src/errors/ActionMenuProblemReportError.ts b/packages/action-menu/src/errors/ActionMenuProblemReportError.ts
index 70e418f3c7..f44d3d3c76 100644
--- a/packages/action-menu/src/errors/ActionMenuProblemReportError.ts
+++ b/packages/action-menu/src/errors/ActionMenuProblemReportError.ts
@@ -1,7 +1,7 @@
import type { ActionMenuProblemReportReason } from './ActionMenuProblemReportReason'
-import type { ProblemReportErrorOptions } from '@aries-framework/core'
+import type { ProblemReportErrorOptions } from '@credo-ts/core'
-import { ProblemReportError } from '@aries-framework/core'
+import { ProblemReportError } from '@credo-ts/core'
import { ActionMenuProblemReportMessage } from '../messages'
diff --git a/packages/action-menu/src/handlers/ActionMenuProblemReportHandler.ts b/packages/action-menu/src/handlers/ActionMenuProblemReportHandler.ts
index e5d111f899..a49b665098 100644
--- a/packages/action-menu/src/handlers/ActionMenuProblemReportHandler.ts
+++ b/packages/action-menu/src/handlers/ActionMenuProblemReportHandler.ts
@@ -1,5 +1,5 @@
import type { ActionMenuService } from '../services'
-import type { MessageHandler, MessageHandlerInboundMessage } from '@aries-framework/core'
+import type { MessageHandler, MessageHandlerInboundMessage } from '@credo-ts/core'
import { ActionMenuProblemReportMessage } from '../messages'
diff --git a/packages/action-menu/src/handlers/MenuMessageHandler.ts b/packages/action-menu/src/handlers/MenuMessageHandler.ts
index 972f717c75..377bd07603 100644
--- a/packages/action-menu/src/handlers/MenuMessageHandler.ts
+++ b/packages/action-menu/src/handlers/MenuMessageHandler.ts
@@ -1,5 +1,5 @@
import type { ActionMenuService } from '../services'
-import type { MessageHandler, MessageHandlerInboundMessage } from '@aries-framework/core'
+import type { MessageHandler, MessageHandlerInboundMessage } from '@credo-ts/core'
import { MenuMessage } from '../messages'
diff --git a/packages/action-menu/src/handlers/MenuRequestMessageHandler.ts b/packages/action-menu/src/handlers/MenuRequestMessageHandler.ts
index 9186def3c2..c214a9fc0e 100644
--- a/packages/action-menu/src/handlers/MenuRequestMessageHandler.ts
+++ b/packages/action-menu/src/handlers/MenuRequestMessageHandler.ts
@@ -1,5 +1,5 @@
import type { ActionMenuService } from '../services'
-import type { MessageHandler, MessageHandlerInboundMessage } from '@aries-framework/core'
+import type { MessageHandler, MessageHandlerInboundMessage } from '@credo-ts/core'
import { MenuRequestMessage } from '../messages'
diff --git a/packages/action-menu/src/handlers/PerformMessageHandler.ts b/packages/action-menu/src/handlers/PerformMessageHandler.ts
index c0dc74a011..dd25103242 100644
--- a/packages/action-menu/src/handlers/PerformMessageHandler.ts
+++ b/packages/action-menu/src/handlers/PerformMessageHandler.ts
@@ -1,5 +1,5 @@
import type { ActionMenuService } from '../services'
-import type { MessageHandler, MessageHandlerInboundMessage } from '@aries-framework/core'
+import type { MessageHandler, MessageHandlerInboundMessage } from '@credo-ts/core'
import { PerformMessage } from '../messages'
diff --git a/packages/action-menu/src/messages/ActionMenuProblemReportMessage.ts b/packages/action-menu/src/messages/ActionMenuProblemReportMessage.ts
index aea7a60b0d..c62acbc17c 100644
--- a/packages/action-menu/src/messages/ActionMenuProblemReportMessage.ts
+++ b/packages/action-menu/src/messages/ActionMenuProblemReportMessage.ts
@@ -1,6 +1,6 @@
-import type { ProblemReportMessageOptions } from '@aries-framework/core'
+import type { ProblemReportMessageOptions } from '@credo-ts/core'
-import { IsValidMessageType, parseMessageType, ProblemReportMessage } from '@aries-framework/core'
+import { IsValidMessageType, parseMessageType, ProblemReportMessage } from '@credo-ts/core'
export type ActionMenuProblemReportMessageOptions = ProblemReportMessageOptions
diff --git a/packages/action-menu/src/messages/MenuMessage.ts b/packages/action-menu/src/messages/MenuMessage.ts
index 77f8cbfd55..808b6ba465 100644
--- a/packages/action-menu/src/messages/MenuMessage.ts
+++ b/packages/action-menu/src/messages/MenuMessage.ts
@@ -1,6 +1,6 @@
import type { ActionMenuOptionOptions } from '../models'
-import { AgentMessage, IsValidMessageType, parseMessageType } from '@aries-framework/core'
+import { AgentMessage, IsValidMessageType, parseMessageType } from '@credo-ts/core'
import { Expose, Type } from 'class-transformer'
import { IsInstance, IsOptional, IsString } from 'class-validator'
diff --git a/packages/action-menu/src/messages/MenuRequestMessage.ts b/packages/action-menu/src/messages/MenuRequestMessage.ts
index 461304de98..6fb97857c5 100644
--- a/packages/action-menu/src/messages/MenuRequestMessage.ts
+++ b/packages/action-menu/src/messages/MenuRequestMessage.ts
@@ -1,4 +1,4 @@
-import { AgentMessage, IsValidMessageType, parseMessageType } from '@aries-framework/core'
+import { AgentMessage, IsValidMessageType, parseMessageType } from '@credo-ts/core'
/**
* @internal
diff --git a/packages/action-menu/src/messages/PerformMessage.ts b/packages/action-menu/src/messages/PerformMessage.ts
index af8d2f14f3..a62331aa15 100644
--- a/packages/action-menu/src/messages/PerformMessage.ts
+++ b/packages/action-menu/src/messages/PerformMessage.ts
@@ -1,4 +1,4 @@
-import { AgentMessage, IsValidMessageType, parseMessageType } from '@aries-framework/core'
+import { AgentMessage, IsValidMessageType, parseMessageType } from '@credo-ts/core'
import { IsOptional, IsString } from 'class-validator'
/**
diff --git a/packages/action-menu/src/repository/ActionMenuRecord.ts b/packages/action-menu/src/repository/ActionMenuRecord.ts
index da906e3524..a6afce3db7 100644
--- a/packages/action-menu/src/repository/ActionMenuRecord.ts
+++ b/packages/action-menu/src/repository/ActionMenuRecord.ts
@@ -1,8 +1,8 @@
import type { ActionMenuRole } from '../ActionMenuRole'
import type { ActionMenuState } from '../ActionMenuState'
-import type { TagsBase } from '@aries-framework/core'
+import type { TagsBase } from '@credo-ts/core'
-import { AriesFrameworkError, BaseRecord, utils } from '@aries-framework/core'
+import { AriesFrameworkError, BaseRecord, utils } from '@credo-ts/core'
import { Type } from 'class-transformer'
import { ActionMenuSelection, ActionMenu } from '../models'
diff --git a/packages/action-menu/src/repository/ActionMenuRepository.ts b/packages/action-menu/src/repository/ActionMenuRepository.ts
index 47dd52d172..cc4e60fa5c 100644
--- a/packages/action-menu/src/repository/ActionMenuRepository.ts
+++ b/packages/action-menu/src/repository/ActionMenuRepository.ts
@@ -1,4 +1,4 @@
-import { EventEmitter, InjectionSymbols, inject, injectable, Repository, StorageService } from '@aries-framework/core'
+import { EventEmitter, InjectionSymbols, inject, injectable, Repository, StorageService } from '@credo-ts/core'
import { ActionMenuRecord } from './ActionMenuRecord'
diff --git a/packages/action-menu/src/services/ActionMenuService.ts b/packages/action-menu/src/services/ActionMenuService.ts
index cbbd854d7a..032de6bb07 100644
--- a/packages/action-menu/src/services/ActionMenuService.ts
+++ b/packages/action-menu/src/services/ActionMenuService.ts
@@ -7,9 +7,9 @@ import type {
} from './ActionMenuServiceOptions'
import type { ActionMenuStateChangedEvent } from '../ActionMenuEvents'
import type { ActionMenuProblemReportMessage } from '../messages'
-import type { AgentContext, InboundMessageContext, Logger, Query } from '@aries-framework/core'
+import type { AgentContext, InboundMessageContext, Logger, Query } from '@credo-ts/core'
-import { AgentConfig, EventEmitter, AriesFrameworkError, injectable } from '@aries-framework/core'
+import { AgentConfig, EventEmitter, AriesFrameworkError, injectable } from '@credo-ts/core'
import { ActionMenuEventTypes } from '../ActionMenuEvents'
import { ActionMenuRole } from '../ActionMenuRole'
diff --git a/packages/action-menu/src/services/ActionMenuServiceOptions.ts b/packages/action-menu/src/services/ActionMenuServiceOptions.ts
index 0cac1efeac..dc2d85c0ad 100644
--- a/packages/action-menu/src/services/ActionMenuServiceOptions.ts
+++ b/packages/action-menu/src/services/ActionMenuServiceOptions.ts
@@ -2,7 +2,7 @@ import type { ActionMenuRole } from '../ActionMenuRole'
import type { ActionMenuSelection } from '../models'
import type { ActionMenu } from '../models/ActionMenu'
import type { ActionMenuRecord } from '../repository'
-import type { ConnectionRecord } from '@aries-framework/core'
+import type { ConnectionRecord } from '@credo-ts/core'
/**
* @internal
diff --git a/packages/action-menu/src/services/__tests__/ActionMenuService.test.ts b/packages/action-menu/src/services/__tests__/ActionMenuService.test.ts
index 909ef60ce1..a186108661 100644
--- a/packages/action-menu/src/services/__tests__/ActionMenuService.test.ts
+++ b/packages/action-menu/src/services/__tests__/ActionMenuService.test.ts
@@ -1,8 +1,8 @@
import type { ActionMenuStateChangedEvent } from '../../ActionMenuEvents'
import type { ActionMenuSelection } from '../../models'
-import type { AgentContext, AgentConfig, Repository } from '@aries-framework/core'
+import type { AgentContext, AgentConfig, Repository } from '@credo-ts/core'
-import { DidExchangeState, EventEmitter, InboundMessageContext } from '@aries-framework/core'
+import { DidExchangeState, EventEmitter, InboundMessageContext } from '@credo-ts/core'
import { Subject } from 'rxjs'
import {
diff --git a/packages/action-menu/tests/action-menu.e2e.test.ts b/packages/action-menu/tests/action-menu.e2e.test.ts
index a32b13df49..425a3f15ee 100644
--- a/packages/action-menu/tests/action-menu.e2e.test.ts
+++ b/packages/action-menu/tests/action-menu.e2e.test.ts
@@ -1,19 +1,13 @@
-import type { ConnectionRecord } from '@aries-framework/core'
+import type { ConnectionRecord } from '@credo-ts/core'
-import { Agent } from '@aries-framework/core'
+import { Agent } from '@credo-ts/core'
import { getAgentOptions, makeConnection, testLogger, setupSubjectTransports, indySdk } from '../../core/tests'
import { IndySdkModule } from '../../indy-sdk/src'
import { waitForActionMenuRecord } from './helpers'
-import {
- ActionMenu,
- ActionMenuModule,
- ActionMenuRecord,
- ActionMenuRole,
- ActionMenuState,
-} from '@aries-framework/action-menu'
+import { ActionMenu, ActionMenuModule, ActionMenuRecord, ActionMenuRole, ActionMenuState } from '@credo-ts/action-menu'
const modules = {
actionMenu: new ActionMenuModule(),
diff --git a/packages/action-menu/tests/helpers.ts b/packages/action-menu/tests/helpers.ts
index c4044b448b..d3176e2ed9 100644
--- a/packages/action-menu/tests/helpers.ts
+++ b/packages/action-menu/tests/helpers.ts
@@ -1,10 +1,10 @@
-import type { ActionMenuStateChangedEvent, ActionMenuRole, ActionMenuState } from '@aries-framework/action-menu'
-import type { Agent } from '@aries-framework/core'
+import type { ActionMenuStateChangedEvent, ActionMenuRole, ActionMenuState } from '@credo-ts/action-menu'
+import type { Agent } from '@credo-ts/core'
import type { Observable } from 'rxjs'
import { catchError, filter, firstValueFrom, map, ReplaySubject, timeout } from 'rxjs'
-import { ActionMenuEventTypes } from '@aries-framework/action-menu'
+import { ActionMenuEventTypes } from '@credo-ts/action-menu'
export async function waitForActionMenuRecord(
agent: Agent,
diff --git a/packages/anoncreds-rs/README.md b/packages/anoncreds-rs/README.md
index 87f28670e7..077e16e69b 100644
--- a/packages/anoncreds-rs/README.md
+++ b/packages/anoncreds-rs/README.md
@@ -19,10 +19,10 @@
alt="typescript"
src="https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg"
/>
-
diff --git a/packages/anoncreds-rs/package.json b/packages/anoncreds-rs/package.json
index 494d899a09..f84f216528 100644
--- a/packages/anoncreds-rs/package.json
+++ b/packages/anoncreds-rs/package.json
@@ -1,5 +1,5 @@
{
- "name": "@aries-framework/anoncreds-rs",
+ "name": "@credo-ts/anoncreds-rs",
"main": "build/index",
"types": "build/index",
"version": "0.4.2",
@@ -24,8 +24,8 @@
"test": "jest"
},
"dependencies": {
- "@aries-framework/anoncreds": "0.4.2",
- "@aries-framework/core": "0.4.2",
+ "@credo-ts/anoncreds": "0.4.2",
+ "@credo-ts/core": "0.4.2",
"class-transformer": "^0.5.1",
"class-validator": "0.14.0",
"rxjs": "^7.2.0",
diff --git a/packages/anoncreds-rs/src/AnonCredsRsModule.ts b/packages/anoncreds-rs/src/AnonCredsRsModule.ts
index 486233046a..d2abdbcb73 100644
--- a/packages/anoncreds-rs/src/AnonCredsRsModule.ts
+++ b/packages/anoncreds-rs/src/AnonCredsRsModule.ts
@@ -1,12 +1,12 @@
import type { AnonCredsRsModuleConfigOptions } from './AnonCredsRsModuleConfig'
-import type { DependencyManager, Module } from '@aries-framework/core'
+import type { DependencyManager, Module } from '@credo-ts/core'
import {
AnonCredsHolderServiceSymbol,
AnonCredsIssuerServiceSymbol,
AnonCredsVerifierServiceSymbol,
-} from '@aries-framework/anoncreds'
-import { AgentConfig } from '@aries-framework/core'
+} from '@credo-ts/anoncreds'
+import { AgentConfig } from '@credo-ts/core'
import { AnonCredsRsModuleConfig } from './AnonCredsRsModuleConfig'
import { AnonCredsRsHolderService, AnonCredsRsIssuerService, AnonCredsRsVerifierService } from './services'
@@ -23,7 +23,7 @@ export class AnonCredsRsModule implements Module {
dependencyManager
.resolve(AgentConfig)
.logger.warn(
- "The '@aries-framework/anoncreds-rs' module is experimental and could have unexpected breaking changes. When using this module, make sure to use strict versions for all @aries-framework packages."
+ "The '@credo-ts/anoncreds-rs' module is experimental and could have unexpected breaking changes. When using this module, make sure to use strict versions for all @aries-framework packages."
)
dependencyManager.registerInstance(AnonCredsRsModuleConfig, this.config)
diff --git a/packages/anoncreds-rs/src/errors/AnonCredsRsError.ts b/packages/anoncreds-rs/src/errors/AnonCredsRsError.ts
index e8cdf3023d..940929b156 100644
--- a/packages/anoncreds-rs/src/errors/AnonCredsRsError.ts
+++ b/packages/anoncreds-rs/src/errors/AnonCredsRsError.ts
@@ -1,4 +1,4 @@
-import { AriesFrameworkError } from '@aries-framework/core'
+import { AriesFrameworkError } from '@credo-ts/core'
export class AnonCredsRsError extends AriesFrameworkError {
public constructor(message: string, { cause }: { cause?: Error } = {}) {
diff --git a/packages/anoncreds-rs/src/services/AnonCredsRsHolderService.ts b/packages/anoncreds-rs/src/services/AnonCredsRsHolderService.ts
index 7249da2662..1408aa9ae8 100644
--- a/packages/anoncreds-rs/src/services/AnonCredsRsHolderService.ts
+++ b/packages/anoncreds-rs/src/services/AnonCredsRsHolderService.ts
@@ -18,8 +18,8 @@ import type {
GetCredentialsForProofRequestReturn,
GetCredentialsOptions,
StoreCredentialOptions,
-} from '@aries-framework/anoncreds'
-import type { AgentContext, Query, SimpleQuery } from '@aries-framework/core'
+} from '@credo-ts/anoncreds'
+import type { AgentContext, Query, SimpleQuery } from '@credo-ts/core'
import type {
CredentialEntry,
CredentialProve,
@@ -35,8 +35,8 @@ import {
unqualifiedCredentialDefinitionIdRegex,
AnonCredsRegistryService,
storeLinkSecret,
-} from '@aries-framework/anoncreds'
-import { AriesFrameworkError, JsonTransformer, TypedArrayEncoder, injectable, utils } from '@aries-framework/core'
+} from '@credo-ts/anoncreds'
+import { AriesFrameworkError, JsonTransformer, TypedArrayEncoder, injectable, utils } from '@credo-ts/core'
import {
Credential,
CredentialRequest,
diff --git a/packages/anoncreds-rs/src/services/AnonCredsRsIssuerService.ts b/packages/anoncreds-rs/src/services/AnonCredsRsIssuerService.ts
index f4c666de56..ee7ba90c0b 100644
--- a/packages/anoncreds-rs/src/services/AnonCredsRsIssuerService.ts
+++ b/packages/anoncreds-rs/src/services/AnonCredsRsIssuerService.ts
@@ -16,8 +16,8 @@ import type {
CreateRevocationStatusListOptions,
AnonCredsRevocationStatusList,
UpdateRevocationStatusListOptions,
-} from '@aries-framework/anoncreds'
-import type { AgentContext } from '@aries-framework/core'
+} from '@credo-ts/anoncreds'
+import type { AgentContext } from '@credo-ts/core'
import type { CredentialDefinitionPrivate, JsonObject, KeyCorrectnessProof } from '@hyperledger/anoncreds-shared'
import {
@@ -31,8 +31,8 @@ import {
AnonCredsRevocationRegistryDefinitionRepository,
AnonCredsRevocationRegistryDefinitionPrivateRepository,
AnonCredsRevocationRegistryState,
-} from '@aries-framework/anoncreds'
-import { injectable, AriesFrameworkError } from '@aries-framework/core'
+} from '@credo-ts/anoncreds'
+import { injectable, AriesFrameworkError } from '@credo-ts/core'
import {
RevocationStatusList,
RevocationRegistryDefinitionPrivate,
diff --git a/packages/anoncreds-rs/src/services/AnonCredsRsVerifierService.ts b/packages/anoncreds-rs/src/services/AnonCredsRsVerifierService.ts
index d9f615a964..576cfb7386 100644
--- a/packages/anoncreds-rs/src/services/AnonCredsRsVerifierService.ts
+++ b/packages/anoncreds-rs/src/services/AnonCredsRsVerifierService.ts
@@ -4,12 +4,12 @@ import type {
AnonCredsProofRequest,
AnonCredsVerifierService,
VerifyProofOptions,
-} from '@aries-framework/anoncreds'
-import type { AgentContext } from '@aries-framework/core'
+} from '@credo-ts/anoncreds'
+import type { AgentContext } from '@credo-ts/core'
import type { JsonObject, NonRevokedIntervalOverride } from '@hyperledger/anoncreds-shared'
-import { AnonCredsRegistryService } from '@aries-framework/anoncreds'
-import { injectable } from '@aries-framework/core'
+import { AnonCredsRegistryService } from '@credo-ts/anoncreds'
+import { injectable } from '@credo-ts/core'
import { Presentation } from '@hyperledger/anoncreds-shared'
@injectable()
diff --git a/packages/anoncreds-rs/src/services/__tests__/AnonCredsRsHolderService.test.ts b/packages/anoncreds-rs/src/services/__tests__/AnonCredsRsHolderService.test.ts
index e16561fa86..0365e2ddf3 100644
--- a/packages/anoncreds-rs/src/services/__tests__/AnonCredsRsHolderService.test.ts
+++ b/packages/anoncreds-rs/src/services/__tests__/AnonCredsRsHolderService.test.ts
@@ -7,7 +7,7 @@ import type {
AnonCredsSelectedCredentials,
AnonCredsRevocationRegistryDefinition,
AnonCredsCredentialRequestMetadata,
-} from '@aries-framework/anoncreds'
+} from '@credo-ts/anoncreds'
import type { JsonObject } from '@hyperledger/anoncreds-nodejs'
import {
@@ -15,7 +15,7 @@ import {
AnonCredsHolderServiceSymbol,
AnonCredsLinkSecretRecord,
AnonCredsCredentialRecord,
-} from '@aries-framework/anoncreds'
+} from '@credo-ts/anoncreds'
import { anoncreds, RevocationRegistryDefinition } from '@hyperledger/anoncreds-nodejs'
import { AnonCredsCredentialDefinitionRepository } from '../../../../anoncreds/src/repository/AnonCredsCredentialDefinitionRepository'
diff --git a/packages/anoncreds-rs/src/services/__tests__/AnonCredsRsServices.test.ts b/packages/anoncreds-rs/src/services/__tests__/AnonCredsRsServices.test.ts
index e8c28fa31e..5f86d08b46 100644
--- a/packages/anoncreds-rs/src/services/__tests__/AnonCredsRsServices.test.ts
+++ b/packages/anoncreds-rs/src/services/__tests__/AnonCredsRsServices.test.ts
@@ -1,4 +1,4 @@
-import type { AnonCredsProofRequest } from '@aries-framework/anoncreds'
+import type { AnonCredsProofRequest } from '@credo-ts/anoncreds'
import {
getUnqualifiedSchemaId,
@@ -19,8 +19,8 @@ import {
AnonCredsKeyCorrectnessProofRecord,
AnonCredsLinkSecretRepository,
AnonCredsLinkSecretRecord,
-} from '@aries-framework/anoncreds'
-import { InjectionSymbols } from '@aries-framework/core'
+} from '@credo-ts/anoncreds'
+import { InjectionSymbols } from '@credo-ts/core'
import { anoncreds } from '@hyperledger/anoncreds-nodejs'
import { Subject } from 'rxjs'
diff --git a/packages/anoncreds-rs/src/services/__tests__/helpers.ts b/packages/anoncreds-rs/src/services/__tests__/helpers.ts
index 47af6c909c..16b8fb1a79 100644
--- a/packages/anoncreds-rs/src/services/__tests__/helpers.ts
+++ b/packages/anoncreds-rs/src/services/__tests__/helpers.ts
@@ -3,7 +3,7 @@ import type {
AnonCredsCredentialDefinition,
AnonCredsCredentialInfo,
AnonCredsCredentialOffer,
-} from '@aries-framework/anoncreds'
+} from '@credo-ts/anoncreds'
import type { JsonObject } from '@hyperledger/anoncreds-nodejs'
import {
diff --git a/packages/anoncreds-rs/tests/InMemoryTailsFileService.ts b/packages/anoncreds-rs/tests/InMemoryTailsFileService.ts
index beac976687..55fcfe20bb 100644
--- a/packages/anoncreds-rs/tests/InMemoryTailsFileService.ts
+++ b/packages/anoncreds-rs/tests/InMemoryTailsFileService.ts
@@ -1,8 +1,8 @@
-import type { AnonCredsRevocationRegistryDefinition } from '@aries-framework/anoncreds'
-import type { AgentContext, FileSystem } from '@aries-framework/core'
+import type { AnonCredsRevocationRegistryDefinition } from '@credo-ts/anoncreds'
+import type { AgentContext, FileSystem } from '@credo-ts/core'
-import { BasicTailsFileService } from '@aries-framework/anoncreds'
-import { InjectionSymbols } from '@aries-framework/core'
+import { BasicTailsFileService } from '@credo-ts/anoncreds'
+import { InjectionSymbols } from '@credo-ts/core'
export class InMemoryTailsFileService extends BasicTailsFileService {
private tailsFilePaths: Record = {}
diff --git a/packages/anoncreds-rs/tests/LocalDidResolver.ts b/packages/anoncreds-rs/tests/LocalDidResolver.ts
index c10434f205..aeb672aa79 100644
--- a/packages/anoncreds-rs/tests/LocalDidResolver.ts
+++ b/packages/anoncreds-rs/tests/LocalDidResolver.ts
@@ -1,6 +1,6 @@
-import type { DidResolutionResult, DidResolver, AgentContext } from '@aries-framework/core'
+import type { DidResolutionResult, DidResolver, AgentContext } from '@credo-ts/core'
-import { DidsApi } from '@aries-framework/core'
+import { DidsApi } from '@credo-ts/core'
export class LocalDidResolver implements DidResolver {
public readonly supportedMethods = ['sov', 'indy']
diff --git a/packages/anoncreds-rs/tests/anoncreds-flow.test.ts b/packages/anoncreds-rs/tests/anoncreds-flow.test.ts
index 01a71f1ae3..288c610110 100644
--- a/packages/anoncreds-rs/tests/anoncreds-flow.test.ts
+++ b/packages/anoncreds-rs/tests/anoncreds-flow.test.ts
@@ -1,5 +1,5 @@
-import type { AnonCredsCredentialRequest } from '@aries-framework/anoncreds'
-import type { Wallet } from '@aries-framework/core'
+import type { AnonCredsCredentialRequest } from '@credo-ts/anoncreds'
+import type { Wallet } from '@credo-ts/core'
import {
AnonCredsRevocationRegistryDefinitionPrivateRecord,
@@ -23,7 +23,7 @@ import {
AnonCredsLinkSecretRecord,
AnonCredsProofFormatService,
AnonCredsCredentialFormatService,
-} from '@aries-framework/anoncreds'
+} from '@credo-ts/anoncreds'
import {
CredentialState,
CredentialExchangeRecord,
@@ -31,7 +31,7 @@ import {
InjectionSymbols,
ProofState,
ProofExchangeRecord,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import { Subject } from 'rxjs'
import { InMemoryStorageService } from '../../../tests/InMemoryStorageService'
diff --git a/packages/anoncreds-rs/tests/anoncredsSetup.ts b/packages/anoncreds-rs/tests/anoncredsSetup.ts
index 2ce0a49fee..e82b043351 100644
--- a/packages/anoncreds-rs/tests/anoncredsSetup.ts
+++ b/packages/anoncreds-rs/tests/anoncredsSetup.ts
@@ -13,7 +13,7 @@ import type {
RegisterRevocationStatusListReturnStateFinished,
} from '../../anoncreds/src'
import type { EventReplaySubject } from '../../core/tests'
-import type { AutoAcceptProof, ConnectionRecord } from '@aries-framework/core'
+import type { AutoAcceptProof, ConnectionRecord } from '@credo-ts/core'
import {
DidDocumentBuilder,
@@ -31,7 +31,7 @@ import {
V2CredentialProtocol,
V2ProofProtocol,
DidsModule,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import { anoncreds } from '@hyperledger/anoncreds-nodejs'
import { randomUUID } from 'crypto'
diff --git a/packages/anoncreds-rs/tests/indy-flow.test.ts b/packages/anoncreds-rs/tests/indy-flow.test.ts
index 44adce6fc8..a8f0c65966 100644
--- a/packages/anoncreds-rs/tests/indy-flow.test.ts
+++ b/packages/anoncreds-rs/tests/indy-flow.test.ts
@@ -1,5 +1,5 @@
-import type { AnonCredsCredentialRequest } from '@aries-framework/anoncreds'
-import type { Wallet } from '@aries-framework/core'
+import type { AnonCredsCredentialRequest } from '@credo-ts/anoncreds'
+import type { Wallet } from '@credo-ts/core'
import {
getUnqualifiedSchemaId,
@@ -22,7 +22,7 @@ import {
AnonCredsLinkSecretRepository,
AnonCredsLinkSecretRecord,
LegacyIndyProofFormatService,
-} from '@aries-framework/anoncreds'
+} from '@credo-ts/anoncreds'
import {
CredentialState,
CredentialExchangeRecord,
@@ -30,7 +30,7 @@ import {
InjectionSymbols,
ProofState,
ProofExchangeRecord,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import { Subject } from 'rxjs'
import { InMemoryStorageService } from '../../../tests/InMemoryStorageService'
diff --git a/packages/anoncreds-rs/tests/v2-credential-revocation.e2e.test.ts b/packages/anoncreds-rs/tests/v2-credential-revocation.e2e.test.ts
index f3db7e54cf..ff9381c0b1 100644
--- a/packages/anoncreds-rs/tests/v2-credential-revocation.e2e.test.ts
+++ b/packages/anoncreds-rs/tests/v2-credential-revocation.e2e.test.ts
@@ -8,7 +8,7 @@ import {
CredentialExchangeRecord,
V2CredentialPreview,
V2OfferCredentialMessage,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import { InMemoryAnonCredsRegistry } from '../../anoncreds/tests/InMemoryAnonCredsRegistry'
import { waitForCredentialRecordSubject } from '../../core/tests'
diff --git a/packages/anoncreds-rs/tests/v2-credentials.e2e.test.ts b/packages/anoncreds-rs/tests/v2-credentials.e2e.test.ts
index e198a16828..6739004d50 100644
--- a/packages/anoncreds-rs/tests/v2-credentials.e2e.test.ts
+++ b/packages/anoncreds-rs/tests/v2-credentials.e2e.test.ts
@@ -1,8 +1,8 @@
import type { AnonCredsTestsAgent } from './anoncredsSetup'
import type { EventReplaySubject } from '../../core/tests'
-import type { AnonCredsHolderService, AnonCredsProposeCredentialFormat } from '@aries-framework/anoncreds'
+import type { AnonCredsHolderService, AnonCredsProposeCredentialFormat } from '@credo-ts/anoncreds'
-import { AnonCredsHolderServiceSymbol } from '@aries-framework/anoncreds'
+import { AnonCredsHolderServiceSymbol } from '@credo-ts/anoncreds'
import {
DidCommMessageRepository,
JsonTransformer,
@@ -13,7 +13,7 @@ import {
V2OfferCredentialMessage,
V2ProposeCredentialMessage,
V2RequestCredentialMessage,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import { InMemoryAnonCredsRegistry } from '../../anoncreds/tests/InMemoryAnonCredsRegistry'
import { waitForCredentialRecord, waitForCredentialRecordSubject } from '../../core/tests'
diff --git a/packages/anoncreds-rs/tests/v2-proofs.e2e.test.ts b/packages/anoncreds-rs/tests/v2-proofs.e2e.test.ts
index b304ef5e73..97e5338765 100644
--- a/packages/anoncreds-rs/tests/v2-proofs.e2e.test.ts
+++ b/packages/anoncreds-rs/tests/v2-proofs.e2e.test.ts
@@ -1,7 +1,7 @@
import type { AnonCredsTestsAgent } from './anoncredsSetup'
import type { EventReplaySubject } from '../../core/tests'
-import type { AnonCredsRequestProofFormat } from '@aries-framework/anoncreds'
-import type { CredentialExchangeRecord } from '@aries-framework/core'
+import type { AnonCredsRequestProofFormat } from '@credo-ts/anoncreds'
+import type { CredentialExchangeRecord } from '@credo-ts/core'
import {
Attachment,
@@ -12,7 +12,7 @@ import {
V2ProposePresentationMessage,
V2RequestPresentationMessage,
V2PresentationMessage,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import { dateToTimestamp } from '../../anoncreds/src/utils/timestamp'
import { InMemoryAnonCredsRegistry } from '../../anoncreds/tests/InMemoryAnonCredsRegistry'
diff --git a/packages/anoncreds/README.md b/packages/anoncreds/README.md
index 5bf5e5fbb0..dafa99f541 100644
--- a/packages/anoncreds/README.md
+++ b/packages/anoncreds/README.md
@@ -19,10 +19,10 @@
alt="typescript"
src="https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg"
/>
-
diff --git a/packages/anoncreds/package.json b/packages/anoncreds/package.json
index 2a232a35c3..30d1170bed 100644
--- a/packages/anoncreds/package.json
+++ b/packages/anoncreds/package.json
@@ -1,5 +1,5 @@
{
- "name": "@aries-framework/anoncreds",
+ "name": "@credo-ts/anoncreds",
"main": "build/index",
"types": "build/index",
"version": "0.4.2",
@@ -24,14 +24,14 @@
"test": "jest"
},
"dependencies": {
- "@aries-framework/core": "0.4.2",
+ "@credo-ts/core": "0.4.2",
"bn.js": "^5.2.1",
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
- "@aries-framework/node": "0.4.2",
+ "@credo-ts/node": "0.4.2",
"indy-sdk": "^1.16.0-dev-1636",
"rimraf": "^4.4.0",
"rxjs": "^7.8.0",
diff --git a/packages/anoncreds/src/AnonCredsApi.ts b/packages/anoncreds/src/AnonCredsApi.ts
index 5542680c84..d0b0cc1d6b 100644
--- a/packages/anoncreds/src/AnonCredsApi.ts
+++ b/packages/anoncreds/src/AnonCredsApi.ts
@@ -19,9 +19,9 @@ import type {
RegisterRevocationStatusListReturn,
} from './services'
import type { Extensible } from './services/registry/base'
-import type { SimpleQuery } from '@aries-framework/core'
+import type { SimpleQuery } from '@credo-ts/core'
-import { AgentContext, inject, injectable } from '@aries-framework/core'
+import { AgentContext, inject, injectable } from '@credo-ts/core'
import { AnonCredsModuleConfig } from './AnonCredsModuleConfig'
import { AnonCredsStoreRecordError } from './error'
diff --git a/packages/anoncreds/src/AnonCredsModule.ts b/packages/anoncreds/src/AnonCredsModule.ts
index afc698beda..cd11b3b25a 100644
--- a/packages/anoncreds/src/AnonCredsModule.ts
+++ b/packages/anoncreds/src/AnonCredsModule.ts
@@ -1,5 +1,5 @@
import type { AnonCredsModuleConfigOptions } from './AnonCredsModuleConfig'
-import type { DependencyManager, Module, Update } from '@aries-framework/core'
+import type { DependencyManager, Module, Update } from '@credo-ts/core'
import { AnonCredsApi } from './AnonCredsApi'
import { AnonCredsModuleConfig } from './AnonCredsModuleConfig'
diff --git a/packages/anoncreds/src/__tests__/AnonCredsModule.test.ts b/packages/anoncreds/src/__tests__/AnonCredsModule.test.ts
index 02d0d13076..75b9011a1d 100644
--- a/packages/anoncreds/src/__tests__/AnonCredsModule.test.ts
+++ b/packages/anoncreds/src/__tests__/AnonCredsModule.test.ts
@@ -1,5 +1,5 @@
import type { AnonCredsRegistry } from '../services'
-import type { DependencyManager } from '@aries-framework/core'
+import type { DependencyManager } from '@credo-ts/core'
import { AnonCredsModule } from '../AnonCredsModule'
import { AnonCredsModuleConfig } from '../AnonCredsModuleConfig'
diff --git a/packages/anoncreds/src/error/AnonCredsError.ts b/packages/anoncreds/src/error/AnonCredsError.ts
index eb6d250a4a..2ddd0a6b0e 100644
--- a/packages/anoncreds/src/error/AnonCredsError.ts
+++ b/packages/anoncreds/src/error/AnonCredsError.ts
@@ -1,4 +1,4 @@
-import { AriesFrameworkError } from '@aries-framework/core'
+import { AriesFrameworkError } from '@credo-ts/core'
export class AnonCredsError extends AriesFrameworkError {
public constructor(message: string, { cause }: { cause?: Error } = {}) {
diff --git a/packages/anoncreds/src/formats/AnonCredsCredentialFormat.ts b/packages/anoncreds/src/formats/AnonCredsCredentialFormat.ts
index 716265588a..189232d1ff 100644
--- a/packages/anoncreds/src/formats/AnonCredsCredentialFormat.ts
+++ b/packages/anoncreds/src/formats/AnonCredsCredentialFormat.ts
@@ -1,5 +1,5 @@
import type { AnonCredsCredential, AnonCredsCredentialOffer, AnonCredsCredentialRequest } from '../models'
-import type { CredentialPreviewAttributeOptions, CredentialFormat, LinkedAttachment } from '@aries-framework/core'
+import type { CredentialPreviewAttributeOptions, CredentialFormat, LinkedAttachment } from '@credo-ts/core'
export interface AnonCredsCredentialProposalFormat {
schema_issuer_id?: string
diff --git a/packages/anoncreds/src/formats/AnonCredsCredentialFormatService.ts b/packages/anoncreds/src/formats/AnonCredsCredentialFormatService.ts
index 9a53590d12..534c1956cb 100644
--- a/packages/anoncreds/src/formats/AnonCredsCredentialFormatService.ts
+++ b/packages/anoncreds/src/formats/AnonCredsCredentialFormatService.ts
@@ -27,7 +27,7 @@ import type {
CredentialExchangeRecord,
CredentialPreviewAttributeOptions,
LinkedAttachment,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import {
ProblemReportError,
@@ -39,7 +39,7 @@ import {
utils,
CredentialProblemReportReason,
JsonTransformer,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import { AnonCredsError } from '../error'
import { AnonCredsCredentialProposal } from '../models/AnonCredsCredentialProposal'
diff --git a/packages/anoncreds/src/formats/AnonCredsProofFormat.ts b/packages/anoncreds/src/formats/AnonCredsProofFormat.ts
index c25dd17bc8..2ed36dcaba 100644
--- a/packages/anoncreds/src/formats/AnonCredsProofFormat.ts
+++ b/packages/anoncreds/src/formats/AnonCredsProofFormat.ts
@@ -9,7 +9,7 @@ import type {
AnonCredsRequestedPredicateMatch,
AnonCredsSelectedCredentials,
} from '../models'
-import type { ProofFormat } from '@aries-framework/core'
+import type { ProofFormat } from '@credo-ts/core'
export interface AnonCredsPresentationPreviewAttribute {
name: string
diff --git a/packages/anoncreds/src/formats/AnonCredsProofFormatService.ts b/packages/anoncreds/src/formats/AnonCredsProofFormatService.ts
index e996a16e6f..044fa339e4 100644
--- a/packages/anoncreds/src/formats/AnonCredsProofFormatService.ts
+++ b/packages/anoncreds/src/formats/AnonCredsProofFormatService.ts
@@ -33,7 +33,7 @@ import type {
ProofFormatAutoRespondProposalOptions,
ProofFormatAutoRespondRequestOptions,
ProofFormatAutoRespondPresentationOptions,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import {
AriesFrameworkError,
@@ -42,7 +42,7 @@ import {
JsonEncoder,
ProofFormatSpec,
JsonTransformer,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import { AnonCredsProofRequest as AnonCredsProofRequestClass } from '../models/AnonCredsProofRequest'
import { AnonCredsVerifierServiceSymbol, AnonCredsHolderServiceSymbol } from '../services'
diff --git a/packages/anoncreds/src/formats/LegacyIndyCredentialFormat.ts b/packages/anoncreds/src/formats/LegacyIndyCredentialFormat.ts
index f4a6f2a0d2..7e81155445 100644
--- a/packages/anoncreds/src/formats/LegacyIndyCredentialFormat.ts
+++ b/packages/anoncreds/src/formats/LegacyIndyCredentialFormat.ts
@@ -7,7 +7,7 @@ import type {
AnonCredsProposeCredentialFormat,
} from './AnonCredsCredentialFormat'
import type { AnonCredsCredential, AnonCredsCredentialOffer, AnonCredsCredentialRequest } from '../models'
-import type { CredentialFormat } from '@aries-framework/core'
+import type { CredentialFormat } from '@credo-ts/core'
// Legacy indy credential proposal doesn't support _id properties
export type LegacyIndyCredentialProposalFormat = Omit<
diff --git a/packages/anoncreds/src/formats/LegacyIndyCredentialFormatService.ts b/packages/anoncreds/src/formats/LegacyIndyCredentialFormatService.ts
index 98a45b70bc..5ed540cfb8 100644
--- a/packages/anoncreds/src/formats/LegacyIndyCredentialFormatService.ts
+++ b/packages/anoncreds/src/formats/LegacyIndyCredentialFormatService.ts
@@ -27,7 +27,7 @@ import type {
CredentialExchangeRecord,
CredentialPreviewAttributeOptions,
LinkedAttachment,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import {
ProblemReportError,
@@ -39,7 +39,7 @@ import {
utils,
CredentialProblemReportReason,
JsonTransformer,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import { AnonCredsError } from '../error'
import { AnonCredsCredentialProposal } from '../models/AnonCredsCredentialProposal'
diff --git a/packages/anoncreds/src/formats/LegacyIndyProofFormat.ts b/packages/anoncreds/src/formats/LegacyIndyProofFormat.ts
index a586e77b10..448ba49a87 100644
--- a/packages/anoncreds/src/formats/LegacyIndyProofFormat.ts
+++ b/packages/anoncreds/src/formats/LegacyIndyProofFormat.ts
@@ -5,7 +5,7 @@ import type {
AnonCredsCredentialsForProofRequest,
} from './AnonCredsProofFormat'
import type { AnonCredsProof, AnonCredsProofRequest, AnonCredsSelectedCredentials } from '../models'
-import type { ProofFormat } from '@aries-framework/core'
+import type { ProofFormat } from '@credo-ts/core'
// TODO: Custom restrictions to remove `_id` from restrictions?
export type LegacyIndyProofRequest = AnonCredsProofRequest
diff --git a/packages/anoncreds/src/formats/LegacyIndyProofFormatService.ts b/packages/anoncreds/src/formats/LegacyIndyProofFormatService.ts
index 178e83d3a3..9b81f75c14 100644
--- a/packages/anoncreds/src/formats/LegacyIndyProofFormatService.ts
+++ b/packages/anoncreds/src/formats/LegacyIndyProofFormatService.ts
@@ -33,7 +33,7 @@ import type {
ProofFormatAutoRespondProposalOptions,
ProofFormatAutoRespondRequestOptions,
ProofFormatAutoRespondPresentationOptions,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import {
AriesFrameworkError,
@@ -42,7 +42,7 @@ import {
JsonEncoder,
ProofFormatSpec,
JsonTransformer,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import { AnonCredsProofRequest as AnonCredsProofRequestClass } from '../models/AnonCredsProofRequest'
import { AnonCredsVerifierServiceSymbol, AnonCredsHolderServiceSymbol } from '../services'
diff --git a/packages/anoncreds/src/formats/__tests__/legacy-indy-format-services.test.ts b/packages/anoncreds/src/formats/__tests__/legacy-indy-format-services.test.ts
index 7ca8053a38..d3047c7403 100644
--- a/packages/anoncreds/src/formats/__tests__/legacy-indy-format-services.test.ts
+++ b/packages/anoncreds/src/formats/__tests__/legacy-indy-format-services.test.ts
@@ -9,7 +9,7 @@ import {
ProofExchangeRecord,
ProofState,
EventEmitter,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import * as indySdk from 'indy-sdk'
import { Subject } from 'rxjs'
diff --git a/packages/anoncreds/src/models/__tests__/AnonCredsRestriction.test.ts b/packages/anoncreds/src/models/__tests__/AnonCredsRestriction.test.ts
index 33884d09a8..0df0d943ae 100644
--- a/packages/anoncreds/src/models/__tests__/AnonCredsRestriction.test.ts
+++ b/packages/anoncreds/src/models/__tests__/AnonCredsRestriction.test.ts
@@ -1,4 +1,4 @@
-import { JsonTransformer } from '@aries-framework/core'
+import { JsonTransformer } from '@credo-ts/core'
import { Type } from 'class-transformer'
import { IsArray } from 'class-validator'
diff --git a/packages/anoncreds/src/protocols/credentials/v1/V1CredentialProtocol.ts b/packages/anoncreds/src/protocols/credentials/v1/V1CredentialProtocol.ts
index 67d7b3886e..ecb4d14b7d 100644
--- a/packages/anoncreds/src/protocols/credentials/v1/V1CredentialProtocol.ts
+++ b/packages/anoncreds/src/protocols/credentials/v1/V1CredentialProtocol.ts
@@ -9,7 +9,7 @@ import type {
ProblemReportMessage,
ExtractCredentialFormats,
CredentialProtocol,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import {
Protocol,
@@ -30,7 +30,7 @@ import {
DidCommMessageRole,
BaseCredentialProtocol,
isLinkedAttachment,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import { AnonCredsCredentialProposal } from '../../../models/AnonCredsCredentialProposal'
import { composeCredentialAutoAccept, areCredentialPreviewAttributesEqual } from '../../../utils'
diff --git a/packages/anoncreds/src/protocols/credentials/v1/__tests__/V1CredentialProtocolCred.test.ts b/packages/anoncreds/src/protocols/credentials/v1/__tests__/V1CredentialProtocolCred.test.ts
index d745c55a22..22fd5f16bd 100644
--- a/packages/anoncreds/src/protocols/credentials/v1/__tests__/V1CredentialProtocolCred.test.ts
+++ b/packages/anoncreds/src/protocols/credentials/v1/__tests__/V1CredentialProtocolCred.test.ts
@@ -4,7 +4,7 @@ import type {
CredentialPreviewAttribute,
AgentConfig,
CredentialStateChangedEvent,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import {
EventEmitter,
@@ -24,7 +24,7 @@ import {
CredentialEventTypes,
AckStatus,
CredentialProblemReportReason,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import { Subject } from 'rxjs'
import { ConnectionService } from '../../../../../../core/src/modules/connections/services/ConnectionService'
diff --git a/packages/anoncreds/src/protocols/credentials/v1/__tests__/V1CredentialProtocolProposeOffer.test.ts b/packages/anoncreds/src/protocols/credentials/v1/__tests__/V1CredentialProtocolProposeOffer.test.ts
index f4a72ce08c..59db789343 100644
--- a/packages/anoncreds/src/protocols/credentials/v1/__tests__/V1CredentialProtocolProposeOffer.test.ts
+++ b/packages/anoncreds/src/protocols/credentials/v1/__tests__/V1CredentialProtocolProposeOffer.test.ts
@@ -1,4 +1,4 @@
-import type { CredentialProtocolOptions, CredentialStateChangedEvent } from '@aries-framework/core'
+import type { CredentialProtocolOptions, CredentialStateChangedEvent } from '@credo-ts/core'
import {
EventEmitter,
@@ -11,7 +11,7 @@ import {
CredentialEventTypes,
JsonTransformer,
InboundMessageContext,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import { Subject } from 'rxjs'
import { ConnectionService } from '../../../../../../core/src/modules/connections/services/ConnectionService'
diff --git a/packages/anoncreds/src/protocols/credentials/v1/__tests__/v1-connectionless-credentials.e2e.test.ts b/packages/anoncreds/src/protocols/credentials/v1/__tests__/v1-connectionless-credentials.e2e.test.ts
index d19d391ddf..1ed8450eba 100644
--- a/packages/anoncreds/src/protocols/credentials/v1/__tests__/v1-connectionless-credentials.e2e.test.ts
+++ b/packages/anoncreds/src/protocols/credentials/v1/__tests__/v1-connectionless-credentials.e2e.test.ts
@@ -1,8 +1,8 @@
import type { EventReplaySubject } from '../../../../../../core/tests'
import type { AnonCredsTestsAgent } from '../../../../../tests/legacyAnonCredsSetup'
-import type { AcceptCredentialOfferOptions, AcceptCredentialRequestOptions } from '@aries-framework/core'
+import type { AcceptCredentialOfferOptions, AcceptCredentialRequestOptions } from '@credo-ts/core'
-import { AutoAcceptCredential, CredentialExchangeRecord, CredentialState } from '@aries-framework/core'
+import { AutoAcceptCredential, CredentialExchangeRecord, CredentialState } from '@credo-ts/core'
import { waitForCredentialRecordSubject, testLogger } from '../../../../../../core/tests'
import { setupAnonCredsTests } from '../../../../../tests/legacyAnonCredsSetup'
diff --git a/packages/anoncreds/src/protocols/credentials/v1/__tests__/v1-credentials-auto-accept.e2e.test.ts b/packages/anoncreds/src/protocols/credentials/v1/__tests__/v1-credentials-auto-accept.e2e.test.ts
index 852d0cc116..14b899cd2a 100644
--- a/packages/anoncreds/src/protocols/credentials/v1/__tests__/v1-credentials-auto-accept.e2e.test.ts
+++ b/packages/anoncreds/src/protocols/credentials/v1/__tests__/v1-credentials-auto-accept.e2e.test.ts
@@ -1,7 +1,7 @@
import type { EventReplaySubject } from '../../../../../../core/tests'
import type { AnonCredsTestsAgent } from '../../../../../tests/legacyAnonCredsSetup'
-import { AutoAcceptCredential, CredentialState, CredentialExchangeRecord, JsonTransformer } from '@aries-framework/core'
+import { AutoAcceptCredential, CredentialState, CredentialExchangeRecord, JsonTransformer } from '@credo-ts/core'
import { waitForCredentialRecord, waitForCredentialRecordSubject, testLogger } from '../../../../../../core/tests'
import { setupAnonCredsTests } from '../../../../../tests/legacyAnonCredsSetup'
diff --git a/packages/anoncreds/src/protocols/credentials/v1/__tests__/v1-credentials.e2e.test.ts b/packages/anoncreds/src/protocols/credentials/v1/__tests__/v1-credentials.e2e.test.ts
index 78a6f2f852..9125c6f0f6 100644
--- a/packages/anoncreds/src/protocols/credentials/v1/__tests__/v1-credentials.e2e.test.ts
+++ b/packages/anoncreds/src/protocols/credentials/v1/__tests__/v1-credentials.e2e.test.ts
@@ -1,11 +1,6 @@
import type { AnonCredsTestsAgent } from '../../../../../tests/legacyAnonCredsSetup'
-import {
- CredentialExchangeRecord,
- CredentialState,
- DidCommMessageRepository,
- JsonTransformer,
-} from '@aries-framework/core'
+import { CredentialExchangeRecord, CredentialState, DidCommMessageRepository, JsonTransformer } from '@credo-ts/core'
import { waitForCredentialRecord } from '../../../../../../core/tests/helpers'
import testLogger from '../../../../../../core/tests/logger'
diff --git a/packages/anoncreds/src/protocols/credentials/v1/errors/V1CredentialProblemReportError.ts b/packages/anoncreds/src/protocols/credentials/v1/errors/V1CredentialProblemReportError.ts
index 113a8ac6f2..2870a2d46b 100644
--- a/packages/anoncreds/src/protocols/credentials/v1/errors/V1CredentialProblemReportError.ts
+++ b/packages/anoncreds/src/protocols/credentials/v1/errors/V1CredentialProblemReportError.ts
@@ -1,6 +1,6 @@
-import type { ProblemReportErrorOptions, CredentialProblemReportReason } from '@aries-framework/core'
+import type { ProblemReportErrorOptions, CredentialProblemReportReason } from '@credo-ts/core'
-import { ProblemReportError } from '@aries-framework/core'
+import { ProblemReportError } from '@credo-ts/core'
import { V1CredentialProblemReportMessage } from '../messages'
diff --git a/packages/anoncreds/src/protocols/credentials/v1/handlers/V1CredentialAckHandler.ts b/packages/anoncreds/src/protocols/credentials/v1/handlers/V1CredentialAckHandler.ts
index b4d3384ed9..157c838c55 100644
--- a/packages/anoncreds/src/protocols/credentials/v1/handlers/V1CredentialAckHandler.ts
+++ b/packages/anoncreds/src/protocols/credentials/v1/handlers/V1CredentialAckHandler.ts
@@ -1,5 +1,5 @@
import type { V1CredentialProtocol } from '../V1CredentialProtocol'
-import type { MessageHandler, MessageHandlerInboundMessage } from '@aries-framework/core'
+import type { MessageHandler, MessageHandlerInboundMessage } from '@credo-ts/core'
import { V1CredentialAckMessage } from '../messages'
diff --git a/packages/anoncreds/src/protocols/credentials/v1/handlers/V1CredentialProblemReportHandler.ts b/packages/anoncreds/src/protocols/credentials/v1/handlers/V1CredentialProblemReportHandler.ts
index b2e599577d..d715fe5e0d 100644
--- a/packages/anoncreds/src/protocols/credentials/v1/handlers/V1CredentialProblemReportHandler.ts
+++ b/packages/anoncreds/src/protocols/credentials/v1/handlers/V1CredentialProblemReportHandler.ts
@@ -1,5 +1,5 @@
import type { V1CredentialProtocol } from '../V1CredentialProtocol'
-import type { MessageHandler, MessageHandlerInboundMessage } from '@aries-framework/core'
+import type { MessageHandler, MessageHandlerInboundMessage } from '@credo-ts/core'
import { V1CredentialProblemReportMessage } from '../messages'
diff --git a/packages/anoncreds/src/protocols/credentials/v1/handlers/V1IssueCredentialHandler.ts b/packages/anoncreds/src/protocols/credentials/v1/handlers/V1IssueCredentialHandler.ts
index de3835c170..4e9a5b73f7 100644
--- a/packages/anoncreds/src/protocols/credentials/v1/handlers/V1IssueCredentialHandler.ts
+++ b/packages/anoncreds/src/protocols/credentials/v1/handlers/V1IssueCredentialHandler.ts
@@ -1,7 +1,7 @@
import type { V1CredentialProtocol } from '../V1CredentialProtocol'
-import type { MessageHandler, MessageHandlerInboundMessage, CredentialExchangeRecord } from '@aries-framework/core'
+import type { MessageHandler, MessageHandlerInboundMessage, CredentialExchangeRecord } from '@credo-ts/core'
-import { AriesFrameworkError, getOutboundMessageContext } from '@aries-framework/core'
+import { AriesFrameworkError, getOutboundMessageContext } from '@credo-ts/core'
import { V1IssueCredentialMessage } from '../messages'
diff --git a/packages/anoncreds/src/protocols/credentials/v1/handlers/V1OfferCredentialHandler.ts b/packages/anoncreds/src/protocols/credentials/v1/handlers/V1OfferCredentialHandler.ts
index 483516736d..25ba57e784 100644
--- a/packages/anoncreds/src/protocols/credentials/v1/handlers/V1OfferCredentialHandler.ts
+++ b/packages/anoncreds/src/protocols/credentials/v1/handlers/V1OfferCredentialHandler.ts
@@ -1,7 +1,7 @@
import type { V1CredentialProtocol } from '../V1CredentialProtocol'
-import type { MessageHandler, MessageHandlerInboundMessage, CredentialExchangeRecord } from '@aries-framework/core'
+import type { MessageHandler, MessageHandlerInboundMessage, CredentialExchangeRecord } from '@credo-ts/core'
-import { getOutboundMessageContext } from '@aries-framework/core'
+import { getOutboundMessageContext } from '@credo-ts/core'
import { V1OfferCredentialMessage } from '../messages'
diff --git a/packages/anoncreds/src/protocols/credentials/v1/handlers/V1ProposeCredentialHandler.ts b/packages/anoncreds/src/protocols/credentials/v1/handlers/V1ProposeCredentialHandler.ts
index 5711a0b4c8..e57e4445e2 100644
--- a/packages/anoncreds/src/protocols/credentials/v1/handlers/V1ProposeCredentialHandler.ts
+++ b/packages/anoncreds/src/protocols/credentials/v1/handlers/V1ProposeCredentialHandler.ts
@@ -1,7 +1,7 @@
import type { V1CredentialProtocol } from '../V1CredentialProtocol'
-import type { CredentialExchangeRecord, MessageHandler, MessageHandlerInboundMessage } from '@aries-framework/core'
+import type { CredentialExchangeRecord, MessageHandler, MessageHandlerInboundMessage } from '@credo-ts/core'
-import { getOutboundMessageContext } from '@aries-framework/core'
+import { getOutboundMessageContext } from '@credo-ts/core'
import { V1ProposeCredentialMessage } from '../messages'
diff --git a/packages/anoncreds/src/protocols/credentials/v1/handlers/V1RequestCredentialHandler.ts b/packages/anoncreds/src/protocols/credentials/v1/handlers/V1RequestCredentialHandler.ts
index c79c993f64..d48b8710fd 100644
--- a/packages/anoncreds/src/protocols/credentials/v1/handlers/V1RequestCredentialHandler.ts
+++ b/packages/anoncreds/src/protocols/credentials/v1/handlers/V1RequestCredentialHandler.ts
@@ -1,7 +1,7 @@
import type { V1CredentialProtocol } from '../V1CredentialProtocol'
-import type { CredentialExchangeRecord, MessageHandler, MessageHandlerInboundMessage } from '@aries-framework/core'
+import type { CredentialExchangeRecord, MessageHandler, MessageHandlerInboundMessage } from '@credo-ts/core'
-import { AriesFrameworkError, getOutboundMessageContext } from '@aries-framework/core'
+import { AriesFrameworkError, getOutboundMessageContext } from '@credo-ts/core'
import { V1RequestCredentialMessage } from '../messages'
diff --git a/packages/anoncreds/src/protocols/credentials/v1/messages/V1CredentialAckMessage.ts b/packages/anoncreds/src/protocols/credentials/v1/messages/V1CredentialAckMessage.ts
index 540123584b..107962e531 100644
--- a/packages/anoncreds/src/protocols/credentials/v1/messages/V1CredentialAckMessage.ts
+++ b/packages/anoncreds/src/protocols/credentials/v1/messages/V1CredentialAckMessage.ts
@@ -1,6 +1,6 @@
-import type { AckMessageOptions } from '@aries-framework/core'
+import type { AckMessageOptions } from '@credo-ts/core'
-import { AckMessage, IsValidMessageType, parseMessageType } from '@aries-framework/core'
+import { AckMessage, IsValidMessageType, parseMessageType } from '@credo-ts/core'
export type V1CredentialAckMessageOptions = AckMessageOptions
diff --git a/packages/anoncreds/src/protocols/credentials/v1/messages/V1CredentialPreview.ts b/packages/anoncreds/src/protocols/credentials/v1/messages/V1CredentialPreview.ts
index a5e1344bb8..ed1fcfc4d6 100644
--- a/packages/anoncreds/src/protocols/credentials/v1/messages/V1CredentialPreview.ts
+++ b/packages/anoncreds/src/protocols/credentials/v1/messages/V1CredentialPreview.ts
@@ -1,4 +1,4 @@
-import type { CredentialPreviewOptions } from '@aries-framework/core'
+import type { CredentialPreviewOptions } from '@credo-ts/core'
import {
CredentialPreviewAttribute,
@@ -6,7 +6,7 @@ import {
parseMessageType,
JsonTransformer,
replaceLegacyDidSovPrefix,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import { Expose, Transform, Type } from 'class-transformer'
import { ValidateNested, IsInstance } from 'class-validator'
diff --git a/packages/anoncreds/src/protocols/credentials/v1/messages/V1CredentialProblemReportMessage.ts b/packages/anoncreds/src/protocols/credentials/v1/messages/V1CredentialProblemReportMessage.ts
index 5e36d71381..520fb474c6 100644
--- a/packages/anoncreds/src/protocols/credentials/v1/messages/V1CredentialProblemReportMessage.ts
+++ b/packages/anoncreds/src/protocols/credentials/v1/messages/V1CredentialProblemReportMessage.ts
@@ -1,6 +1,6 @@
-import type { ProblemReportMessageOptions } from '@aries-framework/core'
+import type { ProblemReportMessageOptions } from '@credo-ts/core'
-import { ProblemReportMessage, IsValidMessageType, parseMessageType } from '@aries-framework/core'
+import { ProblemReportMessage, IsValidMessageType, parseMessageType } from '@credo-ts/core'
export type V1CredentialProblemReportMessageOptions = ProblemReportMessageOptions
diff --git a/packages/anoncreds/src/protocols/credentials/v1/messages/V1IssueCredentialMessage.ts b/packages/anoncreds/src/protocols/credentials/v1/messages/V1IssueCredentialMessage.ts
index 96f99da1c4..5985f51b11 100644
--- a/packages/anoncreds/src/protocols/credentials/v1/messages/V1IssueCredentialMessage.ts
+++ b/packages/anoncreds/src/protocols/credentials/v1/messages/V1IssueCredentialMessage.ts
@@ -1,6 +1,6 @@
import type { AnonCredsCredential } from '../../../../models'
-import { Attachment, AgentMessage, IsValidMessageType, parseMessageType } from '@aries-framework/core'
+import { Attachment, AgentMessage, IsValidMessageType, parseMessageType } from '@credo-ts/core'
import { Expose, Type } from 'class-transformer'
import { IsString, IsOptional, IsArray, ValidateNested, IsInstance } from 'class-validator'
diff --git a/packages/anoncreds/src/protocols/credentials/v1/messages/V1OfferCredentialMessage.ts b/packages/anoncreds/src/protocols/credentials/v1/messages/V1OfferCredentialMessage.ts
index b8d8c33e0c..3697d011ec 100644
--- a/packages/anoncreds/src/protocols/credentials/v1/messages/V1OfferCredentialMessage.ts
+++ b/packages/anoncreds/src/protocols/credentials/v1/messages/V1OfferCredentialMessage.ts
@@ -1,6 +1,6 @@
import type { AnonCredsCredentialOffer } from '../../../../models'
-import { Attachment, AgentMessage, IsValidMessageType, parseMessageType } from '@aries-framework/core'
+import { Attachment, AgentMessage, IsValidMessageType, parseMessageType } from '@credo-ts/core'
import { Expose, Type } from 'class-transformer'
import { IsString, IsOptional, ValidateNested, IsInstance, IsArray } from 'class-validator'
diff --git a/packages/anoncreds/src/protocols/credentials/v1/messages/V1ProposeCredentialMessage.ts b/packages/anoncreds/src/protocols/credentials/v1/messages/V1ProposeCredentialMessage.ts
index 78c65f302d..4c4f1c05fa 100644
--- a/packages/anoncreds/src/protocols/credentials/v1/messages/V1ProposeCredentialMessage.ts
+++ b/packages/anoncreds/src/protocols/credentials/v1/messages/V1ProposeCredentialMessage.ts
@@ -1,6 +1,6 @@
-import type { Attachment } from '@aries-framework/core'
+import type { Attachment } from '@credo-ts/core'
-import { AgentMessage, IsValidMessageType, parseMessageType } from '@aries-framework/core'
+import { AgentMessage, IsValidMessageType, parseMessageType } from '@credo-ts/core'
import { Expose, Type } from 'class-transformer'
import { IsInstance, IsOptional, IsString, Matches, ValidateNested } from 'class-validator'
diff --git a/packages/anoncreds/src/protocols/credentials/v1/messages/V1RequestCredentialMessage.ts b/packages/anoncreds/src/protocols/credentials/v1/messages/V1RequestCredentialMessage.ts
index 5b55e8f206..794b485bfd 100644
--- a/packages/anoncreds/src/protocols/credentials/v1/messages/V1RequestCredentialMessage.ts
+++ b/packages/anoncreds/src/protocols/credentials/v1/messages/V1RequestCredentialMessage.ts
@@ -1,6 +1,6 @@
import type { LegacyIndyCredentialRequest } from '../../../../formats'
-import { Attachment, AgentMessage, IsValidMessageType, parseMessageType } from '@aries-framework/core'
+import { Attachment, AgentMessage, IsValidMessageType, parseMessageType } from '@credo-ts/core'
import { Expose, Type } from 'class-transformer'
import { IsArray, IsInstance, IsOptional, IsString, ValidateNested } from 'class-validator'
diff --git a/packages/anoncreds/src/protocols/proofs/v1/V1ProofProtocol.ts b/packages/anoncreds/src/protocols/proofs/v1/V1ProofProtocol.ts
index 4d88d476bc..10a1fadc6e 100644
--- a/packages/anoncreds/src/protocols/proofs/v1/V1ProofProtocol.ts
+++ b/packages/anoncreds/src/protocols/proofs/v1/V1ProofProtocol.ts
@@ -10,7 +10,7 @@ import type {
ProblemReportMessage,
GetProofFormatDataReturn,
ProofFormat,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import {
BaseProofProtocol,
@@ -31,7 +31,7 @@ import {
AutoAcceptProof,
JsonEncoder,
utils,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import { composeProofAutoAccept, createRequestFromPreview } from '../../../utils'
diff --git a/packages/anoncreds/src/protocols/proofs/v1/errors/V1PresentationProblemReportError.ts b/packages/anoncreds/src/protocols/proofs/v1/errors/V1PresentationProblemReportError.ts
index 4ec7280eae..67558537bd 100644
--- a/packages/anoncreds/src/protocols/proofs/v1/errors/V1PresentationProblemReportError.ts
+++ b/packages/anoncreds/src/protocols/proofs/v1/errors/V1PresentationProblemReportError.ts
@@ -1,6 +1,6 @@
-import type { ProblemReportErrorOptions, PresentationProblemReportReason } from '@aries-framework/core'
+import type { ProblemReportErrorOptions, PresentationProblemReportReason } from '@credo-ts/core'
-import { ProblemReportError } from '@aries-framework/core'
+import { ProblemReportError } from '@credo-ts/core'
import { V1PresentationProblemReportMessage } from '../messages'
diff --git a/packages/anoncreds/src/protocols/proofs/v1/handlers/V1PresentationAckHandler.ts b/packages/anoncreds/src/protocols/proofs/v1/handlers/V1PresentationAckHandler.ts
index dc087fe1af..dca810be6e 100644
--- a/packages/anoncreds/src/protocols/proofs/v1/handlers/V1PresentationAckHandler.ts
+++ b/packages/anoncreds/src/protocols/proofs/v1/handlers/V1PresentationAckHandler.ts
@@ -1,5 +1,5 @@
import type { V1ProofProtocol } from '../V1ProofProtocol'
-import type { MessageHandler, MessageHandlerInboundMessage } from '@aries-framework/core'
+import type { MessageHandler, MessageHandlerInboundMessage } from '@credo-ts/core'
import { V1PresentationAckMessage } from '../messages'
diff --git a/packages/anoncreds/src/protocols/proofs/v1/handlers/V1PresentationHandler.ts b/packages/anoncreds/src/protocols/proofs/v1/handlers/V1PresentationHandler.ts
index 38b7a97a78..70636b2a46 100644
--- a/packages/anoncreds/src/protocols/proofs/v1/handlers/V1PresentationHandler.ts
+++ b/packages/anoncreds/src/protocols/proofs/v1/handlers/V1PresentationHandler.ts
@@ -1,7 +1,7 @@
import type { V1ProofProtocol } from '../V1ProofProtocol'
-import type { MessageHandler, MessageHandlerInboundMessage, ProofExchangeRecord } from '@aries-framework/core'
+import type { MessageHandler, MessageHandlerInboundMessage, ProofExchangeRecord } from '@credo-ts/core'
-import { AriesFrameworkError, getOutboundMessageContext } from '@aries-framework/core'
+import { AriesFrameworkError, getOutboundMessageContext } from '@credo-ts/core'
import { V1PresentationMessage } from '../messages'
diff --git a/packages/anoncreds/src/protocols/proofs/v1/handlers/V1PresentationProblemReportHandler.ts b/packages/anoncreds/src/protocols/proofs/v1/handlers/V1PresentationProblemReportHandler.ts
index 4106bbf3f9..f0239f4088 100644
--- a/packages/anoncreds/src/protocols/proofs/v1/handlers/V1PresentationProblemReportHandler.ts
+++ b/packages/anoncreds/src/protocols/proofs/v1/handlers/V1PresentationProblemReportHandler.ts
@@ -1,5 +1,5 @@
import type { V1ProofProtocol } from '../V1ProofProtocol'
-import type { MessageHandler, MessageHandlerInboundMessage } from '@aries-framework/core'
+import type { MessageHandler, MessageHandlerInboundMessage } from '@credo-ts/core'
import { V1PresentationProblemReportMessage } from '../messages/V1PresentationProblemReportMessage'
diff --git a/packages/anoncreds/src/protocols/proofs/v1/handlers/V1ProposePresentationHandler.ts b/packages/anoncreds/src/protocols/proofs/v1/handlers/V1ProposePresentationHandler.ts
index 2193f6e733..79237132df 100644
--- a/packages/anoncreds/src/protocols/proofs/v1/handlers/V1ProposePresentationHandler.ts
+++ b/packages/anoncreds/src/protocols/proofs/v1/handlers/V1ProposePresentationHandler.ts
@@ -1,7 +1,7 @@
import type { V1ProofProtocol } from '../V1ProofProtocol'
-import type { MessageHandler, MessageHandlerInboundMessage, ProofExchangeRecord } from '@aries-framework/core'
+import type { MessageHandler, MessageHandlerInboundMessage, ProofExchangeRecord } from '@credo-ts/core'
-import { OutboundMessageContext } from '@aries-framework/core'
+import { OutboundMessageContext } from '@credo-ts/core'
import { V1ProposePresentationMessage } from '../messages'
diff --git a/packages/anoncreds/src/protocols/proofs/v1/handlers/V1RequestPresentationHandler.ts b/packages/anoncreds/src/protocols/proofs/v1/handlers/V1RequestPresentationHandler.ts
index 49dc7f95ba..4bef0b7682 100644
--- a/packages/anoncreds/src/protocols/proofs/v1/handlers/V1RequestPresentationHandler.ts
+++ b/packages/anoncreds/src/protocols/proofs/v1/handlers/V1RequestPresentationHandler.ts
@@ -1,7 +1,7 @@
import type { V1ProofProtocol } from '../V1ProofProtocol'
-import type { MessageHandler, MessageHandlerInboundMessage, ProofExchangeRecord } from '@aries-framework/core'
+import type { MessageHandler, MessageHandlerInboundMessage, ProofExchangeRecord } from '@credo-ts/core'
-import { getOutboundMessageContext } from '@aries-framework/core'
+import { getOutboundMessageContext } from '@credo-ts/core'
import { V1RequestPresentationMessage } from '../messages'
diff --git a/packages/anoncreds/src/protocols/proofs/v1/messages/V1PresentationAckMessage.ts b/packages/anoncreds/src/protocols/proofs/v1/messages/V1PresentationAckMessage.ts
index 6c44d9db82..1fb511065f 100644
--- a/packages/anoncreds/src/protocols/proofs/v1/messages/V1PresentationAckMessage.ts
+++ b/packages/anoncreds/src/protocols/proofs/v1/messages/V1PresentationAckMessage.ts
@@ -1,6 +1,6 @@
-import type { AckMessageOptions } from '@aries-framework/core'
+import type { AckMessageOptions } from '@credo-ts/core'
-import { AckMessage, IsValidMessageType, parseMessageType } from '@aries-framework/core'
+import { AckMessage, IsValidMessageType, parseMessageType } from '@credo-ts/core'
export class V1PresentationAckMessage extends AckMessage {
public readonly allowDidSovPrefix = true
diff --git a/packages/anoncreds/src/protocols/proofs/v1/messages/V1PresentationMessage.ts b/packages/anoncreds/src/protocols/proofs/v1/messages/V1PresentationMessage.ts
index 2b645e227d..c862708eef 100644
--- a/packages/anoncreds/src/protocols/proofs/v1/messages/V1PresentationMessage.ts
+++ b/packages/anoncreds/src/protocols/proofs/v1/messages/V1PresentationMessage.ts
@@ -1,6 +1,6 @@
import type { AnonCredsProof } from '../../../../models'
-import { Attachment, AgentMessage, IsValidMessageType, parseMessageType } from '@aries-framework/core'
+import { Attachment, AgentMessage, IsValidMessageType, parseMessageType } from '@credo-ts/core'
import { Expose, Type } from 'class-transformer'
import { IsArray, IsString, ValidateNested, IsOptional, IsInstance } from 'class-validator'
diff --git a/packages/anoncreds/src/protocols/proofs/v1/messages/V1PresentationProblemReportMessage.ts b/packages/anoncreds/src/protocols/proofs/v1/messages/V1PresentationProblemReportMessage.ts
index 479aade010..ef603cc082 100644
--- a/packages/anoncreds/src/protocols/proofs/v1/messages/V1PresentationProblemReportMessage.ts
+++ b/packages/anoncreds/src/protocols/proofs/v1/messages/V1PresentationProblemReportMessage.ts
@@ -1,6 +1,6 @@
-import type { ProblemReportMessageOptions } from '@aries-framework/core'
+import type { ProblemReportMessageOptions } from '@credo-ts/core'
-import { ProblemReportMessage, IsValidMessageType, parseMessageType } from '@aries-framework/core'
+import { ProblemReportMessage, IsValidMessageType, parseMessageType } from '@credo-ts/core'
export type V1PresentationProblemReportMessageOptions = ProblemReportMessageOptions
diff --git a/packages/anoncreds/src/protocols/proofs/v1/messages/V1ProposePresentationMessage.ts b/packages/anoncreds/src/protocols/proofs/v1/messages/V1ProposePresentationMessage.ts
index d54a3f8d52..107e2f5ed4 100644
--- a/packages/anoncreds/src/protocols/proofs/v1/messages/V1ProposePresentationMessage.ts
+++ b/packages/anoncreds/src/protocols/proofs/v1/messages/V1ProposePresentationMessage.ts
@@ -1,4 +1,4 @@
-import { AgentMessage, IsValidMessageType, parseMessageType } from '@aries-framework/core'
+import { AgentMessage, IsValidMessageType, parseMessageType } from '@credo-ts/core'
import { Expose, Type } from 'class-transformer'
import { IsInstance, IsOptional, IsString, ValidateNested } from 'class-validator'
diff --git a/packages/anoncreds/src/protocols/proofs/v1/messages/V1RequestPresentationMessage.ts b/packages/anoncreds/src/protocols/proofs/v1/messages/V1RequestPresentationMessage.ts
index 7486a469f4..b5caecd945 100644
--- a/packages/anoncreds/src/protocols/proofs/v1/messages/V1RequestPresentationMessage.ts
+++ b/packages/anoncreds/src/protocols/proofs/v1/messages/V1RequestPresentationMessage.ts
@@ -1,6 +1,6 @@
import type { LegacyIndyProofRequest } from '../../../../formats'
-import { Attachment, AgentMessage, IsValidMessageType, parseMessageType } from '@aries-framework/core'
+import { Attachment, AgentMessage, IsValidMessageType, parseMessageType } from '@credo-ts/core'
import { Expose, Type } from 'class-transformer'
import { IsArray, IsString, ValidateNested, IsOptional, IsInstance } from 'class-validator'
diff --git a/packages/anoncreds/src/protocols/proofs/v1/models/V1PresentationPreview.ts b/packages/anoncreds/src/protocols/proofs/v1/models/V1PresentationPreview.ts
index 47cbf8a636..3d23e55bc8 100644
--- a/packages/anoncreds/src/protocols/proofs/v1/models/V1PresentationPreview.ts
+++ b/packages/anoncreds/src/protocols/proofs/v1/models/V1PresentationPreview.ts
@@ -1,4 +1,4 @@
-import { JsonTransformer, IsValidMessageType, replaceLegacyDidSovPrefix, parseMessageType } from '@aries-framework/core'
+import { JsonTransformer, IsValidMessageType, replaceLegacyDidSovPrefix, parseMessageType } from '@credo-ts/core'
import { Expose, Transform, Type } from 'class-transformer'
import {
IsIn,
diff --git a/packages/anoncreds/src/repository/AnonCredsCredentialDefinitionPrivateRecord.ts b/packages/anoncreds/src/repository/AnonCredsCredentialDefinitionPrivateRecord.ts
index bc0c1c99ee..62feb5040f 100644
--- a/packages/anoncreds/src/repository/AnonCredsCredentialDefinitionPrivateRecord.ts
+++ b/packages/anoncreds/src/repository/AnonCredsCredentialDefinitionPrivateRecord.ts
@@ -1,6 +1,6 @@
-import type { TagsBase } from '@aries-framework/core'
+import type { TagsBase } from '@credo-ts/core'
-import { BaseRecord, utils } from '@aries-framework/core'
+import { BaseRecord, utils } from '@credo-ts/core'
export interface AnonCredsCredentialDefinitionPrivateRecordProps {
id?: string
diff --git a/packages/anoncreds/src/repository/AnonCredsCredentialDefinitionPrivateRepository.ts b/packages/anoncreds/src/repository/AnonCredsCredentialDefinitionPrivateRepository.ts
index 31c7737143..dd141e02e3 100644
--- a/packages/anoncreds/src/repository/AnonCredsCredentialDefinitionPrivateRepository.ts
+++ b/packages/anoncreds/src/repository/AnonCredsCredentialDefinitionPrivateRepository.ts
@@ -1,6 +1,6 @@
-import type { AgentContext } from '@aries-framework/core'
+import type { AgentContext } from '@credo-ts/core'
-import { Repository, InjectionSymbols, StorageService, EventEmitter, injectable, inject } from '@aries-framework/core'
+import { Repository, InjectionSymbols, StorageService, EventEmitter, injectable, inject } from '@credo-ts/core'
import { AnonCredsCredentialDefinitionPrivateRecord } from './AnonCredsCredentialDefinitionPrivateRecord'
diff --git a/packages/anoncreds/src/repository/AnonCredsCredentialDefinitionRecord.ts b/packages/anoncreds/src/repository/AnonCredsCredentialDefinitionRecord.ts
index fe0bcc6eea..9e7b6e6f38 100644
--- a/packages/anoncreds/src/repository/AnonCredsCredentialDefinitionRecord.ts
+++ b/packages/anoncreds/src/repository/AnonCredsCredentialDefinitionRecord.ts
@@ -1,8 +1,8 @@
import type { AnonCredsCredentialDefinitionRecordMetadata } from './anonCredsCredentialDefinitionRecordMetadataTypes'
import type { AnonCredsCredentialDefinition } from '../models'
-import type { TagsBase } from '@aries-framework/core'
+import type { TagsBase } from '@credo-ts/core'
-import { BaseRecord, utils } from '@aries-framework/core'
+import { BaseRecord, utils } from '@credo-ts/core'
import {
getUnqualifiedCredentialDefinitionId,
diff --git a/packages/anoncreds/src/repository/AnonCredsCredentialDefinitionRepository.ts b/packages/anoncreds/src/repository/AnonCredsCredentialDefinitionRepository.ts
index 88aedef82a..8d4619930b 100644
--- a/packages/anoncreds/src/repository/AnonCredsCredentialDefinitionRepository.ts
+++ b/packages/anoncreds/src/repository/AnonCredsCredentialDefinitionRepository.ts
@@ -1,6 +1,6 @@
-import type { AgentContext } from '@aries-framework/core'
+import type { AgentContext } from '@credo-ts/core'
-import { Repository, InjectionSymbols, StorageService, EventEmitter, injectable, inject } from '@aries-framework/core'
+import { Repository, InjectionSymbols, StorageService, EventEmitter, injectable, inject } from '@credo-ts/core'
import { AnonCredsCredentialDefinitionRecord } from './AnonCredsCredentialDefinitionRecord'
diff --git a/packages/anoncreds/src/repository/AnonCredsCredentialRecord.ts b/packages/anoncreds/src/repository/AnonCredsCredentialRecord.ts
index d9627b6fb3..05fb9953df 100644
--- a/packages/anoncreds/src/repository/AnonCredsCredentialRecord.ts
+++ b/packages/anoncreds/src/repository/AnonCredsCredentialRecord.ts
@@ -1,7 +1,7 @@
import type { AnonCredsCredential } from '../models'
-import type { Tags } from '@aries-framework/core'
+import type { Tags } from '@credo-ts/core'
-import { BaseRecord, utils } from '@aries-framework/core'
+import { BaseRecord, utils } from '@credo-ts/core'
export interface AnonCredsCredentialRecordProps {
id?: string
diff --git a/packages/anoncreds/src/repository/AnonCredsCredentialRepository.ts b/packages/anoncreds/src/repository/AnonCredsCredentialRepository.ts
index fb02878439..56cf1cfaa5 100644
--- a/packages/anoncreds/src/repository/AnonCredsCredentialRepository.ts
+++ b/packages/anoncreds/src/repository/AnonCredsCredentialRepository.ts
@@ -1,6 +1,6 @@
-import type { AgentContext } from '@aries-framework/core'
+import type { AgentContext } from '@credo-ts/core'
-import { Repository, InjectionSymbols, StorageService, EventEmitter, injectable, inject } from '@aries-framework/core'
+import { Repository, InjectionSymbols, StorageService, EventEmitter, injectable, inject } from '@credo-ts/core'
import { AnonCredsCredentialRecord } from './AnonCredsCredentialRecord'
diff --git a/packages/anoncreds/src/repository/AnonCredsKeyCorrectnessProofRecord.ts b/packages/anoncreds/src/repository/AnonCredsKeyCorrectnessProofRecord.ts
index cac331bd6c..2a2c245d6a 100644
--- a/packages/anoncreds/src/repository/AnonCredsKeyCorrectnessProofRecord.ts
+++ b/packages/anoncreds/src/repository/AnonCredsKeyCorrectnessProofRecord.ts
@@ -1,6 +1,6 @@
-import type { TagsBase } from '@aries-framework/core'
+import type { TagsBase } from '@credo-ts/core'
-import { BaseRecord, utils } from '@aries-framework/core'
+import { BaseRecord, utils } from '@credo-ts/core'
export interface AnonCredsKeyCorrectnessProofRecordProps {
id?: string
diff --git a/packages/anoncreds/src/repository/AnonCredsKeyCorrectnessProofRepository.ts b/packages/anoncreds/src/repository/AnonCredsKeyCorrectnessProofRepository.ts
index 959ba8b4a5..2e4548e6a1 100644
--- a/packages/anoncreds/src/repository/AnonCredsKeyCorrectnessProofRepository.ts
+++ b/packages/anoncreds/src/repository/AnonCredsKeyCorrectnessProofRepository.ts
@@ -1,6 +1,6 @@
-import type { AgentContext } from '@aries-framework/core'
+import type { AgentContext } from '@credo-ts/core'
-import { Repository, InjectionSymbols, StorageService, EventEmitter, injectable, inject } from '@aries-framework/core'
+import { Repository, InjectionSymbols, StorageService, EventEmitter, injectable, inject } from '@credo-ts/core'
import { AnonCredsKeyCorrectnessProofRecord } from './AnonCredsKeyCorrectnessProofRecord'
diff --git a/packages/anoncreds/src/repository/AnonCredsLinkSecretRecord.ts b/packages/anoncreds/src/repository/AnonCredsLinkSecretRecord.ts
index ffb775526e..3c3acf38f1 100644
--- a/packages/anoncreds/src/repository/AnonCredsLinkSecretRecord.ts
+++ b/packages/anoncreds/src/repository/AnonCredsLinkSecretRecord.ts
@@ -1,6 +1,6 @@
-import type { TagsBase } from '@aries-framework/core'
+import type { TagsBase } from '@credo-ts/core'
-import { BaseRecord, utils } from '@aries-framework/core'
+import { BaseRecord, utils } from '@credo-ts/core'
export interface AnonCredsLinkSecretRecordProps {
id?: string
diff --git a/packages/anoncreds/src/repository/AnonCredsLinkSecretRepository.ts b/packages/anoncreds/src/repository/AnonCredsLinkSecretRepository.ts
index a4b69b08db..ad804aa880 100644
--- a/packages/anoncreds/src/repository/AnonCredsLinkSecretRepository.ts
+++ b/packages/anoncreds/src/repository/AnonCredsLinkSecretRepository.ts
@@ -1,6 +1,6 @@
-import type { AgentContext } from '@aries-framework/core'
+import type { AgentContext } from '@credo-ts/core'
-import { Repository, InjectionSymbols, StorageService, EventEmitter, injectable, inject } from '@aries-framework/core'
+import { Repository, InjectionSymbols, StorageService, EventEmitter, injectable, inject } from '@credo-ts/core'
import { AnonCredsLinkSecretRecord } from './AnonCredsLinkSecretRecord'
diff --git a/packages/anoncreds/src/repository/AnonCredsRevocationRegistryDefinitionPrivateRecord.ts b/packages/anoncreds/src/repository/AnonCredsRevocationRegistryDefinitionPrivateRecord.ts
index 50f6c39f08..dbc4d537d0 100644
--- a/packages/anoncreds/src/repository/AnonCredsRevocationRegistryDefinitionPrivateRecord.ts
+++ b/packages/anoncreds/src/repository/AnonCredsRevocationRegistryDefinitionPrivateRecord.ts
@@ -1,6 +1,6 @@
-import type { TagsBase } from '@aries-framework/core'
+import type { TagsBase } from '@credo-ts/core'
-import { BaseRecord, utils } from '@aries-framework/core'
+import { BaseRecord, utils } from '@credo-ts/core'
export enum AnonCredsRevocationRegistryState {
Created = 'created',
diff --git a/packages/anoncreds/src/repository/AnonCredsRevocationRegistryDefinitionPrivateRepository.ts b/packages/anoncreds/src/repository/AnonCredsRevocationRegistryDefinitionPrivateRepository.ts
index 0f571d2a1a..4410a382a2 100644
--- a/packages/anoncreds/src/repository/AnonCredsRevocationRegistryDefinitionPrivateRepository.ts
+++ b/packages/anoncreds/src/repository/AnonCredsRevocationRegistryDefinitionPrivateRepository.ts
@@ -1,7 +1,7 @@
import type { AnonCredsRevocationRegistryState } from './AnonCredsRevocationRegistryDefinitionPrivateRecord'
-import type { AgentContext } from '@aries-framework/core'
+import type { AgentContext } from '@credo-ts/core'
-import { Repository, InjectionSymbols, StorageService, EventEmitter, injectable, inject } from '@aries-framework/core'
+import { Repository, InjectionSymbols, StorageService, EventEmitter, injectable, inject } from '@credo-ts/core'
import { AnonCredsRevocationRegistryDefinitionPrivateRecord } from './AnonCredsRevocationRegistryDefinitionPrivateRecord'
diff --git a/packages/anoncreds/src/repository/AnonCredsRevocationRegistryDefinitionRecord.ts b/packages/anoncreds/src/repository/AnonCredsRevocationRegistryDefinitionRecord.ts
index 8a41227574..1e7947315e 100644
--- a/packages/anoncreds/src/repository/AnonCredsRevocationRegistryDefinitionRecord.ts
+++ b/packages/anoncreds/src/repository/AnonCredsRevocationRegistryDefinitionRecord.ts
@@ -1,8 +1,8 @@
import type { AnonCredsRevocationRegistryDefinitionRecordMetadata } from './anonCredsRevocationRegistryDefinitionRecordMetadataTypes'
import type { AnonCredsRevocationRegistryDefinition } from '../models'
-import type { TagsBase } from '@aries-framework/core'
+import type { TagsBase } from '@credo-ts/core'
-import { BaseRecord, utils } from '@aries-framework/core'
+import { BaseRecord, utils } from '@credo-ts/core'
export interface AnonCredsRevocationRegistryDefinitionRecordProps {
id?: string
diff --git a/packages/anoncreds/src/repository/AnonCredsRevocationRegistryDefinitionRepository.ts b/packages/anoncreds/src/repository/AnonCredsRevocationRegistryDefinitionRepository.ts
index 4b1890b09b..30c1cf15c1 100644
--- a/packages/anoncreds/src/repository/AnonCredsRevocationRegistryDefinitionRepository.ts
+++ b/packages/anoncreds/src/repository/AnonCredsRevocationRegistryDefinitionRepository.ts
@@ -1,6 +1,6 @@
-import type { AgentContext } from '@aries-framework/core'
+import type { AgentContext } from '@credo-ts/core'
-import { Repository, InjectionSymbols, StorageService, EventEmitter, injectable, inject } from '@aries-framework/core'
+import { Repository, InjectionSymbols, StorageService, EventEmitter, injectable, inject } from '@credo-ts/core'
import { AnonCredsRevocationRegistryDefinitionRecord } from './AnonCredsRevocationRegistryDefinitionRecord'
diff --git a/packages/anoncreds/src/repository/AnonCredsSchemaRecord.ts b/packages/anoncreds/src/repository/AnonCredsSchemaRecord.ts
index ffdbd15189..55727772e0 100644
--- a/packages/anoncreds/src/repository/AnonCredsSchemaRecord.ts
+++ b/packages/anoncreds/src/repository/AnonCredsSchemaRecord.ts
@@ -1,8 +1,8 @@
import type { AnonCredsSchemaRecordMetadata } from './anonCredsSchemaRecordMetadataTypes'
import type { AnonCredsSchema } from '../models'
-import type { TagsBase } from '@aries-framework/core'
+import type { TagsBase } from '@credo-ts/core'
-import { BaseRecord, utils } from '@aries-framework/core'
+import { BaseRecord, utils } from '@credo-ts/core'
import { getUnqualifiedSchemaId, isDidIndySchemaId, parseIndySchemaId } from '../utils/indyIdentifiers'
diff --git a/packages/anoncreds/src/repository/AnonCredsSchemaRepository.ts b/packages/anoncreds/src/repository/AnonCredsSchemaRepository.ts
index 231878d2ea..56a426163a 100644
--- a/packages/anoncreds/src/repository/AnonCredsSchemaRepository.ts
+++ b/packages/anoncreds/src/repository/AnonCredsSchemaRepository.ts
@@ -1,6 +1,6 @@
-import type { AgentContext } from '@aries-framework/core'
+import type { AgentContext } from '@credo-ts/core'
-import { Repository, InjectionSymbols, StorageService, EventEmitter, inject, injectable } from '@aries-framework/core'
+import { Repository, InjectionSymbols, StorageService, EventEmitter, inject, injectable } from '@credo-ts/core'
import { AnonCredsSchemaRecord } from './AnonCredsSchemaRecord'
diff --git a/packages/anoncreds/src/repository/__tests__/AnonCredsCredentialRecord.test.ts b/packages/anoncreds/src/repository/__tests__/AnonCredsCredentialRecord.test.ts
index 111ce0a291..34d79a2f8a 100644
--- a/packages/anoncreds/src/repository/__tests__/AnonCredsCredentialRecord.test.ts
+++ b/packages/anoncreds/src/repository/__tests__/AnonCredsCredentialRecord.test.ts
@@ -1,4 +1,4 @@
-import type { AnonCredsCredential } from '@aries-framework/anoncreds'
+import type { AnonCredsCredential } from '@credo-ts/anoncreds'
import { AnonCredsCredentialRecord } from '../AnonCredsCredentialRecord'
diff --git a/packages/anoncreds/src/services/AnonCredsHolderService.ts b/packages/anoncreds/src/services/AnonCredsHolderService.ts
index 47cefac8e3..698e2d1871 100644
--- a/packages/anoncreds/src/services/AnonCredsHolderService.ts
+++ b/packages/anoncreds/src/services/AnonCredsHolderService.ts
@@ -12,7 +12,7 @@ import type {
} from './AnonCredsHolderServiceOptions'
import type { AnonCredsCredentialInfo } from '../models'
import type { AnonCredsProof } from '../models/exchange'
-import type { AgentContext } from '@aries-framework/core'
+import type { AgentContext } from '@credo-ts/core'
export const AnonCredsHolderServiceSymbol = Symbol('AnonCredsHolderService')
diff --git a/packages/anoncreds/src/services/AnonCredsIssuerService.ts b/packages/anoncreds/src/services/AnonCredsIssuerService.ts
index 00f6b5871e..d299d85f95 100644
--- a/packages/anoncreds/src/services/AnonCredsIssuerService.ts
+++ b/packages/anoncreds/src/services/AnonCredsIssuerService.ts
@@ -12,7 +12,7 @@ import type {
} from './AnonCredsIssuerServiceOptions'
import type { AnonCredsCredentialOffer } from '../models/exchange'
import type { AnonCredsRevocationStatusList, AnonCredsSchema } from '../models/registry'
-import type { AgentContext } from '@aries-framework/core'
+import type { AgentContext } from '@credo-ts/core'
export const AnonCredsIssuerServiceSymbol = Symbol('AnonCredsIssuerService')
diff --git a/packages/anoncreds/src/services/AnonCredsVerifierService.ts b/packages/anoncreds/src/services/AnonCredsVerifierService.ts
index f0ffdf1e91..2eabf727dc 100644
--- a/packages/anoncreds/src/services/AnonCredsVerifierService.ts
+++ b/packages/anoncreds/src/services/AnonCredsVerifierService.ts
@@ -1,5 +1,5 @@
import type { VerifyProofOptions } from './AnonCredsVerifierServiceOptions'
-import type { AgentContext } from '@aries-framework/core'
+import type { AgentContext } from '@credo-ts/core'
export const AnonCredsVerifierServiceSymbol = Symbol('AnonCredsVerifierService')
diff --git a/packages/anoncreds/src/services/registry/AnonCredsRegistry.ts b/packages/anoncreds/src/services/registry/AnonCredsRegistry.ts
index d641befdef..f0374127a2 100644
--- a/packages/anoncreds/src/services/registry/AnonCredsRegistry.ts
+++ b/packages/anoncreds/src/services/registry/AnonCredsRegistry.ts
@@ -14,7 +14,7 @@ import type {
RegisterRevocationStatusListReturn,
} from './RevocationStatusListOptions'
import type { GetSchemaReturn, RegisterSchemaOptions, RegisterSchemaReturn } from './SchemaOptions'
-import type { AgentContext } from '@aries-framework/core'
+import type { AgentContext } from '@credo-ts/core'
/**
* @public
diff --git a/packages/anoncreds/src/services/registry/AnonCredsRegistryService.ts b/packages/anoncreds/src/services/registry/AnonCredsRegistryService.ts
index 23c393bb38..ef2668bd93 100644
--- a/packages/anoncreds/src/services/registry/AnonCredsRegistryService.ts
+++ b/packages/anoncreds/src/services/registry/AnonCredsRegistryService.ts
@@ -1,7 +1,7 @@
import type { AnonCredsRegistry } from '.'
-import type { AgentContext } from '@aries-framework/core'
+import type { AgentContext } from '@credo-ts/core'
-import { injectable } from '@aries-framework/core'
+import { injectable } from '@credo-ts/core'
import { AnonCredsModuleConfig } from '../../AnonCredsModuleConfig'
import { AnonCredsError } from '../../error'
diff --git a/packages/anoncreds/src/services/registry/RevocationStatusListOptions.ts b/packages/anoncreds/src/services/registry/RevocationStatusListOptions.ts
index 21ea1bca95..1d7b11a5ef 100644
--- a/packages/anoncreds/src/services/registry/RevocationStatusListOptions.ts
+++ b/packages/anoncreds/src/services/registry/RevocationStatusListOptions.ts
@@ -7,7 +7,7 @@ import type {
AnonCredsOperationStateAction,
} from './base'
import type { AnonCredsRevocationStatusList } from '../../models/registry'
-import type { Optional } from '@aries-framework/core'
+import type { Optional } from '@credo-ts/core'
export interface GetRevocationStatusListReturn {
revocationStatusList?: AnonCredsRevocationStatusList
diff --git a/packages/anoncreds/src/services/tails/BasicTailsFileService.ts b/packages/anoncreds/src/services/tails/BasicTailsFileService.ts
index 27da210476..9454bb5a69 100644
--- a/packages/anoncreds/src/services/tails/BasicTailsFileService.ts
+++ b/packages/anoncreds/src/services/tails/BasicTailsFileService.ts
@@ -1,8 +1,8 @@
import type { TailsFileService } from './TailsFileService'
import type { AnonCredsRevocationRegistryDefinition } from '../../models'
-import type { AgentContext, FileSystem } from '@aries-framework/core'
+import type { AgentContext, FileSystem } from '@credo-ts/core'
-import { AriesFrameworkError, InjectionSymbols, TypedArrayEncoder } from '@aries-framework/core'
+import { AriesFrameworkError, InjectionSymbols, TypedArrayEncoder } from '@credo-ts/core'
export class BasicTailsFileService implements TailsFileService {
private tailsDirectoryPath?: string
diff --git a/packages/anoncreds/src/services/tails/TailsFileService.ts b/packages/anoncreds/src/services/tails/TailsFileService.ts
index 8bae55c598..b3cb68b241 100644
--- a/packages/anoncreds/src/services/tails/TailsFileService.ts
+++ b/packages/anoncreds/src/services/tails/TailsFileService.ts
@@ -1,5 +1,5 @@
import type { AnonCredsRevocationRegistryDefinition } from '../../models'
-import type { AgentContext } from '@aries-framework/core'
+import type { AgentContext } from '@credo-ts/core'
export interface TailsFileService {
/**
diff --git a/packages/anoncreds/src/updates/0.3.1-0.4/credentialDefinition.ts b/packages/anoncreds/src/updates/0.3.1-0.4/credentialDefinition.ts
index bcbde09c36..8eb57410ed 100644
--- a/packages/anoncreds/src/updates/0.3.1-0.4/credentialDefinition.ts
+++ b/packages/anoncreds/src/updates/0.3.1-0.4/credentialDefinition.ts
@@ -1,7 +1,7 @@
import type { AnonCredsCredentialDefinition } from '../../models'
-import type { BaseAgent } from '@aries-framework/core'
+import type { BaseAgent } from '@credo-ts/core'
-import { AriesFrameworkError } from '@aries-framework/core'
+import { AriesFrameworkError } from '@credo-ts/core'
import { AnonCredsCredentialDefinitionRepository } from '../../repository'
import { AnonCredsRegistryService } from '../../services/registry/AnonCredsRegistryService'
diff --git a/packages/anoncreds/src/updates/0.3.1-0.4/credentialExchangeRecord.ts b/packages/anoncreds/src/updates/0.3.1-0.4/credentialExchangeRecord.ts
index 03eda8e300..224a5d5ea3 100644
--- a/packages/anoncreds/src/updates/0.3.1-0.4/credentialExchangeRecord.ts
+++ b/packages/anoncreds/src/updates/0.3.1-0.4/credentialExchangeRecord.ts
@@ -1,6 +1,6 @@
-import type { BaseAgent, CredentialExchangeRecord } from '@aries-framework/core'
+import type { BaseAgent, CredentialExchangeRecord } from '@credo-ts/core'
-import { CredentialRepository } from '@aries-framework/core'
+import { CredentialRepository } from '@credo-ts/core'
/**
* Migrates the {@link CredentialExchangeRecord} to 0.4 compatible format. It fetches all credential exchange records from
diff --git a/packages/anoncreds/src/updates/0.3.1-0.4/index.ts b/packages/anoncreds/src/updates/0.3.1-0.4/index.ts
index 8d79e32cd1..e7e466ef93 100644
--- a/packages/anoncreds/src/updates/0.3.1-0.4/index.ts
+++ b/packages/anoncreds/src/updates/0.3.1-0.4/index.ts
@@ -1,4 +1,4 @@
-import type { BaseAgent } from '@aries-framework/core'
+import type { BaseAgent } from '@credo-ts/core'
import { migrateAnonCredsCredentialDefinitionRecordToV0_4 } from './credentialDefinition'
import { migrateCredentialExchangeRecordToV0_4 } from './credentialExchangeRecord'
diff --git a/packages/anoncreds/src/updates/0.3.1-0.4/linkSecret.ts b/packages/anoncreds/src/updates/0.3.1-0.4/linkSecret.ts
index d665084092..59b15e712e 100644
--- a/packages/anoncreds/src/updates/0.3.1-0.4/linkSecret.ts
+++ b/packages/anoncreds/src/updates/0.3.1-0.4/linkSecret.ts
@@ -1,4 +1,4 @@
-import type { BaseAgent } from '@aries-framework/core'
+import type { BaseAgent } from '@credo-ts/core'
import { AnonCredsLinkSecretRecord, AnonCredsLinkSecretRepository } from '../../repository'
diff --git a/packages/anoncreds/src/updates/0.3.1-0.4/schema.ts b/packages/anoncreds/src/updates/0.3.1-0.4/schema.ts
index 0a71960aad..368649911d 100644
--- a/packages/anoncreds/src/updates/0.3.1-0.4/schema.ts
+++ b/packages/anoncreds/src/updates/0.3.1-0.4/schema.ts
@@ -1,5 +1,5 @@
import type { AnonCredsSchema } from '../../models'
-import type { BaseAgent } from '@aries-framework/core'
+import type { BaseAgent } from '@credo-ts/core'
import { AnonCredsSchemaRepository } from '../../repository'
diff --git a/packages/anoncreds/src/updates/__tests__/0.3.test.ts b/packages/anoncreds/src/updates/__tests__/0.3.test.ts
index 7ad829c3f9..449724e874 100644
--- a/packages/anoncreds/src/updates/__tests__/0.3.test.ts
+++ b/packages/anoncreds/src/updates/__tests__/0.3.test.ts
@@ -1,4 +1,4 @@
-import { DependencyManager, InjectionSymbols, Agent, UpdateAssistant, utils } from '@aries-framework/core'
+import { DependencyManager, InjectionSymbols, Agent, UpdateAssistant, utils } from '@credo-ts/core'
import { readFileSync } from 'fs'
import path from 'path'
diff --git a/packages/anoncreds/src/utils/__tests__/credential.test.ts b/packages/anoncreds/src/utils/__tests__/credential.test.ts
index f75598bb3c..6da7283dd3 100644
--- a/packages/anoncreds/src/utils/__tests__/credential.test.ts
+++ b/packages/anoncreds/src/utils/__tests__/credential.test.ts
@@ -1,4 +1,4 @@
-import { CredentialPreviewAttribute } from '@aries-framework/core'
+import { CredentialPreviewAttribute } from '@credo-ts/core'
import {
assertCredentialValuesMatch,
diff --git a/packages/anoncreds/src/utils/composeAutoAccept.ts b/packages/anoncreds/src/utils/composeAutoAccept.ts
index 0d874154d2..c93a2cbe49 100644
--- a/packages/anoncreds/src/utils/composeAutoAccept.ts
+++ b/packages/anoncreds/src/utils/composeAutoAccept.ts
@@ -1,4 +1,4 @@
-import { AutoAcceptCredential, AutoAcceptProof } from '@aries-framework/core'
+import { AutoAcceptCredential, AutoAcceptProof } from '@credo-ts/core'
/**
* Returns the credential auto accept config based on priority:
diff --git a/packages/anoncreds/src/utils/createRequestFromPreview.ts b/packages/anoncreds/src/utils/createRequestFromPreview.ts
index 5c08ebd83d..7144ec2150 100644
--- a/packages/anoncreds/src/utils/createRequestFromPreview.ts
+++ b/packages/anoncreds/src/utils/createRequestFromPreview.ts
@@ -4,7 +4,7 @@ import type {
} from '../formats/AnonCredsProofFormat'
import type { AnonCredsNonRevokedInterval, AnonCredsProofRequest } from '../models'
-import { utils } from '@aries-framework/core'
+import { utils } from '@credo-ts/core'
export function createRequestFromPreview({
name,
diff --git a/packages/anoncreds/src/utils/credential.ts b/packages/anoncreds/src/utils/credential.ts
index 33a7a05c41..81a0cc7757 100644
--- a/packages/anoncreds/src/utils/credential.ts
+++ b/packages/anoncreds/src/utils/credential.ts
@@ -1,7 +1,7 @@
import type { AnonCredsSchema, AnonCredsCredentialValues } from '../models'
-import type { CredentialPreviewAttributeOptions, LinkedAttachment } from '@aries-framework/core'
+import type { CredentialPreviewAttributeOptions, LinkedAttachment } from '@credo-ts/core'
-import { AriesFrameworkError, Hasher, encodeAttachment, Buffer } from '@aries-framework/core'
+import { AriesFrameworkError, Hasher, encodeAttachment, Buffer } from '@credo-ts/core'
import BigNumber from 'bn.js'
const isString = (value: unknown): value is string => typeof value === 'string'
diff --git a/packages/anoncreds/src/utils/credentialPreviewAttributes.ts b/packages/anoncreds/src/utils/credentialPreviewAttributes.ts
index 686e07ac80..99d72819d0 100644
--- a/packages/anoncreds/src/utils/credentialPreviewAttributes.ts
+++ b/packages/anoncreds/src/utils/credentialPreviewAttributes.ts
@@ -1,4 +1,4 @@
-import type { CredentialPreviewAttributeOptions } from '@aries-framework/core'
+import type { CredentialPreviewAttributeOptions } from '@credo-ts/core'
export function areCredentialPreviewAttributesEqual(
firstAttributes: CredentialPreviewAttributeOptions[],
diff --git a/packages/anoncreds/src/utils/getRevocationRegistries.ts b/packages/anoncreds/src/utils/getRevocationRegistries.ts
index 95145cca6b..c23d662ce7 100644
--- a/packages/anoncreds/src/utils/getRevocationRegistries.ts
+++ b/packages/anoncreds/src/utils/getRevocationRegistries.ts
@@ -1,8 +1,8 @@
import type { AnonCredsProof, AnonCredsProofRequest, AnonCredsSelectedCredentials } from '../models'
import type { CreateProofOptions, VerifyProofOptions } from '../services'
-import type { AgentContext } from '@aries-framework/core'
+import type { AgentContext } from '@credo-ts/core'
-import { AriesFrameworkError } from '@aries-framework/core'
+import { AriesFrameworkError } from '@credo-ts/core'
import { AnonCredsModuleConfig } from '../AnonCredsModuleConfig'
import { AnonCredsRegistryService } from '../services'
diff --git a/packages/anoncreds/src/utils/hasDuplicateGroupNames.ts b/packages/anoncreds/src/utils/hasDuplicateGroupNames.ts
index 7a16743eb9..b1ccbf980c 100644
--- a/packages/anoncreds/src/utils/hasDuplicateGroupNames.ts
+++ b/packages/anoncreds/src/utils/hasDuplicateGroupNames.ts
@@ -1,6 +1,6 @@
import type { AnonCredsProofRequest } from '../models'
-import { AriesFrameworkError } from '@aries-framework/core'
+import { AriesFrameworkError } from '@credo-ts/core'
function attributeNamesToArray(proofRequest: AnonCredsProofRequest) {
// Attributes can contain either a `name` string value or an `names` string array. We reduce it to a single array
diff --git a/packages/anoncreds/src/utils/indyIdentifiers.ts b/packages/anoncreds/src/utils/indyIdentifiers.ts
index 3cd050e7c8..81cedef911 100644
--- a/packages/anoncreds/src/utils/indyIdentifiers.ts
+++ b/packages/anoncreds/src/utils/indyIdentifiers.ts
@@ -1,4 +1,4 @@
-import { AriesFrameworkError } from '@aries-framework/core'
+import { AriesFrameworkError } from '@credo-ts/core'
const didIndyAnonCredsBase =
/(did:indy:((?:[a-z][_a-z0-9-]*)(?::[a-z][_a-z0-9-]*)?):([1-9A-HJ-NP-Za-km-z]{21,22}))\/anoncreds\/v0/
diff --git a/packages/anoncreds/src/utils/linkSecret.ts b/packages/anoncreds/src/utils/linkSecret.ts
index b301c9717d..431ebbfef0 100644
--- a/packages/anoncreds/src/utils/linkSecret.ts
+++ b/packages/anoncreds/src/utils/linkSecret.ts
@@ -1,4 +1,4 @@
-import type { AgentContext } from '@aries-framework/core'
+import type { AgentContext } from '@credo-ts/core'
import { AnonCredsLinkSecretRecord, AnonCredsLinkSecretRepository } from '../repository'
diff --git a/packages/anoncreds/src/utils/proverDid.ts b/packages/anoncreds/src/utils/proverDid.ts
index 2d12648c70..a5d852d5b1 100644
--- a/packages/anoncreds/src/utils/proverDid.ts
+++ b/packages/anoncreds/src/utils/proverDid.ts
@@ -1,4 +1,4 @@
-import { TypedArrayEncoder, utils } from '@aries-framework/core'
+import { TypedArrayEncoder, utils } from '@credo-ts/core'
/**
* generates a string that adheres to the format of a legacy indy did.
diff --git a/packages/anoncreds/src/utils/revocationInterval.ts b/packages/anoncreds/src/utils/revocationInterval.ts
index 59f490f569..c6034a3f0b 100644
--- a/packages/anoncreds/src/utils/revocationInterval.ts
+++ b/packages/anoncreds/src/utils/revocationInterval.ts
@@ -1,6 +1,6 @@
import type { AnonCredsNonRevokedInterval } from '../models'
-import { AriesFrameworkError } from '@aries-framework/core'
+import { AriesFrameworkError } from '@credo-ts/core'
// This sets the `to` value to be required. We do this check in the `assertBestPracticeRevocationInterval` method,
// and it makes it easier to work with the object in TS
diff --git a/packages/anoncreds/tests/InMemoryAnonCredsRegistry.ts b/packages/anoncreds/tests/InMemoryAnonCredsRegistry.ts
index 9c2e8bc42b..f1194047f5 100644
--- a/packages/anoncreds/tests/InMemoryAnonCredsRegistry.ts
+++ b/packages/anoncreds/tests/InMemoryAnonCredsRegistry.ts
@@ -17,9 +17,9 @@ import type {
RegisterRevocationStatusListReturn,
RegisterRevocationStatusListOptions,
} from '../src'
-import type { AgentContext } from '@aries-framework/core'
+import type { AgentContext } from '@credo-ts/core'
-import { Hasher, TypedArrayEncoder } from '@aries-framework/core'
+import { Hasher, TypedArrayEncoder } from '@credo-ts/core'
import BigNumber from 'bn.js'
import {
diff --git a/packages/anoncreds/tests/anoncreds.test.ts b/packages/anoncreds/tests/anoncreds.test.ts
index 521f38f345..56427e47fa 100644
--- a/packages/anoncreds/tests/anoncreds.test.ts
+++ b/packages/anoncreds/tests/anoncreds.test.ts
@@ -1,5 +1,5 @@
-import { Agent, KeyDerivationMethod, KeyType, TypedArrayEncoder } from '@aries-framework/core'
-import { agentDependencies } from '@aries-framework/node'
+import { Agent, KeyDerivationMethod, KeyType, TypedArrayEncoder } from '@credo-ts/core'
+import { agentDependencies } from '@credo-ts/node'
import * as indySdk from 'indy-sdk'
import { IndySdkModule } from '../../indy-sdk/src/IndySdkModule'
@@ -73,9 +73,9 @@ const existingRevocationStatusLists = {
const agent = new Agent({
config: {
- label: '@aries-framework/anoncreds',
+ label: '@credo-ts/anoncreds',
walletConfig: {
- id: '@aries-framework/anoncreds',
+ id: '@credo-ts/anoncreds',
key: 'CwNJroKHTSSj3XvE7ZAnuKiTn2C4QkFvxEqfm5rzhNrb',
keyDerivationMethod: KeyDerivationMethod.Raw,
},
diff --git a/packages/anoncreds/tests/legacyAnonCredsSetup.ts b/packages/anoncreds/tests/legacyAnonCredsSetup.ts
index baef3eac54..0d8b3f9148 100644
--- a/packages/anoncreds/tests/legacyAnonCredsSetup.ts
+++ b/packages/anoncreds/tests/legacyAnonCredsSetup.ts
@@ -8,7 +8,7 @@ import type {
RegisterCredentialDefinitionReturnStateFinished,
RegisterSchemaReturnStateFinished,
} from '../src'
-import type { AutoAcceptProof, ConnectionRecord } from '@aries-framework/core'
+import type { AutoAcceptProof, ConnectionRecord } from '@credo-ts/core'
import {
TypedArrayEncoder,
@@ -26,7 +26,7 @@ import {
V2CredentialProtocol,
V2ProofProtocol,
DidsModule,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import { randomUUID } from 'crypto'
import { AnonCredsRsModule } from '../../anoncreds-rs/src'
diff --git a/packages/askar/README.md b/packages/askar/README.md
index 5f68099a30..38130d23eb 100644
--- a/packages/askar/README.md
+++ b/packages/askar/README.md
@@ -19,10 +19,10 @@
alt="typescript"
src="https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg"
/>
-
diff --git a/packages/askar/package.json b/packages/askar/package.json
index dbce742314..1d8ffc93fc 100644
--- a/packages/askar/package.json
+++ b/packages/askar/package.json
@@ -1,5 +1,5 @@
{
- "name": "@aries-framework/askar",
+ "name": "@credo-ts/askar",
"main": "build/index",
"types": "build/index",
"version": "0.4.2",
@@ -24,7 +24,7 @@
"test": "jest"
},
"dependencies": {
- "@aries-framework/core": "0.4.2",
+ "@credo-ts/core": "0.4.2",
"bn.js": "^5.2.1",
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
diff --git a/packages/askar/src/AskarModule.ts b/packages/askar/src/AskarModule.ts
index 440676fce8..fe86f89755 100644
--- a/packages/askar/src/AskarModule.ts
+++ b/packages/askar/src/AskarModule.ts
@@ -1,7 +1,7 @@
import type { AskarModuleConfigOptions } from './AskarModuleConfig'
-import type { AgentContext, DependencyManager, Module } from '@aries-framework/core'
+import type { AgentContext, DependencyManager, Module } from '@credo-ts/core'
-import { AgentConfig, AriesFrameworkError, InjectionSymbols } from '@aries-framework/core'
+import { AgentConfig, AriesFrameworkError, InjectionSymbols } from '@credo-ts/core'
import { Store } from '@hyperledger/aries-askar-shared'
import { AskarMultiWalletDatabaseScheme, AskarModuleConfig } from './AskarModuleConfig'
@@ -21,7 +21,7 @@ export class AskarModule implements Module {
dependencyManager
.resolve(AgentConfig)
.logger.warn(
- "The '@aries-framework/askar' module is experimental and could have unexpected breaking changes. When using this module, make sure to use strict versions for all @aries-framework packages."
+ "The '@credo-ts/askar' module is experimental and could have unexpected breaking changes. When using this module, make sure to use strict versions for all @aries-framework packages."
)
dependencyManager.registerInstance(AskarModuleConfig, this.config)
diff --git a/packages/askar/src/storage/AskarStorageService.ts b/packages/askar/src/storage/AskarStorageService.ts
index 17bec8917a..b34531871e 100644
--- a/packages/askar/src/storage/AskarStorageService.ts
+++ b/packages/askar/src/storage/AskarStorageService.ts
@@ -1,12 +1,6 @@
-import type { BaseRecordConstructor, AgentContext, BaseRecord, Query, StorageService } from '@aries-framework/core'
-
-import {
- RecordDuplicateError,
- WalletError,
- RecordNotFoundError,
- injectable,
- JsonTransformer,
-} from '@aries-framework/core'
+import type { BaseRecordConstructor, AgentContext, BaseRecord, Query, StorageService } from '@credo-ts/core'
+
+import { RecordDuplicateError, WalletError, RecordNotFoundError, injectable, JsonTransformer } from '@credo-ts/core'
import { Scan } from '@hyperledger/aries-askar-shared'
import { AskarErrorCode, isAskarError } from '../utils/askarError'
diff --git a/packages/askar/src/storage/__tests__/AskarStorageService.test.ts b/packages/askar/src/storage/__tests__/AskarStorageService.test.ts
index 5025cbc470..314341dbf8 100644
--- a/packages/askar/src/storage/__tests__/AskarStorageService.test.ts
+++ b/packages/askar/src/storage/__tests__/AskarStorageService.test.ts
@@ -1,11 +1,6 @@
-import type { AgentContext, TagsBase } from '@aries-framework/core'
-
-import {
- TypedArrayEncoder,
- SigningProviderRegistry,
- RecordDuplicateError,
- RecordNotFoundError,
-} from '@aries-framework/core'
+import type { AgentContext, TagsBase } from '@credo-ts/core'
+
+import { TypedArrayEncoder, SigningProviderRegistry, RecordDuplicateError, RecordNotFoundError } from '@credo-ts/core'
import { ariesAskar } from '@hyperledger/aries-askar-nodejs'
import { TestRecord } from '../../../../core/src/storage/__tests__/TestRecord'
diff --git a/packages/askar/src/storage/utils.ts b/packages/askar/src/storage/utils.ts
index 381bd98dd7..4184a2b906 100644
--- a/packages/askar/src/storage/utils.ts
+++ b/packages/askar/src/storage/utils.ts
@@ -1,7 +1,7 @@
-import type { BaseRecord, BaseRecordConstructor, Query, TagsBase } from '@aries-framework/core'
+import type { BaseRecord, BaseRecordConstructor, Query, TagsBase } from '@credo-ts/core'
import type { EntryObject } from '@hyperledger/aries-askar-shared'
-import { JsonTransformer } from '@aries-framework/core'
+import { JsonTransformer } from '@credo-ts/core'
export function recordToInstance(record: EntryObject, recordClass: BaseRecordConstructor): T {
const instance = JsonTransformer.deserialize(record.value as string, recordClass)
diff --git a/packages/askar/src/utils/askarKeyTypes.ts b/packages/askar/src/utils/askarKeyTypes.ts
index 84ce761fd3..9731618b21 100644
--- a/packages/askar/src/utils/askarKeyTypes.ts
+++ b/packages/askar/src/utils/askarKeyTypes.ts
@@ -1,4 +1,4 @@
-import { KeyType } from '@aries-framework/core'
+import { KeyType } from '@credo-ts/core'
import { KeyAlgs } from '@hyperledger/aries-askar-shared'
const keyTypeToAskarAlg = {
diff --git a/packages/askar/src/utils/askarWalletConfig.ts b/packages/askar/src/utils/askarWalletConfig.ts
index 50424bcd84..e618f2ab65 100644
--- a/packages/askar/src/utils/askarWalletConfig.ts
+++ b/packages/askar/src/utils/askarWalletConfig.ts
@@ -1,7 +1,7 @@
import type { AskarWalletPostgresStorageConfig } from '../wallet/AskarWalletPostgresStorageConfig'
-import type { WalletConfig } from '@aries-framework/core'
+import type { WalletConfig } from '@credo-ts/core'
-import { KeyDerivationMethod, WalletError } from '@aries-framework/core'
+import { KeyDerivationMethod, WalletError } from '@credo-ts/core'
import { KdfMethod, StoreKeyMethod } from '@hyperledger/aries-askar-shared'
export const keyDerivationMethodToStoreKeyMethod = (keyDerivationMethod: KeyDerivationMethod) => {
diff --git a/packages/askar/src/utils/assertAskarWallet.ts b/packages/askar/src/utils/assertAskarWallet.ts
index 3c01f51a7e..08763ee46a 100644
--- a/packages/askar/src/utils/assertAskarWallet.ts
+++ b/packages/askar/src/utils/assertAskarWallet.ts
@@ -1,6 +1,6 @@
-import type { Wallet } from '@aries-framework/core'
+import type { Wallet } from '@credo-ts/core'
-import { AriesFrameworkError } from '@aries-framework/core'
+import { AriesFrameworkError } from '@credo-ts/core'
import { AskarWallet, AskarProfileWallet } from '../wallet'
diff --git a/packages/askar/src/wallet/AskarBaseWallet.ts b/packages/askar/src/wallet/AskarBaseWallet.ts
index 46c01a9cae..90aae49f79 100644
--- a/packages/askar/src/wallet/AskarBaseWallet.ts
+++ b/packages/askar/src/wallet/AskarBaseWallet.ts
@@ -11,7 +11,7 @@ import type {
WalletExportImportConfig,
Logger,
SigningProviderRegistry,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import type { KeyEntryObject, Session } from '@hyperledger/aries-askar-shared'
import {
@@ -26,7 +26,7 @@ import {
WalletError,
Key,
TypedArrayEncoder,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import { KeyAlgs, CryptoBox, Store, Key as AskarKey, keyAlgFromString } from '@hyperledger/aries-askar-shared'
// eslint-disable-next-line import/order
import BigNumber from 'bn.js'
diff --git a/packages/askar/src/wallet/AskarProfileWallet.ts b/packages/askar/src/wallet/AskarProfileWallet.ts
index aaeb79bda9..f5d9c4abc9 100644
--- a/packages/askar/src/wallet/AskarProfileWallet.ts
+++ b/packages/askar/src/wallet/AskarProfileWallet.ts
@@ -1,4 +1,4 @@
-import type { WalletConfig } from '@aries-framework/core'
+import type { WalletConfig } from '@credo-ts/core'
import {
WalletDuplicateError,
@@ -7,7 +7,7 @@ import {
Logger,
SigningProviderRegistry,
WalletError,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import { Store } from '@hyperledger/aries-askar-shared'
import { inject, injectable } from 'tsyringe'
diff --git a/packages/askar/src/wallet/AskarWallet.ts b/packages/askar/src/wallet/AskarWallet.ts
index d284dbaf65..8f74d91ba3 100644
--- a/packages/askar/src/wallet/AskarWallet.ts
+++ b/packages/askar/src/wallet/AskarWallet.ts
@@ -1,4 +1,4 @@
-import type { WalletConfig, WalletConfigRekey, WalletExportImportConfig } from '@aries-framework/core'
+import type { WalletConfig, WalletConfigRekey, WalletExportImportConfig } from '@credo-ts/core'
import {
WalletExportPathExistsError,
@@ -13,7 +13,7 @@ import {
WalletNotFoundError,
KeyDerivationMethod,
WalletImportPathExistsError,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
// eslint-disable-next-line import/order
import { Store } from '@hyperledger/aries-askar-shared'
diff --git a/packages/askar/src/wallet/AskarWalletPostgresStorageConfig.ts b/packages/askar/src/wallet/AskarWalletPostgresStorageConfig.ts
index 2ca48f0c56..e921792530 100644
--- a/packages/askar/src/wallet/AskarWalletPostgresStorageConfig.ts
+++ b/packages/askar/src/wallet/AskarWalletPostgresStorageConfig.ts
@@ -1,4 +1,4 @@
-import type { WalletStorageConfig } from '@aries-framework/core'
+import type { WalletStorageConfig } from '@credo-ts/core'
export interface AskarWalletPostgresConfig {
host: string
diff --git a/packages/askar/src/wallet/JweEnvelope.ts b/packages/askar/src/wallet/JweEnvelope.ts
index ac4d791f89..96561e9479 100644
--- a/packages/askar/src/wallet/JweEnvelope.ts
+++ b/packages/askar/src/wallet/JweEnvelope.ts
@@ -1,4 +1,4 @@
-import { JsonTransformer, TypedArrayEncoder } from '@aries-framework/core'
+import { JsonTransformer, TypedArrayEncoder } from '@credo-ts/core'
import { Expose, Type } from 'class-transformer'
export class JweRecipient {
diff --git a/packages/askar/src/wallet/__tests__/AskarProfileWallet.test.ts b/packages/askar/src/wallet/__tests__/AskarProfileWallet.test.ts
index c0a1bbf0c7..edac285724 100644
--- a/packages/askar/src/wallet/__tests__/AskarProfileWallet.test.ts
+++ b/packages/askar/src/wallet/__tests__/AskarProfileWallet.test.ts
@@ -1,11 +1,6 @@
-import type { WalletConfig } from '@aries-framework/core'
-
-import {
- SigningProviderRegistry,
- WalletDuplicateError,
- WalletNotFoundError,
- KeyDerivationMethod,
-} from '@aries-framework/core'
+import type { WalletConfig } from '@credo-ts/core'
+
+import { SigningProviderRegistry, WalletDuplicateError, WalletNotFoundError, KeyDerivationMethod } from '@credo-ts/core'
import { testLogger, agentDependencies } from '../../../../core/tests'
import { AskarProfileWallet } from '../AskarProfileWallet'
diff --git a/packages/askar/src/wallet/__tests__/AskarWallet.test.ts b/packages/askar/src/wallet/__tests__/AskarWallet.test.ts
index 110b9a1fa5..a07c6a1e6a 100644
--- a/packages/askar/src/wallet/__tests__/AskarWallet.test.ts
+++ b/packages/askar/src/wallet/__tests__/AskarWallet.test.ts
@@ -5,7 +5,7 @@ import type {
KeyPair,
SignOptions,
VerifyOptions,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import {
WalletKeyExistsError,
@@ -19,7 +19,7 @@ import {
TypedArrayEncoder,
KeyDerivationMethod,
Buffer,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import { Store } from '@hyperledger/aries-askar-shared'
import { encodeToBase58 } from '../../../../core/src/utils/base58'
diff --git a/packages/askar/src/wallet/__tests__/packing.test.ts b/packages/askar/src/wallet/__tests__/packing.test.ts
index 2a27e18678..c75e4d9f8c 100644
--- a/packages/askar/src/wallet/__tests__/packing.test.ts
+++ b/packages/askar/src/wallet/__tests__/packing.test.ts
@@ -1,12 +1,6 @@
-import type { WalletConfig } from '@aries-framework/core'
-
-import {
- JsonTransformer,
- BasicMessage,
- KeyType,
- SigningProviderRegistry,
- KeyDerivationMethod,
-} from '@aries-framework/core'
+import type { WalletConfig } from '@credo-ts/core'
+
+import { JsonTransformer, BasicMessage, KeyType, SigningProviderRegistry, KeyDerivationMethod } from '@credo-ts/core'
import { agentDependencies } from '../../../../core/tests/helpers'
import testLogger from '../../../../core/tests/logger'
diff --git a/packages/askar/tests/askar-inmemory.e2e.test.ts b/packages/askar/tests/askar-inmemory.e2e.test.ts
index 719997d514..e848602aab 100644
--- a/packages/askar/tests/askar-inmemory.e2e.test.ts
+++ b/packages/askar/tests/askar-inmemory.e2e.test.ts
@@ -1,7 +1,7 @@
/* eslint-disable @typescript-eslint/no-non-null-assertion */
import type { SubjectMessage } from '../../../tests/transport/SubjectInboundTransport'
-import { Agent } from '@aries-framework/core'
+import { Agent } from '@credo-ts/core'
import { Subject } from 'rxjs'
import { SubjectInboundTransport } from '../../../tests/transport/SubjectInboundTransport'
diff --git a/packages/askar/tests/askar-postgres.e2e.test.ts b/packages/askar/tests/askar-postgres.e2e.test.ts
index a88a8a8a22..f21c19ec73 100644
--- a/packages/askar/tests/askar-postgres.e2e.test.ts
+++ b/packages/askar/tests/askar-postgres.e2e.test.ts
@@ -2,7 +2,7 @@
import type { SubjectMessage } from '../../../tests/transport/SubjectInboundTransport'
import type { AskarWalletPostgresStorageConfig } from '../src/wallet'
-import { Agent } from '@aries-framework/core'
+import { Agent } from '@credo-ts/core'
import { Subject } from 'rxjs'
import { SubjectInboundTransport } from '../../../tests/transport/SubjectInboundTransport'
diff --git a/packages/askar/tests/askar-sqlite.e2e.test.ts b/packages/askar/tests/askar-sqlite.e2e.test.ts
index 67feb1ed47..3a3797ec4b 100644
--- a/packages/askar/tests/askar-sqlite.e2e.test.ts
+++ b/packages/askar/tests/askar-sqlite.e2e.test.ts
@@ -10,7 +10,7 @@ import {
WalletDuplicateError,
WalletInvalidKeyError,
WalletNotFoundError,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import { Store } from '@hyperledger/aries-askar-shared'
import { tmpdir } from 'os'
import path from 'path'
diff --git a/packages/askar/tests/helpers.ts b/packages/askar/tests/helpers.ts
index e02e5cd542..0300735c1c 100644
--- a/packages/askar/tests/helpers.ts
+++ b/packages/askar/tests/helpers.ts
@@ -1,7 +1,7 @@
import type { AskarWalletPostgresStorageConfig } from '../src/wallet'
-import type { Agent, InitConfig } from '@aries-framework/core'
+import type { Agent, InitConfig } from '@credo-ts/core'
-import { ConnectionsModule, HandshakeProtocol, LogLevel, utils } from '@aries-framework/core'
+import { ConnectionsModule, HandshakeProtocol, LogLevel, utils } from '@credo-ts/core'
import { ariesAskar } from '@hyperledger/aries-askar-nodejs'
import { registerAriesAskar } from '@hyperledger/aries-askar-shared'
import path from 'path'
diff --git a/packages/bbs-signatures/CHANGELOG.md b/packages/bbs-signatures/CHANGELOG.md
index bf7bdabc78..8d78ee6208 100644
--- a/packages/bbs-signatures/CHANGELOG.md
+++ b/packages/bbs-signatures/CHANGELOG.md
@@ -5,11 +5,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
## [0.4.2](https://github.com/hyperledger/aries-framework-javascript/compare/v0.4.1...v0.4.2) (2023-10-05)
-**Note:** Version bump only for package @aries-framework/bbs-signatures
+**Note:** Version bump only for package @credo-ts/bbs-signatures
## [0.4.1](https://github.com/hyperledger/aries-framework-javascript/compare/v0.4.0...v0.4.1) (2023-08-28)
-**Note:** Version bump only for package @aries-framework/bbs-signatures
+**Note:** Version bump only for package @credo-ts/bbs-signatures
# [0.4.0](https://github.com/hyperledger/aries-framework-javascript/compare/v0.3.3...v0.4.0) (2023-06-03)
diff --git a/packages/bbs-signatures/README.md b/packages/bbs-signatures/README.md
index 2da1dfe930..2d177388ed 100644
--- a/packages/bbs-signatures/README.md
+++ b/packages/bbs-signatures/README.md
@@ -19,10 +19,10 @@
alt="typescript"
src="https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg"
/>
-
@@ -33,7 +33,7 @@ Aries Framework JavaScript BBS Module provides an optional addon to Aries Framew
## Installation
```sh
-yarn add @aries-framework/bbs-signatures
+yarn add @credo-ts/bbs-signatures
```
### React Native
@@ -72,4 +72,4 @@ The added dependency is required for autolinking and should be the same as the o
### Issue with `node-bbs-signatures`
-Right now some platforms will see an "error" when installing the `@aries-framework/bbs-signatures` package. This is because the BBS signatures library that we use under the hood is built for Linux x86 and MacOS x86 (and not Windows and MacOS arm). This means that it will show that it could not download the binary. This is not an error for developers, the library that fails is `node-bbs-signatures` and is an optional dependency for performance improvements. It will fallback to a (slower) wasm build.
+Right now some platforms will see an "error" when installing the `@credo-ts/bbs-signatures` package. This is because the BBS signatures library that we use under the hood is built for Linux x86 and MacOS x86 (and not Windows and MacOS arm). This means that it will show that it could not download the binary. This is not an error for developers, the library that fails is `node-bbs-signatures` and is an optional dependency for performance improvements. It will fallback to a (slower) wasm build.
diff --git a/packages/bbs-signatures/package.json b/packages/bbs-signatures/package.json
index ed01ad35fd..3f1b3ddb6a 100644
--- a/packages/bbs-signatures/package.json
+++ b/packages/bbs-signatures/package.json
@@ -1,5 +1,5 @@
{
- "name": "@aries-framework/bbs-signatures",
+ "name": "@credo-ts/bbs-signatures",
"main": "build/index",
"types": "build/index",
"version": "0.4.2",
@@ -24,7 +24,7 @@
"test": "jest"
},
"dependencies": {
- "@aries-framework/core": "0.4.2",
+ "@credo-ts/core": "0.4.2",
"@mattrglobal/bbs-signatures": "^1.0.0",
"@mattrglobal/bls12381-key-pair": "^1.0.0",
"@stablelib/random": "^1.0.2"
@@ -33,7 +33,7 @@
"@animo-id/react-native-bbs-signatures": "^0.1.0"
},
"devDependencies": {
- "@aries-framework/node": "0.4.2",
+ "@credo-ts/node": "0.4.2",
"reflect-metadata": "^0.1.13",
"rimraf": "^4.4.0",
"typescript": "~4.9.5"
diff --git a/packages/bbs-signatures/src/BbsModule.ts b/packages/bbs-signatures/src/BbsModule.ts
index 53f7a1d910..152e92b9ff 100644
--- a/packages/bbs-signatures/src/BbsModule.ts
+++ b/packages/bbs-signatures/src/BbsModule.ts
@@ -1,4 +1,4 @@
-import type { DependencyManager, Module } from '@aries-framework/core'
+import type { DependencyManager, Module } from '@credo-ts/core'
import {
AgentConfig,
@@ -6,7 +6,7 @@ import {
SigningProviderToken,
VERIFICATION_METHOD_TYPE_BLS12381G2_KEY_2020,
SignatureSuiteToken,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import { Bls12381g2SigningProvider } from './Bls12381g2SigningProvider'
import { BbsBlsSignature2020, BbsBlsSignatureProof2020 } from './signature-suites'
@@ -20,7 +20,7 @@ export class BbsModule implements Module {
dependencyManager
.resolve(AgentConfig)
.logger.warn(
- "The '@aries-framework/bbs-signatures' module is experimental and could have unexpected breaking changes. When using this module, make sure to use strict versions for all @aries-framework packages."
+ "The '@credo-ts/bbs-signatures' module is experimental and could have unexpected breaking changes. When using this module, make sure to use strict versions for all @aries-framework packages."
)
// Signing providers.
diff --git a/packages/bbs-signatures/src/Bls12381g2SigningProvider.ts b/packages/bbs-signatures/src/Bls12381g2SigningProvider.ts
index b74730af47..2739546155 100644
--- a/packages/bbs-signatures/src/Bls12381g2SigningProvider.ts
+++ b/packages/bbs-signatures/src/Bls12381g2SigningProvider.ts
@@ -1,6 +1,6 @@
-import type { SigningProvider, CreateKeyPairOptions, KeyPair, SignOptions, VerifyOptions } from '@aries-framework/core'
+import type { SigningProvider, CreateKeyPairOptions, KeyPair, SignOptions, VerifyOptions } from '@credo-ts/core'
-import { KeyType, injectable, TypedArrayEncoder, SigningProviderError, Buffer } from '@aries-framework/core'
+import { KeyType, injectable, TypedArrayEncoder, SigningProviderError, Buffer } from '@credo-ts/core'
import { bls12381toBbs, verify, sign, generateBls12381G2KeyPair } from '@mattrglobal/bbs-signatures'
/**
diff --git a/packages/bbs-signatures/src/__tests__/BbsModule.test.ts b/packages/bbs-signatures/src/__tests__/BbsModule.test.ts
index 6ce5f00672..ca92c1bb9e 100644
--- a/packages/bbs-signatures/src/__tests__/BbsModule.test.ts
+++ b/packages/bbs-signatures/src/__tests__/BbsModule.test.ts
@@ -1,11 +1,11 @@
-import type { DependencyManager } from '@aries-framework/core'
+import type { DependencyManager } from '@credo-ts/core'
import {
KeyType,
SigningProviderToken,
VERIFICATION_METHOD_TYPE_BLS12381G2_KEY_2020,
SignatureSuiteToken,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import { BbsModule } from '../BbsModule'
import { Bls12381g2SigningProvider } from '../Bls12381g2SigningProvider'
diff --git a/packages/bbs-signatures/src/signature-suites/BbsBlsSignature2020.ts b/packages/bbs-signatures/src/signature-suites/BbsBlsSignature2020.ts
index 5b517a1a8e..51d0c201e5 100644
--- a/packages/bbs-signatures/src/signature-suites/BbsBlsSignature2020.ts
+++ b/packages/bbs-signatures/src/signature-suites/BbsBlsSignature2020.ts
@@ -20,7 +20,7 @@ import type {
SuiteSignOptions,
VerifySignatureOptions,
} from '../types'
-import type { VerificationMethod, JsonObject, DocumentLoader, Proof } from '@aries-framework/core'
+import type { VerificationMethod, JsonObject, DocumentLoader, Proof } from '@credo-ts/core'
import {
AriesFrameworkError,
@@ -29,7 +29,7 @@ import {
SECURITY_CONTEXT_URL,
w3cDate,
vcLibraries,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
const { jsonld, jsonldSignatures } = vcLibraries
const LinkedDataProof = jsonldSignatures.suites.LinkedDataProof
diff --git a/packages/bbs-signatures/src/signature-suites/BbsBlsSignatureProof2020.ts b/packages/bbs-signatures/src/signature-suites/BbsBlsSignatureProof2020.ts
index 2d902c8591..6874bc1bfb 100644
--- a/packages/bbs-signatures/src/signature-suites/BbsBlsSignatureProof2020.ts
+++ b/packages/bbs-signatures/src/signature-suites/BbsBlsSignatureProof2020.ts
@@ -13,9 +13,9 @@
import type { DeriveProofOptions, VerifyProofOptions, CreateVerifyDataOptions, CanonizeOptions } from '../types'
import type { VerifyProofResult } from '../types/VerifyProofResult'
-import type { JsonObject, DocumentLoader, Proof } from '@aries-framework/core'
+import type { JsonObject, DocumentLoader, Proof } from '@credo-ts/core'
-import { AriesFrameworkError, TypedArrayEncoder, SECURITY_CONTEXT_URL, vcLibraries } from '@aries-framework/core'
+import { AriesFrameworkError, TypedArrayEncoder, SECURITY_CONTEXT_URL, vcLibraries } from '@credo-ts/core'
import { blsCreateProof, blsVerifyProof } from '@mattrglobal/bbs-signatures'
import { Bls12381G2KeyPair } from '@mattrglobal/bls12381-key-pair'
import { randomBytes } from '@stablelib/random'
diff --git a/packages/bbs-signatures/src/types/CanonizeOptions.ts b/packages/bbs-signatures/src/types/CanonizeOptions.ts
index 73a4217e8c..f03a2a9a20 100644
--- a/packages/bbs-signatures/src/types/CanonizeOptions.ts
+++ b/packages/bbs-signatures/src/types/CanonizeOptions.ts
@@ -11,7 +11,7 @@
* limitations under the License.
*/
-import type { DocumentLoader } from '@aries-framework/core'
+import type { DocumentLoader } from '@credo-ts/core'
/**
* Options for canonizing a document
diff --git a/packages/bbs-signatures/src/types/CreateProofOptions.ts b/packages/bbs-signatures/src/types/CreateProofOptions.ts
index e413649ced..3f61766a6d 100644
--- a/packages/bbs-signatures/src/types/CreateProofOptions.ts
+++ b/packages/bbs-signatures/src/types/CreateProofOptions.ts
@@ -11,7 +11,7 @@
* limitations under the License.
*/
-import type { DocumentLoader, ProofPurpose, JsonObject } from '@aries-framework/core'
+import type { DocumentLoader, ProofPurpose, JsonObject } from '@credo-ts/core'
/**
* Options for creating a proof
diff --git a/packages/bbs-signatures/src/types/CreateVerifyDataOptions.ts b/packages/bbs-signatures/src/types/CreateVerifyDataOptions.ts
index 7aff485105..8e8545da61 100644
--- a/packages/bbs-signatures/src/types/CreateVerifyDataOptions.ts
+++ b/packages/bbs-signatures/src/types/CreateVerifyDataOptions.ts
@@ -11,7 +11,7 @@
* limitations under the License.
*/
-import type { JsonObject, DocumentLoader } from '@aries-framework/core'
+import type { JsonObject, DocumentLoader } from '@credo-ts/core'
/**
* Options for creating a proof
diff --git a/packages/bbs-signatures/src/types/DeriveProofOptions.ts b/packages/bbs-signatures/src/types/DeriveProofOptions.ts
index db62925292..487495c327 100644
--- a/packages/bbs-signatures/src/types/DeriveProofOptions.ts
+++ b/packages/bbs-signatures/src/types/DeriveProofOptions.ts
@@ -11,7 +11,7 @@
* limitations under the License.
*/
-import type { JsonObject, DocumentLoader, Proof } from '@aries-framework/core'
+import type { JsonObject, DocumentLoader, Proof } from '@credo-ts/core'
/**
* Options for creating a proof
diff --git a/packages/bbs-signatures/src/types/SignatureSuiteOptions.ts b/packages/bbs-signatures/src/types/SignatureSuiteOptions.ts
index 55218e5b11..a667d1a8cb 100644
--- a/packages/bbs-signatures/src/types/SignatureSuiteOptions.ts
+++ b/packages/bbs-signatures/src/types/SignatureSuiteOptions.ts
@@ -12,7 +12,7 @@
*/
import type { KeyPairSigner } from './KeyPairSigner'
-import type { JsonArray, LdKeyPair } from '@aries-framework/core'
+import type { JsonArray, LdKeyPair } from '@credo-ts/core'
import type { Bls12381G2KeyPair } from '@mattrglobal/bls12381-key-pair'
/**
diff --git a/packages/bbs-signatures/src/types/SuiteSignOptions.ts b/packages/bbs-signatures/src/types/SuiteSignOptions.ts
index 44420e7221..51e9de6402 100644
--- a/packages/bbs-signatures/src/types/SuiteSignOptions.ts
+++ b/packages/bbs-signatures/src/types/SuiteSignOptions.ts
@@ -11,7 +11,7 @@
* limitations under the License.
*/
-import type { JsonObject, DocumentLoader } from '@aries-framework/core'
+import type { JsonObject, DocumentLoader } from '@credo-ts/core'
/**
* Options for signing using a signature suite
diff --git a/packages/bbs-signatures/src/types/VerifyProofOptions.ts b/packages/bbs-signatures/src/types/VerifyProofOptions.ts
index decfc7a47a..1f48ffe859 100644
--- a/packages/bbs-signatures/src/types/VerifyProofOptions.ts
+++ b/packages/bbs-signatures/src/types/VerifyProofOptions.ts
@@ -11,7 +11,7 @@
* limitations under the License.
*/
-import type { Proof, JsonObject, ProofPurpose, DocumentLoader } from '@aries-framework/core'
+import type { Proof, JsonObject, ProofPurpose, DocumentLoader } from '@credo-ts/core'
/**
* Options for verifying a proof
diff --git a/packages/bbs-signatures/src/types/VerifySignatureOptions.ts b/packages/bbs-signatures/src/types/VerifySignatureOptions.ts
index 03a0ddfb80..a283c805a2 100644
--- a/packages/bbs-signatures/src/types/VerifySignatureOptions.ts
+++ b/packages/bbs-signatures/src/types/VerifySignatureOptions.ts
@@ -11,7 +11,7 @@
* limitations under the License.
*/
-import type { VerificationMethod, JsonObject, Proof, DocumentLoader } from '@aries-framework/core'
+import type { VerificationMethod, JsonObject, Proof, DocumentLoader } from '@credo-ts/core'
/**
* Options for verifying a signature
diff --git a/packages/bbs-signatures/tests/bbs-signatures.e2e.test.ts b/packages/bbs-signatures/tests/bbs-signatures.e2e.test.ts
index c5c20bf90c..fcdc8d49b9 100644
--- a/packages/bbs-signatures/tests/bbs-signatures.e2e.test.ts
+++ b/packages/bbs-signatures/tests/bbs-signatures.e2e.test.ts
@@ -1,5 +1,5 @@
import type { W3cCredentialRepository } from '../../core/src/modules/vc/repository/W3cCredentialRepository'
-import type { AgentContext, W3cJwtCredentialService, Wallet } from '@aries-framework/core'
+import type { AgentContext, W3cJwtCredentialService, Wallet } from '@credo-ts/core'
import {
ClaimFormat,
@@ -18,7 +18,7 @@ import {
Ed25519Signature2018,
TypedArrayEncoder,
W3cJsonLdVerifiableCredential,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import { W3cCredentialsModuleConfig } from '../../core/src/modules/vc/W3cCredentialsModuleConfig'
import { SignatureSuiteRegistry } from '../../core/src/modules/vc/data-integrity/SignatureSuiteRegistry'
diff --git a/packages/bbs-signatures/tests/bbs-signing-provider.e2e.test.ts b/packages/bbs-signatures/tests/bbs-signing-provider.e2e.test.ts
index a9b48d6352..6c1ab056a6 100644
--- a/packages/bbs-signatures/tests/bbs-signing-provider.e2e.test.ts
+++ b/packages/bbs-signatures/tests/bbs-signing-provider.e2e.test.ts
@@ -1,12 +1,6 @@
-import type { Wallet, WalletConfig } from '@aries-framework/core'
+import type { Wallet, WalletConfig } from '@credo-ts/core'
-import {
- KeyDerivationMethod,
- KeyType,
- WalletError,
- TypedArrayEncoder,
- SigningProviderRegistry,
-} from '@aries-framework/core'
+import { KeyDerivationMethod, KeyType, WalletError, TypedArrayEncoder, SigningProviderRegistry } from '@credo-ts/core'
import { BBS_SIGNATURE_LENGTH } from '@mattrglobal/bbs-signatures'
import testLogger from '../../core/tests/logger'
diff --git a/packages/bbs-signatures/tests/fixtures.ts b/packages/bbs-signatures/tests/fixtures.ts
index d8946c97c6..18430eb592 100644
--- a/packages/bbs-signatures/tests/fixtures.ts
+++ b/packages/bbs-signatures/tests/fixtures.ts
@@ -1,4 +1,4 @@
-import { CREDENTIALS_CONTEXT_V1_URL, SECURITY_CONTEXT_BBS_URL } from '@aries-framework/core'
+import { CREDENTIALS_CONTEXT_V1_URL, SECURITY_CONTEXT_BBS_URL } from '@credo-ts/core'
export const BbsBlsSignature2020Fixtures = {
TEST_LD_DOCUMENT: {
diff --git a/packages/cheqd/README.md b/packages/cheqd/README.md
index 732f6e3fdd..891765875f 100644
--- a/packages/cheqd/README.md
+++ b/packages/cheqd/README.md
@@ -19,10 +19,10 @@
alt="typescript"
src="https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg"
/>
-
diff --git a/packages/cheqd/package.json b/packages/cheqd/package.json
index bb396fe211..d072015686 100644
--- a/packages/cheqd/package.json
+++ b/packages/cheqd/package.json
@@ -1,5 +1,5 @@
{
- "name": "@aries-framework/cheqd",
+ "name": "@credo-ts/cheqd",
"main": "build/index",
"types": "build/index",
"version": "0.4.2",
@@ -24,8 +24,8 @@
"test": "jest"
},
"dependencies": {
- "@aries-framework/anoncreds": "0.4.2",
- "@aries-framework/core": "0.4.2",
+ "@credo-ts/anoncreds": "0.4.2",
+ "@credo-ts/core": "0.4.2",
"@cheqd/sdk": "cjs",
"@cheqd/ts-proto": "cjs",
"@cosmjs/crypto": "^0.29.5",
@@ -37,7 +37,7 @@
"tsyringe": "^4.8.0"
},
"devDependencies": {
- "@aries-framework/indy-sdk": "0.4.2",
+ "@credo-ts/indy-sdk": "0.4.2",
"@types/indy-sdk": "*",
"rimraf": "^4.0.7",
"typescript": "~4.9.4"
diff --git a/packages/cheqd/src/CheqdModule.ts b/packages/cheqd/src/CheqdModule.ts
index 7ec15ed2ad..5cb1736d0f 100644
--- a/packages/cheqd/src/CheqdModule.ts
+++ b/packages/cheqd/src/CheqdModule.ts
@@ -1,7 +1,7 @@
import type { CheqdModuleConfigOptions } from './CheqdModuleConfig'
-import type { AgentContext, DependencyManager, Module } from '@aries-framework/core'
+import type { AgentContext, DependencyManager, Module } from '@credo-ts/core'
-import { AgentConfig, Buffer } from '@aries-framework/core'
+import { AgentConfig, Buffer } from '@credo-ts/core'
import { CheqdModuleConfig } from './CheqdModuleConfig'
import { CheqdLedgerService } from './ledger'
@@ -18,7 +18,7 @@ export class CheqdModule implements Module {
dependencyManager
.resolve(AgentConfig)
.logger.warn(
- "The '@aries-framework/cheqd' module is experimental and could have unexpected breaking changes. When using this module, make sure to use strict versions for all @aries-framework packages."
+ "The '@credo-ts/cheqd' module is experimental and could have unexpected breaking changes. When using this module, make sure to use strict versions for all @aries-framework packages."
)
// Register config
diff --git a/packages/cheqd/src/anoncreds/services/CheqdAnonCredsRegistry.ts b/packages/cheqd/src/anoncreds/services/CheqdAnonCredsRegistry.ts
index 391ce13d92..a54f735ea9 100644
--- a/packages/cheqd/src/anoncreds/services/CheqdAnonCredsRegistry.ts
+++ b/packages/cheqd/src/anoncreds/services/CheqdAnonCredsRegistry.ts
@@ -11,10 +11,10 @@ import type {
RegisterSchemaOptions,
RegisterRevocationRegistryDefinitionReturn,
RegisterRevocationStatusListReturn,
-} from '@aries-framework/anoncreds'
-import type { AgentContext } from '@aries-framework/core'
+} from '@credo-ts/anoncreds'
+import type { AgentContext } from '@credo-ts/core'
-import { AriesFrameworkError, Buffer, Hasher, JsonTransformer, TypedArrayEncoder, utils } from '@aries-framework/core'
+import { AriesFrameworkError, Buffer, Hasher, JsonTransformer, TypedArrayEncoder, utils } from '@credo-ts/core'
import { CheqdDidResolver, CheqdDidRegistrar } from '../../dids'
import { cheqdSdkAnonCredsRegistryIdentifierRegex, parseCheqdDid } from '../utils/identifiers'
diff --git a/packages/cheqd/src/anoncreds/utils/identifiers.ts b/packages/cheqd/src/anoncreds/utils/identifiers.ts
index ff21b32065..f0c2ccc49a 100644
--- a/packages/cheqd/src/anoncreds/utils/identifiers.ts
+++ b/packages/cheqd/src/anoncreds/utils/identifiers.ts
@@ -1,6 +1,6 @@
-import type { ParsedDid } from '@aries-framework/core'
+import type { ParsedDid } from '@credo-ts/core'
-import { TypedArrayEncoder, utils } from '@aries-framework/core'
+import { TypedArrayEncoder, utils } from '@credo-ts/core'
import { isBase58 } from 'class-validator'
const ID_CHAR = '([a-z,A-Z,0-9,-])'
diff --git a/packages/cheqd/src/anoncreds/utils/transform.ts b/packages/cheqd/src/anoncreds/utils/transform.ts
index 47c7b076a7..5309223b9c 100644
--- a/packages/cheqd/src/anoncreds/utils/transform.ts
+++ b/packages/cheqd/src/anoncreds/utils/transform.ts
@@ -6,7 +6,7 @@ import type {
AnonCredsRevocationRegistryDefinition,
AnonCredsRevocationStatusList,
AnonCredsSchema,
-} from '@aries-framework/anoncreds'
+} from '@credo-ts/anoncreds'
import { Type } from 'class-transformer'
import {
diff --git a/packages/cheqd/src/dids/CheqdDidRegistrar.ts b/packages/cheqd/src/dids/CheqdDidRegistrar.ts
index 0f4c243098..ec1bec7fe3 100644
--- a/packages/cheqd/src/dids/CheqdDidRegistrar.ts
+++ b/packages/cheqd/src/dids/CheqdDidRegistrar.ts
@@ -1,3 +1,5 @@
+import type { CheqdNetwork, DIDDocument, DidStdFee, TVerificationKey, VerificationMethods } from '@cheqd/sdk'
+import type { SignInfo } from '@cheqd/ts-proto/cheqd/did/v2'
import type {
AgentContext,
DidRegistrar,
@@ -5,10 +7,10 @@ import type {
DidCreateResult,
DidDeactivateResult,
DidUpdateResult,
-} from '@aries-framework/core'
-import type { CheqdNetwork, DIDDocument, DidStdFee, TVerificationKey, VerificationMethods } from '@cheqd/sdk'
-import type { SignInfo } from '@cheqd/ts-proto/cheqd/did/v2'
+} from '@credo-ts/core'
+import { MethodSpecificIdAlgo, createDidVerificationMethod } from '@cheqd/sdk'
+import { MsgCreateResourcePayload } from '@cheqd/ts-proto/cheqd/resource/v2'
import {
DidDocument,
DidDocumentRole,
@@ -22,9 +24,7 @@ import {
getKeyFromVerificationMethod,
JsonTransformer,
VerificationMethod,
-} from '@aries-framework/core'
-import { MethodSpecificIdAlgo, createDidVerificationMethod } from '@cheqd/sdk'
-import { MsgCreateResourcePayload } from '@cheqd/ts-proto/cheqd/resource/v2'
+} from '@credo-ts/core'
import { CheqdLedgerService } from '../ledger'
diff --git a/packages/cheqd/src/dids/CheqdDidResolver.ts b/packages/cheqd/src/dids/CheqdDidResolver.ts
index 0b87fe9061..c943319daa 100644
--- a/packages/cheqd/src/dids/CheqdDidResolver.ts
+++ b/packages/cheqd/src/dids/CheqdDidResolver.ts
@@ -1,8 +1,8 @@
import type { ParsedCheqdDid } from '../anoncreds/utils/identifiers'
-import type { AgentContext, DidResolutionResult, DidResolver, ParsedDid } from '@aries-framework/core'
import type { Metadata } from '@cheqd/ts-proto/cheqd/resource/v2'
+import type { AgentContext, DidResolutionResult, DidResolver, ParsedDid } from '@credo-ts/core'
-import { DidDocument, AriesFrameworkError, utils, JsonTransformer } from '@aries-framework/core'
+import { DidDocument, AriesFrameworkError, utils, JsonTransformer } from '@credo-ts/core'
import {
cheqdDidMetadataRegex,
diff --git a/packages/cheqd/src/dids/didCheqdUtil.ts b/packages/cheqd/src/dids/didCheqdUtil.ts
index 97c193292e..4dba81ba60 100644
--- a/packages/cheqd/src/dids/didCheqdUtil.ts
+++ b/packages/cheqd/src/dids/didCheqdUtil.ts
@@ -1,13 +1,6 @@
import type { CheqdNetwork, DIDDocument, MethodSpecificIdAlgo, TVerificationKey } from '@cheqd/sdk'
import type { Metadata } from '@cheqd/ts-proto/cheqd/resource/v2'
-import {
- DidDocument,
- AriesFrameworkError,
- JsonEncoder,
- TypedArrayEncoder,
- JsonTransformer,
-} from '@aries-framework/core'
import {
createDidPayload,
createDidVerificationMethod,
@@ -18,6 +11,7 @@ import {
import { MsgCreateDidDocPayload, MsgDeactivateDidDocPayload } from '@cheqd/ts-proto/cheqd/did/v2'
import { EnglishMnemonic as _ } from '@cosmjs/crypto'
import { DirectSecp256k1HdWallet, DirectSecp256k1Wallet } from '@cosmjs/proto-signing'
+import { DidDocument, AriesFrameworkError, JsonEncoder, TypedArrayEncoder, JsonTransformer } from '@credo-ts/core'
export function validateSpecCompliantPayload(didDocument: DidDocument): SpecValidationResult {
// id is required, validated on both compile and runtime
diff --git a/packages/cheqd/src/ledger/CheqdLedgerService.ts b/packages/cheqd/src/ledger/CheqdLedgerService.ts
index cc460b2e60..2f56cdfcd6 100644
--- a/packages/cheqd/src/ledger/CheqdLedgerService.ts
+++ b/packages/cheqd/src/ledger/CheqdLedgerService.ts
@@ -3,8 +3,8 @@ import type { SignInfo } from '@cheqd/ts-proto/cheqd/did/v2'
import type { MsgCreateResourcePayload } from '@cheqd/ts-proto/cheqd/resource/v2'
import type { DirectSecp256k1HdWallet, DirectSecp256k1Wallet } from '@cosmjs/proto-signing'
-import { AriesFrameworkError, injectable } from '@aries-framework/core'
import { createCheqdSDK, DIDModule, ResourceModule, CheqdNetwork } from '@cheqd/sdk'
+import { AriesFrameworkError, injectable } from '@credo-ts/core'
import { CheqdModuleConfig } from '../CheqdModuleConfig'
import { parseCheqdDid } from '../anoncreds/utils/identifiers'
diff --git a/packages/cheqd/tests/cheqd-did-registrar.e2e.test.ts b/packages/cheqd/tests/cheqd-did-registrar.e2e.test.ts
index d47463ba7e..69f0f524c2 100644
--- a/packages/cheqd/tests/cheqd-did-registrar.e2e.test.ts
+++ b/packages/cheqd/tests/cheqd-did-registrar.e2e.test.ts
@@ -1,7 +1,7 @@
import type { CheqdDidCreateOptions } from '../src'
-import type { DidDocument } from '@aries-framework/core'
+import type { DidDocument } from '@credo-ts/core'
-import { Agent, TypedArrayEncoder } from '@aries-framework/core'
+import { Agent, TypedArrayEncoder } from '@credo-ts/core'
import { generateKeyPairFromSeed } from '@stablelib/ed25519'
import { getAgentOptions } from '../../core/tests/helpers'
diff --git a/packages/cheqd/tests/cheqd-did-resolver.e2e.test.ts b/packages/cheqd/tests/cheqd-did-resolver.e2e.test.ts
index 4dd7302da0..4a11e53ed5 100644
--- a/packages/cheqd/tests/cheqd-did-resolver.e2e.test.ts
+++ b/packages/cheqd/tests/cheqd-did-resolver.e2e.test.ts
@@ -1,4 +1,4 @@
-import { Agent, JsonTransformer } from '@aries-framework/core'
+import { Agent, JsonTransformer } from '@credo-ts/core'
import { getAgentOptions } from '../../core/tests/helpers'
import { getClosestResourceVersion } from '../src/dids/didCheqdUtil'
diff --git a/packages/cheqd/tests/cheqd-did-utils.e2e.test.ts b/packages/cheqd/tests/cheqd-did-utils.e2e.test.ts
index cec86ac799..0045879648 100644
--- a/packages/cheqd/tests/cheqd-did-utils.e2e.test.ts
+++ b/packages/cheqd/tests/cheqd-did-utils.e2e.test.ts
@@ -1,6 +1,6 @@
import type { DIDDocument } from '@cheqd/sdk'
-import { DidDocument } from '@aries-framework/core'
+import { DidDocument } from '@credo-ts/core'
import {
createMsgCreateDidDocPayloadToSign,
diff --git a/packages/cheqd/tests/cheqd-sdk-anoncreds-registry.e2e.test.ts b/packages/cheqd/tests/cheqd-sdk-anoncreds-registry.e2e.test.ts
index 32d99d9918..77c6caaf6c 100644
--- a/packages/cheqd/tests/cheqd-sdk-anoncreds-registry.e2e.test.ts
+++ b/packages/cheqd/tests/cheqd-sdk-anoncreds-registry.e2e.test.ts
@@ -1,6 +1,6 @@
import type { CheqdDidCreateOptions } from '../src'
-import { Agent, JsonTransformer, TypedArrayEncoder } from '@aries-framework/core'
+import { Agent, JsonTransformer, TypedArrayEncoder } from '@credo-ts/core'
import { agentDependencies, getAgentConfig } from '../../core/tests/helpers'
import { CheqdAnonCredsRegistry } from '../src/anoncreds'
diff --git a/packages/cheqd/tests/setup.ts b/packages/cheqd/tests/setup.ts
index 9af7086f02..6521088639 100644
--- a/packages/cheqd/tests/setup.ts
+++ b/packages/cheqd/tests/setup.ts
@@ -1,6 +1,6 @@
jest.setTimeout(60000)
-import { DidDocument, DidDocumentService, VerificationMethod } from '@aries-framework/core'
+import { DidDocument, DidDocumentService, VerificationMethod } from '@credo-ts/core'
export const validDid = 'did:cheqd:testnet:SiVQgrFZ7jFZFrTGstT4ZD'
diff --git a/packages/cheqd/tests/setupCheqdModule.ts b/packages/cheqd/tests/setupCheqdModule.ts
index 8dc516fe1c..885f7a2e5d 100644
--- a/packages/cheqd/tests/setupCheqdModule.ts
+++ b/packages/cheqd/tests/setupCheqdModule.ts
@@ -1,7 +1,7 @@
import type { CheqdModuleConfigOptions } from '../src'
-import { DidsModule } from '@aries-framework/core'
-import { IndySdkModule, IndySdkModuleConfig } from '@aries-framework/indy-sdk'
+import { DidsModule } from '@credo-ts/core'
+import { IndySdkModule, IndySdkModuleConfig } from '@credo-ts/indy-sdk'
import indySdk from 'indy-sdk'
import { CheqdModule, CheqdDidRegistrar, CheqdDidResolver } from '../src'
diff --git a/packages/core/README.md b/packages/core/README.md
index 69301788ec..b8a1bae91a 100644
--- a/packages/core/README.md
+++ b/packages/core/README.md
@@ -19,10 +19,10 @@
alt="typescript"
src="https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg"
/>
-
diff --git a/packages/core/package.json b/packages/core/package.json
index 02c30fec80..0157e83a01 100644
--- a/packages/core/package.json
+++ b/packages/core/package.json
@@ -1,5 +1,5 @@
{
- "name": "@aries-framework/core",
+ "name": "@credo-ts/core",
"main": "build/index",
"types": "build/index",
"version": "0.4.2",
diff --git a/packages/core/src/crypto/__tests__/JwsService.test.ts b/packages/core/src/crypto/__tests__/JwsService.test.ts
index e228bff032..f43de829a1 100644
--- a/packages/core/src/crypto/__tests__/JwsService.test.ts
+++ b/packages/core/src/crypto/__tests__/JwsService.test.ts
@@ -1,5 +1,5 @@
import type { AgentContext } from '../../agent'
-import type { Key, Wallet } from '@aries-framework/core'
+import type { Key, Wallet } from '@credo-ts/core'
import { RegisteredAskarTestWallet } from '../../../../askar/tests/helpers'
import { agentDependencies, getAgentConfig, getAgentContext } from '../../../tests/helpers'
diff --git a/packages/core/src/modules/dids/__tests__/DidsApi.test.ts b/packages/core/src/modules/dids/__tests__/DidsApi.test.ts
index 8485899723..7760694d8d 100644
--- a/packages/core/src/modules/dids/__tests__/DidsApi.test.ts
+++ b/packages/core/src/modules/dids/__tests__/DidsApi.test.ts
@@ -11,7 +11,7 @@ import {
PeerDidNumAlgo,
TypedArrayEncoder,
createPeerDidDocumentFromServices,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
const agentOptions = getAgentOptions(
'DidsApi',
diff --git a/packages/core/src/modules/dids/__tests__/dids-registrar.e2e.test.ts b/packages/core/src/modules/dids/__tests__/dids-registrar.e2e.test.ts
index 590933f882..1f6478d73e 100644
--- a/packages/core/src/modules/dids/__tests__/dids-registrar.e2e.test.ts
+++ b/packages/core/src/modules/dids/__tests__/dids-registrar.e2e.test.ts
@@ -8,7 +8,7 @@ import { Agent } from '../../../agent/Agent'
import { KeyType } from '../../../crypto'
import { PeerDidNumAlgo } from '../methods/peer/didPeer'
-import { JsonTransformer, TypedArrayEncoder } from '@aries-framework/core'
+import { JsonTransformer, TypedArrayEncoder } from '@credo-ts/core'
const agentOptions = getAgentOptions(
'Faber Dids Registrar',
diff --git a/packages/core/src/modules/oob/__tests__/connect-to-self.e2e.test.ts b/packages/core/src/modules/oob/__tests__/connect-to-self.e2e.test.ts
index 59ea798c98..9fca79dff8 100644
--- a/packages/core/src/modules/oob/__tests__/connect-to-self.e2e.test.ts
+++ b/packages/core/src/modules/oob/__tests__/connect-to-self.e2e.test.ts
@@ -10,7 +10,7 @@ import { getAgentOptions } from '../../../../tests/helpers'
import { HandshakeProtocol, DidExchangeState } from '../../connections'
import { OutOfBandState } from '../domain/OutOfBandState'
-import { Agent } from '@aries-framework/core'
+import { Agent } from '@credo-ts/core'
const faberAgentOptions = getAgentOptions(
'Faber Agent OOB Connect to Self',
diff --git a/packages/core/src/modules/oob/__tests__/implicit.e2e.test.ts b/packages/core/src/modules/oob/__tests__/implicit.e2e.test.ts
index 2453b55e6c..388622da0d 100644
--- a/packages/core/src/modules/oob/__tests__/implicit.e2e.test.ts
+++ b/packages/core/src/modules/oob/__tests__/implicit.e2e.test.ts
@@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/no-non-null-assertion */
-import type { IndySdkIndyDidCreateOptions } from '@aries-framework/indy-sdk'
+import type { IndySdkIndyDidCreateOptions } from '@credo-ts/indy-sdk'
import { getLegacyAnonCredsModules } from '../../../../../anoncreds/tests/legacyAnonCredsSetup'
import { setupSubjectTransports } from '../../../../tests'
diff --git a/packages/core/tests/oob.test.ts b/packages/core/tests/oob.test.ts
index fddbb253ba..15b784e033 100644
--- a/packages/core/tests/oob.test.ts
+++ b/packages/core/tests/oob.test.ts
@@ -2,7 +2,7 @@
import type { SubjectMessage } from '../../../tests/transport/SubjectInboundTransport'
import type { V1CredentialProtocol } from '../../anoncreds/src'
import type { CreateCredentialOfferOptions } from '../src/modules/credentials'
-import type { AgentMessage, AgentMessageReceivedEvent } from '@aries-framework/core'
+import type { AgentMessage, AgentMessageReceivedEvent } from '@credo-ts/core'
import { Subject } from 'rxjs'
@@ -22,7 +22,7 @@ import { JsonEncoder, JsonTransformer } from '../src/utils'
import { TestMessage } from './TestMessage'
import { getAgentOptions, waitForCredentialRecord } from './helpers'
-import { AgentEventTypes, AriesFrameworkError, AutoAcceptCredential, CredentialState } from '@aries-framework/core'
+import { AgentEventTypes, AriesFrameworkError, AutoAcceptCredential, CredentialState } from '@credo-ts/core'
const faberAgentOptions = getAgentOptions(
'Faber Agent OOB',
diff --git a/packages/indy-sdk-to-askar-migration/CHANGELOG.md b/packages/indy-sdk-to-askar-migration/CHANGELOG.md
index 4a589f8d98..82497880c6 100644
--- a/packages/indy-sdk-to-askar-migration/CHANGELOG.md
+++ b/packages/indy-sdk-to-askar-migration/CHANGELOG.md
@@ -5,11 +5,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
## [0.4.2](https://github.com/hyperledger/aries-framework-javascript/compare/v0.4.1...v0.4.2) (2023-10-05)
-**Note:** Version bump only for package @aries-framework/indy-sdk-to-askar-migration
+**Note:** Version bump only for package @credo-ts/indy-sdk-to-askar-migration
## [0.4.1](https://github.com/hyperledger/aries-framework-javascript/compare/v0.4.0...v0.4.1) (2023-08-28)
-**Note:** Version bump only for package @aries-framework/indy-sdk-to-askar-migration
+**Note:** Version bump only for package @credo-ts/indy-sdk-to-askar-migration
# [0.4.0](https://github.com/hyperledger/aries-framework-javascript/compare/v0.3.3...v0.4.0) (2023-06-03)
diff --git a/packages/indy-sdk-to-askar-migration/README.md b/packages/indy-sdk-to-askar-migration/README.md
index 866e4180b0..3fc1eb0394 100644
--- a/packages/indy-sdk-to-askar-migration/README.md
+++ b/packages/indy-sdk-to-askar-migration/README.md
@@ -19,10 +19,10 @@
alt="typescript"
src="https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg"
/>
-
diff --git a/packages/indy-sdk-to-askar-migration/package.json b/packages/indy-sdk-to-askar-migration/package.json
index 1f8cf4d3f9..6c9f2c5ab0 100644
--- a/packages/indy-sdk-to-askar-migration/package.json
+++ b/packages/indy-sdk-to-askar-migration/package.json
@@ -1,5 +1,5 @@
{
- "name": "@aries-framework/indy-sdk-to-askar-migration",
+ "name": "@credo-ts/indy-sdk-to-askar-migration",
"main": "build/index",
"types": "build/index",
"version": "0.4.2",
@@ -24,13 +24,13 @@
"test": "jest"
},
"dependencies": {
- "@aries-framework/anoncreds": "0.4.2",
- "@aries-framework/askar": "0.4.2",
- "@aries-framework/core": "0.4.2",
- "@aries-framework/node": "0.4.2"
+ "@credo-ts/anoncreds": "0.4.2",
+ "@credo-ts/askar": "0.4.2",
+ "@credo-ts/core": "0.4.2",
+ "@credo-ts/node": "0.4.2"
},
"devDependencies": {
- "@aries-framework/indy-sdk": "0.4.2",
+ "@credo-ts/indy-sdk": "0.4.2",
"@hyperledger/aries-askar-nodejs": "^0.2.0-dev.5",
"@hyperledger/aries-askar-shared": "^0.2.0-dev.5",
"indy-sdk": "^1.16.0-dev-1655",
diff --git a/packages/indy-sdk-to-askar-migration/src/IndySdkToAskarMigrationUpdater.ts b/packages/indy-sdk-to-askar-migration/src/IndySdkToAskarMigrationUpdater.ts
index 0af8f27508..a920b80412 100644
--- a/packages/indy-sdk-to-askar-migration/src/IndySdkToAskarMigrationUpdater.ts
+++ b/packages/indy-sdk-to-askar-migration/src/IndySdkToAskarMigrationUpdater.ts
@@ -1,10 +1,10 @@
-import type { AnonCredsCredentialValue } from '@aries-framework/anoncreds'
-import type { Agent, FileSystem, WalletConfig } from '@aries-framework/core'
+import type { AnonCredsCredentialValue } from '@credo-ts/anoncreds'
+import type { Agent, FileSystem, WalletConfig } from '@credo-ts/core'
import type { EntryObject } from '@hyperledger/aries-askar-shared'
-import { AnonCredsCredentialRecord, AnonCredsLinkSecretRecord } from '@aries-framework/anoncreds'
-import { AskarWallet } from '@aries-framework/askar'
-import { InjectionSymbols, KeyDerivationMethod, JsonTransformer, TypedArrayEncoder } from '@aries-framework/core'
+import { AnonCredsCredentialRecord, AnonCredsLinkSecretRecord } from '@credo-ts/anoncreds'
+import { AskarWallet } from '@credo-ts/askar'
+import { InjectionSymbols, KeyDerivationMethod, JsonTransformer, TypedArrayEncoder } from '@credo-ts/core'
import { Migration, Key, KeyAlgs, Store } from '@hyperledger/aries-askar-shared'
import { IndySdkToAskarMigrationError } from './errors/IndySdkToAskarMigrationError'
diff --git a/packages/indy-sdk-to-askar-migration/src/errors/IndySdkToAskarMigrationError.ts b/packages/indy-sdk-to-askar-migration/src/errors/IndySdkToAskarMigrationError.ts
index 4621d3969c..e91f8f6f7f 100644
--- a/packages/indy-sdk-to-askar-migration/src/errors/IndySdkToAskarMigrationError.ts
+++ b/packages/indy-sdk-to-askar-migration/src/errors/IndySdkToAskarMigrationError.ts
@@ -1,4 +1,4 @@
-import { AriesFrameworkError } from '@aries-framework/core'
+import { AriesFrameworkError } from '@credo-ts/core'
/**
* @internal
diff --git a/packages/indy-sdk-to-askar-migration/src/utils.ts b/packages/indy-sdk-to-askar-migration/src/utils.ts
index 86998ecb4a..b1dff7343d 100644
--- a/packages/indy-sdk-to-askar-migration/src/utils.ts
+++ b/packages/indy-sdk-to-askar-migration/src/utils.ts
@@ -1,6 +1,6 @@
-import type { TagsBase } from '@aries-framework/core'
+import type { TagsBase } from '@credo-ts/core'
-import { KeyDerivationMethod } from '@aries-framework/core'
+import { KeyDerivationMethod } from '@credo-ts/core'
import { KdfMethod, StoreKeyMethod } from '@hyperledger/aries-askar-shared'
/**
diff --git a/packages/indy-sdk-to-askar-migration/tests/migrate.test.ts b/packages/indy-sdk-to-askar-migration/tests/migrate.test.ts
index d4a73bd169..b63f2178a0 100644
--- a/packages/indy-sdk-to-askar-migration/tests/migrate.test.ts
+++ b/packages/indy-sdk-to-askar-migration/tests/migrate.test.ts
@@ -1,9 +1,9 @@
-import type { InitConfig } from '@aries-framework/core'
+import type { InitConfig } from '@credo-ts/core'
-import { AskarModule } from '@aries-framework/askar'
-import { utils, KeyDerivationMethod, Agent } from '@aries-framework/core'
-import { IndySdkModule } from '@aries-framework/indy-sdk'
-import { agentDependencies } from '@aries-framework/node'
+import { AskarModule } from '@credo-ts/askar'
+import { utils, KeyDerivationMethod, Agent } from '@credo-ts/core'
+import { IndySdkModule } from '@credo-ts/indy-sdk'
+import { agentDependencies } from '@credo-ts/node'
import { ariesAskar } from '@hyperledger/aries-askar-nodejs'
import { registerAriesAskar } from '@hyperledger/aries-askar-shared'
import indy from 'indy-sdk'
diff --git a/packages/indy-sdk/README.md b/packages/indy-sdk/README.md
index 368d25db71..48a95b3ac2 100644
--- a/packages/indy-sdk/README.md
+++ b/packages/indy-sdk/README.md
@@ -19,10 +19,10 @@
alt="typescript"
src="https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg"
/>
-
diff --git a/packages/indy-sdk/package.json b/packages/indy-sdk/package.json
index 2192662ac8..cd11072836 100644
--- a/packages/indy-sdk/package.json
+++ b/packages/indy-sdk/package.json
@@ -1,5 +1,5 @@
{
- "name": "@aries-framework/indy-sdk",
+ "name": "@credo-ts/indy-sdk",
"main": "build/index",
"types": "build/index",
"version": "0.4.2",
@@ -24,8 +24,8 @@
"test": "jest"
},
"dependencies": {
- "@aries-framework/anoncreds": "0.4.2",
- "@aries-framework/core": "0.4.2",
+ "@credo-ts/anoncreds": "0.4.2",
+ "@credo-ts/core": "0.4.2",
"@stablelib/ed25519": "^1.0.3",
"@types/indy-sdk": "1.16.27",
"class-transformer": "0.5.1",
diff --git a/packages/indy-sdk/src/IndySdkModule.ts b/packages/indy-sdk/src/IndySdkModule.ts
index d099591543..d501ece519 100644
--- a/packages/indy-sdk/src/IndySdkModule.ts
+++ b/packages/indy-sdk/src/IndySdkModule.ts
@@ -1,12 +1,12 @@
import type { IndySdkModuleConfigOptions } from './IndySdkModuleConfig'
-import type { AgentContext, DependencyManager, Module } from '@aries-framework/core'
+import type { AgentContext, DependencyManager, Module } from '@credo-ts/core'
import {
AnonCredsHolderServiceSymbol,
AnonCredsIssuerServiceSymbol,
AnonCredsVerifierServiceSymbol,
-} from '@aries-framework/anoncreds'
-import { AriesFrameworkError, InjectionSymbols } from '@aries-framework/core'
+} from '@credo-ts/anoncreds'
+import { AriesFrameworkError, InjectionSymbols } from '@credo-ts/core'
import { IndySdkModuleConfig } from './IndySdkModuleConfig'
import { IndySdkHolderService, IndySdkIssuerService, IndySdkVerifierService } from './anoncreds'
diff --git a/packages/indy-sdk/src/anoncreds/services/IndySdkAnonCredsRegistry.ts b/packages/indy-sdk/src/anoncreds/services/IndySdkAnonCredsRegistry.ts
index 0b9fdb0718..96b398d567 100644
--- a/packages/indy-sdk/src/anoncreds/services/IndySdkAnonCredsRegistry.ts
+++ b/packages/indy-sdk/src/anoncreds/services/IndySdkAnonCredsRegistry.ts
@@ -12,8 +12,8 @@ import type {
RegisterSchemaReturn,
RegisterRevocationRegistryDefinitionReturn,
RegisterRevocationStatusListReturn,
-} from '@aries-framework/anoncreds'
-import type { AgentContext } from '@aries-framework/core'
+} from '@credo-ts/anoncreds'
+import type { AgentContext } from '@credo-ts/core'
import type { Schema as IndySdkSchema } from 'indy-sdk'
import {
@@ -24,8 +24,8 @@ import {
parseIndyDid,
parseIndyRevocationRegistryId,
parseIndySchemaId,
-} from '@aries-framework/anoncreds'
-import { AriesFrameworkError } from '@aries-framework/core'
+} from '@credo-ts/anoncreds'
+import { AriesFrameworkError } from '@credo-ts/core'
import { verificationKeyForIndyDid } from '../../dids/didIndyUtil'
import { IndySdkError, isIndyError } from '../../error'
diff --git a/packages/indy-sdk/src/anoncreds/services/IndySdkHolderService.ts b/packages/indy-sdk/src/anoncreds/services/IndySdkHolderService.ts
index 0557305ea7..c4daf4266b 100644
--- a/packages/indy-sdk/src/anoncreds/services/IndySdkHolderService.ts
+++ b/packages/indy-sdk/src/anoncreds/services/IndySdkHolderService.ts
@@ -13,8 +13,8 @@ import type {
CreateLinkSecretOptions,
CreateLinkSecretReturn,
GetCredentialsOptions,
-} from '@aries-framework/anoncreds'
-import type { AgentContext } from '@aries-framework/core'
+} from '@credo-ts/anoncreds'
+import type { AgentContext } from '@credo-ts/core'
import type {
CredentialDefs,
IndyRequestedCredentials,
@@ -29,8 +29,8 @@ import {
AnonCredsLinkSecretRepository,
generateLegacyProverDidLikeString,
storeLinkSecret,
-} from '@aries-framework/anoncreds'
-import { AriesFrameworkError, injectable, inject, utils } from '@aries-framework/core'
+} from '@credo-ts/anoncreds'
+import { AriesFrameworkError, injectable, inject, utils } from '@credo-ts/core'
import { IndySdkModuleConfig } from '../../IndySdkModuleConfig'
import { IndySdkError, isIndyError } from '../../error'
diff --git a/packages/indy-sdk/src/anoncreds/services/IndySdkIssuerService.ts b/packages/indy-sdk/src/anoncreds/services/IndySdkIssuerService.ts
index b303bed598..075f89598a 100644
--- a/packages/indy-sdk/src/anoncreds/services/IndySdkIssuerService.ts
+++ b/packages/indy-sdk/src/anoncreds/services/IndySdkIssuerService.ts
@@ -11,11 +11,11 @@ import type {
CreateCredentialDefinitionReturn,
CreateRevocationRegistryDefinitionReturn,
AnonCredsRevocationStatusList,
-} from '@aries-framework/anoncreds'
-import type { AgentContext } from '@aries-framework/core'
+} from '@credo-ts/anoncreds'
+import type { AgentContext } from '@credo-ts/core'
-import { parseIndyDid, getUnqualifiedSchemaId, generateLegacyProverDidLikeString } from '@aries-framework/anoncreds'
-import { injectable, AriesFrameworkError, inject } from '@aries-framework/core'
+import { parseIndyDid, getUnqualifiedSchemaId, generateLegacyProverDidLikeString } from '@credo-ts/anoncreds'
+import { injectable, AriesFrameworkError, inject } from '@credo-ts/core'
import { IndySdkError, isIndyError } from '../../error'
import { IndySdk, IndySdkSymbol } from '../../types'
diff --git a/packages/indy-sdk/src/anoncreds/services/IndySdkRevocationService.ts b/packages/indy-sdk/src/anoncreds/services/IndySdkRevocationService.ts
index 6690fb6ab3..78c851d41f 100644
--- a/packages/indy-sdk/src/anoncreds/services/IndySdkRevocationService.ts
+++ b/packages/indy-sdk/src/anoncreds/services/IndySdkRevocationService.ts
@@ -5,12 +5,12 @@ import type {
AnonCredsSelectedCredentials,
AnonCredsCredentialInfo,
AnonCredsNonRevokedInterval,
-} from '@aries-framework/anoncreds'
-import type { AgentContext } from '@aries-framework/core'
+} from '@credo-ts/anoncreds'
+import type { AgentContext } from '@credo-ts/core'
import type { RevStates } from 'indy-sdk'
-import { assertBestPracticeRevocationInterval } from '@aries-framework/anoncreds'
-import { AriesFrameworkError, inject, injectable } from '@aries-framework/core'
+import { assertBestPracticeRevocationInterval } from '@credo-ts/anoncreds'
+import { AriesFrameworkError, inject, injectable } from '@credo-ts/core'
import { IndySdkError, isIndyError } from '../../error'
import { IndySdk, IndySdkSymbol } from '../../types'
diff --git a/packages/indy-sdk/src/anoncreds/services/IndySdkVerifierService.ts b/packages/indy-sdk/src/anoncreds/services/IndySdkVerifierService.ts
index 80aee7be6f..d30fab4393 100644
--- a/packages/indy-sdk/src/anoncreds/services/IndySdkVerifierService.ts
+++ b/packages/indy-sdk/src/anoncreds/services/IndySdkVerifierService.ts
@@ -1,9 +1,9 @@
-import type { AnonCredsProof, AnonCredsVerifierService, VerifyProofOptions } from '@aries-framework/anoncreds'
-import type { AgentContext } from '@aries-framework/core'
+import type { AnonCredsProof, AnonCredsVerifierService, VerifyProofOptions } from '@credo-ts/anoncreds'
+import type { AgentContext } from '@credo-ts/core'
import type { CredentialDefs, Schemas, RevocRegDefs, RevRegs, IndyProofRequest, IndyProof } from 'indy-sdk'
-import { parseIndyCredentialDefinitionId } from '@aries-framework/anoncreds'
-import { inject, injectable } from '@aries-framework/core'
+import { parseIndyCredentialDefinitionId } from '@credo-ts/anoncreds'
+import { inject, injectable } from '@credo-ts/core'
import { IndySdkError, isIndyError } from '../../error'
import { IndySdk, IndySdkSymbol } from '../../types'
diff --git a/packages/indy-sdk/src/anoncreds/utils/__tests__/assertUnqualified.test.ts b/packages/indy-sdk/src/anoncreds/utils/__tests__/assertUnqualified.test.ts
index 3475cc48bc..ba15e97c24 100644
--- a/packages/indy-sdk/src/anoncreds/utils/__tests__/assertUnqualified.test.ts
+++ b/packages/indy-sdk/src/anoncreds/utils/__tests__/assertUnqualified.test.ts
@@ -1,4 +1,4 @@
-import type { AnonCredsCredentialOffer, AnonCredsCredentialRequest } from '@aries-framework/anoncreds'
+import type { AnonCredsCredentialOffer, AnonCredsCredentialRequest } from '@credo-ts/anoncreds'
import {
assertUnqualifiedCredentialDefinitionId,
diff --git a/packages/indy-sdk/src/anoncreds/utils/assertUnqualified.ts b/packages/indy-sdk/src/anoncreds/utils/assertUnqualified.ts
index 320fadcb6e..42463ca455 100644
--- a/packages/indy-sdk/src/anoncreds/utils/assertUnqualified.ts
+++ b/packages/indy-sdk/src/anoncreds/utils/assertUnqualified.ts
@@ -1,16 +1,12 @@
-import type {
- AnonCredsCredentialOffer,
- AnonCredsCredentialRequest,
- AnonCredsProofRequest,
-} from '@aries-framework/anoncreds'
+import type { AnonCredsCredentialOffer, AnonCredsCredentialRequest, AnonCredsProofRequest } from '@credo-ts/anoncreds'
import {
unqualifiedRevocationRegistryIdRegex,
unqualifiedCredentialDefinitionIdRegex,
unqualifiedIndyDidRegex,
unqualifiedSchemaIdRegex,
-} from '@aries-framework/anoncreds'
-import { AriesFrameworkError } from '@aries-framework/core'
+} from '@credo-ts/anoncreds'
+import { AriesFrameworkError } from '@credo-ts/core'
/**
* Assert that a credential definition id is unqualified.
diff --git a/packages/indy-sdk/src/anoncreds/utils/identifiers.ts b/packages/indy-sdk/src/anoncreds/utils/identifiers.ts
index ccc7433e34..0946ac67f0 100644
--- a/packages/indy-sdk/src/anoncreds/utils/identifiers.ts
+++ b/packages/indy-sdk/src/anoncreds/utils/identifiers.ts
@@ -11,7 +11,7 @@ import {
didIndyRevocationRegistryIdRegex,
didIndySchemaIdRegex,
didIndyRegex,
-} from '@aries-framework/anoncreds'
+} from '@credo-ts/anoncreds'
// combines both legacy and did:indy anoncreds identifiers and also the issuer id
const indySdkAnonCredsRegexes = [
diff --git a/packages/indy-sdk/src/anoncreds/utils/tails.ts b/packages/indy-sdk/src/anoncreds/utils/tails.ts
index 787d757322..db1e4f8505 100644
--- a/packages/indy-sdk/src/anoncreds/utils/tails.ts
+++ b/packages/indy-sdk/src/anoncreds/utils/tails.ts
@@ -1,7 +1,7 @@
import type { IndySdk } from '../../types'
-import type { AgentContext, FileSystem } from '@aries-framework/core'
+import type { AgentContext, FileSystem } from '@credo-ts/core'
-import { AriesFrameworkError, getDirFromFilePath, InjectionSymbols } from '@aries-framework/core'
+import { AriesFrameworkError, getDirFromFilePath, InjectionSymbols } from '@credo-ts/core'
import { IndySdkError, isIndyError } from '../../error'
import { IndySdkSymbol } from '../../types'
diff --git a/packages/indy-sdk/src/anoncreds/utils/transform.ts b/packages/indy-sdk/src/anoncreds/utils/transform.ts
index 73b5441c93..531730d14f 100644
--- a/packages/indy-sdk/src/anoncreds/utils/transform.ts
+++ b/packages/indy-sdk/src/anoncreds/utils/transform.ts
@@ -5,10 +5,10 @@ import type {
AnonCredsSchema,
AnonCredsCredentialRequestMetadata,
AnonCredsLinkSecretBlindingData,
-} from '@aries-framework/anoncreds'
+} from '@credo-ts/anoncreds'
import type { CredDef, CredReqMetadata, RevocReg, RevocRegDef, RevocRegDelta, Schema } from 'indy-sdk'
-import { parseIndyCredentialDefinitionId, parseIndySchemaId } from '@aries-framework/anoncreds'
+import { parseIndyCredentialDefinitionId, parseIndySchemaId } from '@credo-ts/anoncreds'
export function anonCredsSchemaFromIndySdk(schema: Schema): AnonCredsSchema {
const { did } = parseIndySchemaId(schema.id)
diff --git a/packages/indy-sdk/src/dids/IndySdkIndyDidRegistrar.ts b/packages/indy-sdk/src/dids/IndySdkIndyDidRegistrar.ts
index 2a3c6c3097..dc4d66552a 100644
--- a/packages/indy-sdk/src/dids/IndySdkIndyDidRegistrar.ts
+++ b/packages/indy-sdk/src/dids/IndySdkIndyDidRegistrar.ts
@@ -9,11 +9,11 @@ import type {
DidDeactivateResult,
DidRegistrar,
DidUpdateResult,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import type { NymRole } from 'indy-sdk'
-import { parseIndyDid } from '@aries-framework/anoncreds'
-import { DidDocumentRole, DidRecord, DidRepository, KeyType, Key } from '@aries-framework/core'
+import { parseIndyDid } from '@credo-ts/anoncreds'
+import { DidDocumentRole, DidRecord, DidRepository, KeyType, Key } from '@credo-ts/core'
import { IndySdkError } from '../error'
import { isIndyError } from '../error/indyError'
diff --git a/packages/indy-sdk/src/dids/IndySdkIndyDidResolver.ts b/packages/indy-sdk/src/dids/IndySdkIndyDidResolver.ts
index c84999a8c1..540ba3e0fb 100644
--- a/packages/indy-sdk/src/dids/IndySdkIndyDidResolver.ts
+++ b/packages/indy-sdk/src/dids/IndySdkIndyDidResolver.ts
@@ -1,9 +1,9 @@
import type { IndyEndpointAttrib } from './didSovUtil'
import type { IndySdkPool } from '../ledger'
import type { IndySdk } from '../types'
-import type { DidResolutionResult, DidResolver, AgentContext } from '@aries-framework/core'
+import type { DidResolutionResult, DidResolver, AgentContext } from '@credo-ts/core'
-import { parseIndyDid } from '@aries-framework/anoncreds'
+import { parseIndyDid } from '@credo-ts/anoncreds'
import { isIndyError, IndySdkError } from '../error'
import { IndySdkPoolService } from '../ledger/IndySdkPoolService'
diff --git a/packages/indy-sdk/src/dids/IndySdkSovDidResolver.ts b/packages/indy-sdk/src/dids/IndySdkSovDidResolver.ts
index 3a881db50e..46c7454ad3 100644
--- a/packages/indy-sdk/src/dids/IndySdkSovDidResolver.ts
+++ b/packages/indy-sdk/src/dids/IndySdkSovDidResolver.ts
@@ -1,7 +1,7 @@
import type { IndyEndpointAttrib } from './didSovUtil'
import type { IndySdkPool } from '../ledger'
import type { IndySdk } from '../types'
-import type { DidResolutionResult, ParsedDid, DidResolver, AgentContext } from '@aries-framework/core'
+import type { DidResolutionResult, ParsedDid, DidResolver, AgentContext } from '@credo-ts/core'
import { isIndyError, IndySdkError } from '../error'
import { IndySdkPoolService } from '../ledger/IndySdkPoolService'
diff --git a/packages/indy-sdk/src/dids/__tests__/IndySdkIndyDidRegistrar.test.ts b/packages/indy-sdk/src/dids/__tests__/IndySdkIndyDidRegistrar.test.ts
index f475158263..3852629be4 100644
--- a/packages/indy-sdk/src/dids/__tests__/IndySdkIndyDidRegistrar.test.ts
+++ b/packages/indy-sdk/src/dids/__tests__/IndySdkIndyDidRegistrar.test.ts
@@ -1,6 +1,6 @@
/* eslint-disable @typescript-eslint/ban-ts-comment */
import type { IndySdkPool } from '../../ledger/IndySdkPool'
-import type { DidRecord, RecordSavedEvent } from '@aries-framework/core'
+import type { DidRecord, RecordSavedEvent } from '@credo-ts/core'
import {
SigningProviderRegistry,
@@ -15,7 +15,7 @@ import {
DidDocumentRole,
EventEmitter,
RepositoryEventTypes,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import { Subject } from 'rxjs'
import { InMemoryStorageService } from '../../../../../tests/InMemoryStorageService'
diff --git a/packages/indy-sdk/src/dids/__tests__/IndySdkIndyDidResolver.test.ts b/packages/indy-sdk/src/dids/__tests__/IndySdkIndyDidResolver.test.ts
index 7c4f294286..3b431bc964 100644
--- a/packages/indy-sdk/src/dids/__tests__/IndySdkIndyDidResolver.test.ts
+++ b/packages/indy-sdk/src/dids/__tests__/IndySdkIndyDidResolver.test.ts
@@ -2,7 +2,7 @@ import type { IndySdkPool } from '../../ledger'
import type { IndyEndpointAttrib } from '../didSovUtil'
import type { GetNymResponse } from 'indy-sdk'
-import { SigningProviderRegistry, JsonTransformer } from '@aries-framework/core'
+import { SigningProviderRegistry, JsonTransformer } from '@credo-ts/core'
import indySdk from 'indy-sdk'
import { mockFunction, getAgentConfig, getAgentContext } from '../../../../core/tests/helpers'
diff --git a/packages/indy-sdk/src/dids/__tests__/IndySdkSovDidResolver.test.ts b/packages/indy-sdk/src/dids/__tests__/IndySdkSovDidResolver.test.ts
index 6f4eabab97..b79ca7c507 100644
--- a/packages/indy-sdk/src/dids/__tests__/IndySdkSovDidResolver.test.ts
+++ b/packages/indy-sdk/src/dids/__tests__/IndySdkSovDidResolver.test.ts
@@ -2,7 +2,7 @@ import type { IndySdkPool } from '../../ledger'
import type { IndyEndpointAttrib } from '../didSovUtil'
import type { GetNymResponse } from 'indy-sdk'
-import { SigningProviderRegistry, JsonTransformer } from '@aries-framework/core'
+import { SigningProviderRegistry, JsonTransformer } from '@credo-ts/core'
import indySdk from 'indy-sdk'
import { parseDid } from '../../../../core/src/modules/dids/domain/parse'
diff --git a/packages/indy-sdk/src/dids/didIndyUtil.ts b/packages/indy-sdk/src/dids/didIndyUtil.ts
index 7da10664b2..6131be042d 100644
--- a/packages/indy-sdk/src/dids/didIndyUtil.ts
+++ b/packages/indy-sdk/src/dids/didIndyUtil.ts
@@ -1,4 +1,4 @@
-import type { AgentContext } from '@aries-framework/core'
+import type { AgentContext } from '@credo-ts/core'
import {
getKeyFromVerificationMethod,
@@ -7,7 +7,7 @@ import {
DidDocumentBuilder,
DidsApi,
TypedArrayEncoder,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
// Create a base DIDDoc template according to https://hyperledger.github.io/indy-did-method/#base-diddoc-template
export function indyDidDocumentFromDid(did: string, publicKeyBase58: string) {
diff --git a/packages/indy-sdk/src/dids/didSovUtil.ts b/packages/indy-sdk/src/dids/didSovUtil.ts
index 989e09f432..e98e02a3f6 100644
--- a/packages/indy-sdk/src/dids/didSovUtil.ts
+++ b/packages/indy-sdk/src/dids/didSovUtil.ts
@@ -5,7 +5,7 @@ import {
DidCommV1Service,
DidCommV2Service,
convertPublicKeyToX25519,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import { getFullVerkey } from '../utils/did'
diff --git a/packages/indy-sdk/src/error/IndySdkError.ts b/packages/indy-sdk/src/error/IndySdkError.ts
index 4b67802a9a..9720b5347a 100644
--- a/packages/indy-sdk/src/error/IndySdkError.ts
+++ b/packages/indy-sdk/src/error/IndySdkError.ts
@@ -1,6 +1,6 @@
import type { IndyError } from './indyError'
-import { AriesFrameworkError } from '@aries-framework/core'
+import { AriesFrameworkError } from '@credo-ts/core'
export class IndySdkError extends AriesFrameworkError {
public constructor(indyError: IndyError, message?: string) {
diff --git a/packages/indy-sdk/src/error/indyError.ts b/packages/indy-sdk/src/error/indyError.ts
index c5d23f6093..c1ec73ec37 100644
--- a/packages/indy-sdk/src/error/indyError.ts
+++ b/packages/indy-sdk/src/error/indyError.ts
@@ -1,4 +1,4 @@
-import { AriesFrameworkError } from '@aries-framework/core'
+import { AriesFrameworkError } from '@credo-ts/core'
export const indyErrors = {
100: 'CommonInvalidParam1',
diff --git a/packages/indy-sdk/src/ledger/IndySdkPool.ts b/packages/indy-sdk/src/ledger/IndySdkPool.ts
index b784600416..abd8a138aa 100644
--- a/packages/indy-sdk/src/ledger/IndySdkPool.ts
+++ b/packages/indy-sdk/src/ledger/IndySdkPool.ts
@@ -1,9 +1,9 @@
import type { IndySdk } from '../types'
-import type { FileSystem, Logger } from '@aries-framework/core'
+import type { FileSystem, Logger } from '@credo-ts/core'
import type { LedgerReadReplyResponse, LedgerRequest, LedgerWriteReplyResponse } from 'indy-sdk'
import type { Subject } from 'rxjs'
-import { AriesFrameworkError } from '@aries-framework/core'
+import { AriesFrameworkError } from '@credo-ts/core'
import { isIndyError, IndySdkError } from '../error'
diff --git a/packages/indy-sdk/src/ledger/IndySdkPoolService.ts b/packages/indy-sdk/src/ledger/IndySdkPoolService.ts
index bf632152bb..dc2ee2b292 100644
--- a/packages/indy-sdk/src/ledger/IndySdkPoolService.ts
+++ b/packages/indy-sdk/src/ledger/IndySdkPoolService.ts
@@ -1,9 +1,9 @@
import type { AcceptanceMechanisms, AuthorAgreement } from './IndySdkPool'
import type { IndySdk } from '../types'
-import type { AgentContext, Key } from '@aries-framework/core'
+import type { AgentContext, Key } from '@credo-ts/core'
import type { GetNymResponse, LedgerReadReplyResponse, LedgerRequest, LedgerWriteReplyResponse } from 'indy-sdk'
-import { didIndyRegex } from '@aries-framework/anoncreds'
+import { didIndyRegex } from '@credo-ts/anoncreds'
import {
TypedArrayEncoder,
CacheModuleConfig,
@@ -12,7 +12,7 @@ import {
injectable,
inject,
FileSystem,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import { Subject } from 'rxjs'
import { IndySdkModuleConfig } from '../IndySdkModuleConfig'
diff --git a/packages/indy-sdk/src/ledger/__tests__/IndySdkPoolService.test.ts b/packages/indy-sdk/src/ledger/__tests__/IndySdkPoolService.test.ts
index 20d79e0564..f7b489c21d 100644
--- a/packages/indy-sdk/src/ledger/__tests__/IndySdkPoolService.test.ts
+++ b/packages/indy-sdk/src/ledger/__tests__/IndySdkPoolService.test.ts
@@ -8,7 +8,7 @@ import {
AriesFrameworkError,
Key,
KeyType,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import indySdk from 'indy-sdk'
import { Subject } from 'rxjs'
diff --git a/packages/indy-sdk/src/ledger/error/IndySdkPoolError.ts b/packages/indy-sdk/src/ledger/error/IndySdkPoolError.ts
index fa6679d789..dd124d0e65 100644
--- a/packages/indy-sdk/src/ledger/error/IndySdkPoolError.ts
+++ b/packages/indy-sdk/src/ledger/error/IndySdkPoolError.ts
@@ -1,4 +1,4 @@
-import { AriesFrameworkError } from '@aries-framework/core'
+import { AriesFrameworkError } from '@credo-ts/core'
export class IndySdkPoolError extends AriesFrameworkError {
public constructor(message: string, { cause }: { cause?: Error } = {}) {
diff --git a/packages/indy-sdk/src/ledger/serializeRequestForSignature.ts b/packages/indy-sdk/src/ledger/serializeRequestForSignature.ts
index 630dcbab2b..7dc8192e2a 100644
--- a/packages/indy-sdk/src/ledger/serializeRequestForSignature.ts
+++ b/packages/indy-sdk/src/ledger/serializeRequestForSignature.ts
@@ -1,4 +1,4 @@
-import { Hasher, TypedArrayEncoder } from '@aries-framework/core'
+import { Hasher, TypedArrayEncoder } from '@credo-ts/core'
const ATTRIB_TYPE = '100'
const GET_ATTR_TYPE = '104'
diff --git a/packages/indy-sdk/src/storage/IndySdkStorageService.ts b/packages/indy-sdk/src/storage/IndySdkStorageService.ts
index bfcb740d79..65a98d2335 100644
--- a/packages/indy-sdk/src/storage/IndySdkStorageService.ts
+++ b/packages/indy-sdk/src/storage/IndySdkStorageService.ts
@@ -1,15 +1,8 @@
import type { IndySdkWallet } from '../wallet/IndySdkWallet'
-import type {
- BaseRecordConstructor,
- AgentContext,
- BaseRecord,
- TagsBase,
- Query,
- StorageService,
-} from '@aries-framework/core'
+import type { BaseRecordConstructor, AgentContext, BaseRecord, TagsBase, Query, StorageService } from '@credo-ts/core'
import type { WalletQuery, WalletRecord, WalletSearchOptions } from 'indy-sdk'
-import { RecordDuplicateError, RecordNotFoundError, injectable, inject, JsonTransformer } from '@aries-framework/core'
+import { RecordDuplicateError, RecordNotFoundError, injectable, inject, JsonTransformer } from '@credo-ts/core'
import { isIndyError, IndySdkError } from '../error'
import { IndySdk, IndySdkSymbol } from '../types'
diff --git a/packages/indy-sdk/src/storage/__tests__/IndySdkStorageService.test.ts b/packages/indy-sdk/src/storage/__tests__/IndySdkStorageService.test.ts
index baa7207d7f..a6bac1e8de 100644
--- a/packages/indy-sdk/src/storage/__tests__/IndySdkStorageService.test.ts
+++ b/packages/indy-sdk/src/storage/__tests__/IndySdkStorageService.test.ts
@@ -1,7 +1,7 @@
import type { IndySdk } from '../../types'
-import type { TagsBase } from '@aries-framework/core'
+import type { TagsBase } from '@credo-ts/core'
-import { RecordDuplicateError, RecordNotFoundError, SigningProviderRegistry } from '@aries-framework/core'
+import { RecordDuplicateError, RecordNotFoundError, SigningProviderRegistry } from '@credo-ts/core'
import * as indySdk from 'indy-sdk'
import { TestRecord } from '../../../../core/src/storage/__tests__/TestRecord'
diff --git a/packages/indy-sdk/src/utils/assertIndySdkWallet.ts b/packages/indy-sdk/src/utils/assertIndySdkWallet.ts
index 0b1914555f..4308926919 100644
--- a/packages/indy-sdk/src/utils/assertIndySdkWallet.ts
+++ b/packages/indy-sdk/src/utils/assertIndySdkWallet.ts
@@ -1,6 +1,6 @@
-import type { Wallet } from '@aries-framework/core'
+import type { Wallet } from '@credo-ts/core'
-import { AriesFrameworkError } from '@aries-framework/core'
+import { AriesFrameworkError } from '@credo-ts/core'
import { IndySdkWallet } from '../wallet/IndySdkWallet'
diff --git a/packages/indy-sdk/src/utils/did.ts b/packages/indy-sdk/src/utils/did.ts
index afb080696f..d7dabf0023 100644
--- a/packages/indy-sdk/src/utils/did.ts
+++ b/packages/indy-sdk/src/utils/did.ts
@@ -15,7 +15,7 @@
* https://github.com/hyperledger/aries-framework-dotnet/blob/f90eaf9db8548f6fc831abea917e906201755763/src/Hyperledger.Aries/Ledger/DefaultLedgerService.cs#L139-L147
*/
-import { Buffer, TypedArrayEncoder } from '@aries-framework/core'
+import { Buffer, TypedArrayEncoder } from '@credo-ts/core'
export const FULL_VERKEY_REGEX = /^[1-9A-HJ-NP-Za-km-z]{43,44}$/
export const ABBREVIATED_VERKEY_REGEX = /^~[1-9A-HJ-NP-Za-km-z]{21,22}$/
diff --git a/packages/indy-sdk/src/wallet/IndySdkWallet.ts b/packages/indy-sdk/src/wallet/IndySdkWallet.ts
index 51177454c2..791b130dbf 100644
--- a/packages/indy-sdk/src/wallet/IndySdkWallet.ts
+++ b/packages/indy-sdk/src/wallet/IndySdkWallet.ts
@@ -11,7 +11,7 @@ import type {
WalletExportImportConfig,
WalletSignOptions,
WalletVerifyOptions,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import type { OpenWalletCredentials, WalletConfig as IndySdkWalletConfig, WalletStorageConfig } from 'indy-sdk'
// eslint-disable-next-line import/order
@@ -33,7 +33,7 @@ import {
WalletInvalidKeyError,
WalletKeyExistsError,
WalletNotFoundError,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
const isError = (error: unknown): error is Error => error instanceof Error
diff --git a/packages/indy-sdk/src/wallet/__tests__/IndySdkWallet.test.ts b/packages/indy-sdk/src/wallet/__tests__/IndySdkWallet.test.ts
index 588a19ed7a..b6b799fa2e 100644
--- a/packages/indy-sdk/src/wallet/__tests__/IndySdkWallet.test.ts
+++ b/packages/indy-sdk/src/wallet/__tests__/IndySdkWallet.test.ts
@@ -1,4 +1,4 @@
-import type { SigningProvider, WalletConfig } from '@aries-framework/core'
+import type { SigningProvider, WalletConfig } from '@credo-ts/core'
import {
Key,
@@ -7,7 +7,7 @@ import {
SigningProviderRegistry,
TypedArrayEncoder,
KeyDerivationMethod,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import indySdk from 'indy-sdk'
import testLogger from '../../../../core/tests/logger'
diff --git a/packages/indy-sdk/tests/indy-did-registrar.e2e.test.ts b/packages/indy-sdk/tests/indy-did-registrar.e2e.test.ts
index 04781e2e62..657f051675 100644
--- a/packages/indy-sdk/tests/indy-did-registrar.e2e.test.ts
+++ b/packages/indy-sdk/tests/indy-did-registrar.e2e.test.ts
@@ -1,6 +1,6 @@
import type { IndySdkIndyDidCreateOptions } from '../src'
-import { Agent, TypedArrayEncoder, convertPublicKeyToX25519, JsonTransformer } from '@aries-framework/core'
+import { Agent, TypedArrayEncoder, convertPublicKeyToX25519, JsonTransformer } from '@credo-ts/core'
import { generateKeyPairFromSeed } from '@stablelib/ed25519'
import { getAgentOptions, importExistingIndyDidFromPrivateKey, publicDidSeed } from '../../core/tests'
diff --git a/packages/indy-sdk/tests/indy-did-resolver.e2e.test.ts b/packages/indy-sdk/tests/indy-did-resolver.e2e.test.ts
index 839db5e4df..2afd057288 100644
--- a/packages/indy-sdk/tests/indy-did-resolver.e2e.test.ts
+++ b/packages/indy-sdk/tests/indy-did-resolver.e2e.test.ts
@@ -1,6 +1,6 @@
import type { IndySdkIndyDidCreateOptions } from '../src'
-import { Agent, AriesFrameworkError, JsonTransformer, TypedArrayEncoder } from '@aries-framework/core'
+import { Agent, AriesFrameworkError, JsonTransformer, TypedArrayEncoder } from '@credo-ts/core'
import { getAgentOptions, importExistingIndyDidFromPrivateKey, publicDidSeed } from '../../core/tests/helpers'
diff --git a/packages/indy-sdk/tests/indy-sdk-anoncreds-registry.e2e.test.ts b/packages/indy-sdk/tests/indy-sdk-anoncreds-registry.e2e.test.ts
index 0efa8d533d..9cd8d6a681 100644
--- a/packages/indy-sdk/tests/indy-sdk-anoncreds-registry.e2e.test.ts
+++ b/packages/indy-sdk/tests/indy-sdk-anoncreds-registry.e2e.test.ts
@@ -1,4 +1,4 @@
-import { Agent, Key, KeyType, TypedArrayEncoder } from '@aries-framework/core'
+import { Agent, Key, KeyType, TypedArrayEncoder } from '@credo-ts/core'
import {
agentDependencies,
diff --git a/packages/indy-sdk/tests/setupIndySdkModule.ts b/packages/indy-sdk/tests/setupIndySdkModule.ts
index f4a2ca8c59..2cc5a4f988 100644
--- a/packages/indy-sdk/tests/setupIndySdkModule.ts
+++ b/packages/indy-sdk/tests/setupIndySdkModule.ts
@@ -1,4 +1,4 @@
-import { DidsModule, utils } from '@aries-framework/core'
+import { DidsModule, utils } from '@credo-ts/core'
import indySdk from 'indy-sdk'
import { genesisPath, taaVersion, taaAcceptanceMechanism } from '../../core/tests/helpers'
diff --git a/packages/indy-sdk/tests/sov-did-resolver.e2e.test.ts b/packages/indy-sdk/tests/sov-did-resolver.e2e.test.ts
index d4c2af8e38..7cceab928a 100644
--- a/packages/indy-sdk/tests/sov-did-resolver.e2e.test.ts
+++ b/packages/indy-sdk/tests/sov-did-resolver.e2e.test.ts
@@ -1,7 +1,7 @@
import type { IndySdkIndyDidCreateOptions } from '../src'
-import { parseIndyDid } from '@aries-framework/anoncreds'
-import { Agent, AriesFrameworkError, JsonTransformer, TypedArrayEncoder } from '@aries-framework/core'
+import { parseIndyDid } from '@credo-ts/anoncreds'
+import { Agent, AriesFrameworkError, JsonTransformer, TypedArrayEncoder } from '@credo-ts/core'
import { getAgentOptions, importExistingIndyDidFromPrivateKey, publicDidSeed } from '../../core/tests/helpers'
diff --git a/packages/indy-vdr/CHANGELOG.md b/packages/indy-vdr/CHANGELOG.md
index 7f5af7b488..10310e3a8b 100644
--- a/packages/indy-vdr/CHANGELOG.md
+++ b/packages/indy-vdr/CHANGELOG.md
@@ -5,7 +5,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
## [0.4.2](https://github.com/hyperledger/aries-framework-javascript/compare/v0.4.1...v0.4.2) (2023-10-05)
-**Note:** Version bump only for package @aries-framework/indy-vdr
+**Note:** Version bump only for package @credo-ts/indy-vdr
## [0.4.1](https://github.com/hyperledger/aries-framework-javascript/compare/v0.4.0...v0.4.1) (2023-08-28)
diff --git a/packages/indy-vdr/README.md b/packages/indy-vdr/README.md
index 310b38a4f9..934d8a693f 100644
--- a/packages/indy-vdr/README.md
+++ b/packages/indy-vdr/README.md
@@ -19,10 +19,10 @@
alt="typescript"
src="https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg"
/>
-
diff --git a/packages/indy-vdr/package.json b/packages/indy-vdr/package.json
index d558c83dd0..c3ac694437 100644
--- a/packages/indy-vdr/package.json
+++ b/packages/indy-vdr/package.json
@@ -1,5 +1,5 @@
{
- "name": "@aries-framework/indy-vdr",
+ "name": "@credo-ts/indy-vdr",
"main": "build/index",
"types": "build/index",
"version": "0.4.2",
@@ -24,8 +24,8 @@
"test": "jest"
},
"dependencies": {
- "@aries-framework/anoncreds": "0.4.2",
- "@aries-framework/core": "0.4.2"
+ "@credo-ts/anoncreds": "0.4.2",
+ "@credo-ts/core": "0.4.2"
},
"devDependencies": {
"@hyperledger/indy-vdr-nodejs": "^0.2.0-dev.6",
diff --git a/packages/indy-vdr/src/IndyVdrApi.ts b/packages/indy-vdr/src/IndyVdrApi.ts
index 10d9a9af51..d8b67c18d0 100644
--- a/packages/indy-vdr/src/IndyVdrApi.ts
+++ b/packages/indy-vdr/src/IndyVdrApi.ts
@@ -1,8 +1,8 @@
-import type { Key } from '@aries-framework/core'
+import type { Key } from '@credo-ts/core'
import type { IndyVdrRequest } from '@hyperledger/indy-vdr-shared'
-import { parseIndyDid } from '@aries-framework/anoncreds'
-import { AgentContext, injectable } from '@aries-framework/core'
+import { parseIndyDid } from '@credo-ts/anoncreds'
+import { AgentContext, injectable } from '@credo-ts/core'
import { CustomRequest } from '@hyperledger/indy-vdr-shared'
import { verificationKeyForIndyDid } from './dids/didIndyUtil'
diff --git a/packages/indy-vdr/src/IndyVdrModule.ts b/packages/indy-vdr/src/IndyVdrModule.ts
index c1116f640c..c9593c1be8 100644
--- a/packages/indy-vdr/src/IndyVdrModule.ts
+++ b/packages/indy-vdr/src/IndyVdrModule.ts
@@ -1,7 +1,7 @@
import type { IndyVdrModuleConfigOptions } from './IndyVdrModuleConfig'
-import type { AgentContext, DependencyManager, Module } from '@aries-framework/core'
+import type { AgentContext, DependencyManager, Module } from '@credo-ts/core'
-import { AgentConfig } from '@aries-framework/core'
+import { AgentConfig } from '@credo-ts/core'
import { IndyVdrApi } from './IndyVdrApi'
import { IndyVdrModuleConfig } from './IndyVdrModuleConfig'
@@ -23,7 +23,7 @@ export class IndyVdrModule implements Module {
dependencyManager
.resolve(AgentConfig)
.logger.warn(
- "The '@aries-framework/indy-vdr' module is experimental and could have unexpected breaking changes. When using this module, make sure to use strict versions for all @aries-framework packages."
+ "The '@credo-ts/indy-vdr' module is experimental and could have unexpected breaking changes. When using this module, make sure to use strict versions for all @aries-framework packages."
)
// Config
diff --git a/packages/indy-vdr/src/__tests__/IndyVdrModule.test.ts b/packages/indy-vdr/src/__tests__/IndyVdrModule.test.ts
index 6d76e50131..3ca6553695 100644
--- a/packages/indy-vdr/src/__tests__/IndyVdrModule.test.ts
+++ b/packages/indy-vdr/src/__tests__/IndyVdrModule.test.ts
@@ -1,4 +1,4 @@
-import type { DependencyManager } from '@aries-framework/core'
+import type { DependencyManager } from '@credo-ts/core'
import { indyVdr } from '@hyperledger/indy-vdr-nodejs'
diff --git a/packages/indy-vdr/src/anoncreds/IndyVdrAnonCredsRegistry.ts b/packages/indy-vdr/src/anoncreds/IndyVdrAnonCredsRegistry.ts
index 15db83beee..7be534ad28 100644
--- a/packages/indy-vdr/src/anoncreds/IndyVdrAnonCredsRegistry.ts
+++ b/packages/indy-vdr/src/anoncreds/IndyVdrAnonCredsRegistry.ts
@@ -29,8 +29,8 @@ import type {
RegisterRevocationStatusListReturnStateWait,
RegisterRevocationStatusListReturnStateAction,
RegisterRevocationStatusListOptions,
-} from '@aries-framework/anoncreds'
-import type { AgentContext } from '@aries-framework/core'
+} from '@credo-ts/anoncreds'
+import type { AgentContext } from '@credo-ts/core'
import type { SchemaResponse } from '@hyperledger/indy-vdr-shared'
import {
@@ -42,8 +42,8 @@ import {
parseIndyRevocationRegistryId,
parseIndySchemaId,
dateToTimestamp,
-} from '@aries-framework/anoncreds'
-import { AriesFrameworkError } from '@aries-framework/core'
+} from '@credo-ts/anoncreds'
+import { AriesFrameworkError } from '@credo-ts/core'
import {
RevocationRegistryEntryRequest,
RevocationRegistryDefinitionRequest,
diff --git a/packages/indy-vdr/src/anoncreds/utils/__tests__/transform.test.ts b/packages/indy-vdr/src/anoncreds/utils/__tests__/transform.test.ts
index c5f71e8868..81200bd10b 100644
--- a/packages/indy-vdr/src/anoncreds/utils/__tests__/transform.test.ts
+++ b/packages/indy-vdr/src/anoncreds/utils/__tests__/transform.test.ts
@@ -1,5 +1,5 @@
import type { RevocationRegistryDelta } from '../transform'
-import type { AnonCredsRevocationRegistryDefinition } from '@aries-framework/anoncreds'
+import type { AnonCredsRevocationRegistryDefinition } from '@credo-ts/anoncreds'
import { indyVdrCreateLatestRevocationDelta, anonCredsRevocationStatusListFromIndyVdr } from '../transform'
diff --git a/packages/indy-vdr/src/anoncreds/utils/identifiers.ts b/packages/indy-vdr/src/anoncreds/utils/identifiers.ts
index 46bebaadf7..caac46d966 100644
--- a/packages/indy-vdr/src/anoncreds/utils/identifiers.ts
+++ b/packages/indy-vdr/src/anoncreds/utils/identifiers.ts
@@ -11,7 +11,7 @@ import {
didIndyRevocationRegistryIdRegex,
didIndySchemaIdRegex,
didIndyRegex,
-} from '@aries-framework/anoncreds'
+} from '@credo-ts/anoncreds'
// combines both legacy and did:indy anoncreds identifiers and also the issuer id
const indyVdrAnonCredsRegexes = [
diff --git a/packages/indy-vdr/src/anoncreds/utils/transform.ts b/packages/indy-vdr/src/anoncreds/utils/transform.ts
index 87180e50d3..629223218f 100644
--- a/packages/indy-vdr/src/anoncreds/utils/transform.ts
+++ b/packages/indy-vdr/src/anoncreds/utils/transform.ts
@@ -1,6 +1,6 @@
-import type { AnonCredsRevocationStatusList, AnonCredsRevocationRegistryDefinition } from '@aries-framework/anoncreds'
+import type { AnonCredsRevocationStatusList, AnonCredsRevocationRegistryDefinition } from '@credo-ts/anoncreds'
-import { AriesFrameworkError } from '@aries-framework/core'
+import { AriesFrameworkError } from '@credo-ts/core'
export type RevocationRegistryDelta = {
accum: string
diff --git a/packages/indy-vdr/src/dids/IndyVdrIndyDidRegistrar.ts b/packages/indy-vdr/src/dids/IndyVdrIndyDidRegistrar.ts
index 09e2c4e4a1..51d8e8e733 100644
--- a/packages/indy-vdr/src/dids/IndyVdrIndyDidRegistrar.ts
+++ b/packages/indy-vdr/src/dids/IndyVdrIndyDidRegistrar.ts
@@ -11,10 +11,10 @@ import type {
DidOperationStateActionBase,
DidRegistrar,
DidUpdateResult,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import type { IndyVdrRequest } from '@hyperledger/indy-vdr-shared'
-import { parseIndyDid } from '@aries-framework/anoncreds'
+import { parseIndyDid } from '@credo-ts/anoncreds'
import {
DidCommV1Service,
DidCommV2Service,
@@ -26,7 +26,7 @@ import {
Key,
KeyType,
TypedArrayEncoder,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import { AttribRequest, CustomRequest, NymRequest } from '@hyperledger/indy-vdr-shared'
import { IndyVdrError } from '../error'
diff --git a/packages/indy-vdr/src/dids/IndyVdrIndyDidResolver.ts b/packages/indy-vdr/src/dids/IndyVdrIndyDidResolver.ts
index 7b2dfd768c..8ca7101b88 100644
--- a/packages/indy-vdr/src/dids/IndyVdrIndyDidResolver.ts
+++ b/packages/indy-vdr/src/dids/IndyVdrIndyDidResolver.ts
@@ -1,6 +1,6 @@
-import type { AgentContext, DidResolutionResult, DidResolver } from '@aries-framework/core'
+import type { AgentContext, DidResolutionResult, DidResolver } from '@credo-ts/core'
-import { parseIndyDid } from '@aries-framework/anoncreds'
+import { parseIndyDid } from '@credo-ts/anoncreds'
import { IndyVdrPoolService } from '../pool'
diff --git a/packages/indy-vdr/src/dids/IndyVdrSovDidResolver.ts b/packages/indy-vdr/src/dids/IndyVdrSovDidResolver.ts
index 2563bbbd18..5a6208b4a5 100644
--- a/packages/indy-vdr/src/dids/IndyVdrSovDidResolver.ts
+++ b/packages/indy-vdr/src/dids/IndyVdrSovDidResolver.ts
@@ -1,6 +1,6 @@
import type { GetNymResponseData, IndyEndpointAttrib } from './didSovUtil'
import type { IndyVdrPool } from '../pool'
-import type { DidResolutionResult, ParsedDid, DidResolver, AgentContext } from '@aries-framework/core'
+import type { DidResolutionResult, ParsedDid, DidResolver, AgentContext } from '@credo-ts/core'
import { GetAttribRequest, GetNymRequest } from '@hyperledger/indy-vdr-shared'
diff --git a/packages/indy-vdr/src/dids/__tests__/IndyVdrIndyDidRegistrar.test.ts b/packages/indy-vdr/src/dids/__tests__/IndyVdrIndyDidRegistrar.test.ts
index a3762dc96b..271e568e25 100644
--- a/packages/indy-vdr/src/dids/__tests__/IndyVdrIndyDidRegistrar.test.ts
+++ b/packages/indy-vdr/src/dids/__tests__/IndyVdrIndyDidRegistrar.test.ts
@@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/ban-ts-comment */
-import type { DidRecord, RecordSavedEvent } from '@aries-framework/core'
+import type { DidRecord, RecordSavedEvent } from '@credo-ts/core'
import {
DidCommV1Service,
@@ -17,7 +17,7 @@ import {
SigningProviderRegistry,
TypedArrayEncoder,
VerificationMethod,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import { Subject } from 'rxjs'
import { InMemoryStorageService } from '../../../../../tests/InMemoryStorageService'
diff --git a/packages/indy-vdr/src/dids/__tests__/IndyVdrIndyDidResolver.test.ts b/packages/indy-vdr/src/dids/__tests__/IndyVdrIndyDidResolver.test.ts
index 1e652a9b5f..194ebfd9a6 100644
--- a/packages/indy-vdr/src/dids/__tests__/IndyVdrIndyDidResolver.test.ts
+++ b/packages/indy-vdr/src/dids/__tests__/IndyVdrIndyDidResolver.test.ts
@@ -1,4 +1,4 @@
-import { JsonTransformer } from '@aries-framework/core'
+import { JsonTransformer } from '@credo-ts/core'
import { getAgentConfig, getAgentContext, mockProperty } from '../../../../core/tests/helpers'
import { IndyVdrPool, IndyVdrPoolService } from '../../pool'
diff --git a/packages/indy-vdr/src/dids/__tests__/IndyVdrSovDidResolver.test.ts b/packages/indy-vdr/src/dids/__tests__/IndyVdrSovDidResolver.test.ts
index 84ac0006df..2c9ad30494 100644
--- a/packages/indy-vdr/src/dids/__tests__/IndyVdrSovDidResolver.test.ts
+++ b/packages/indy-vdr/src/dids/__tests__/IndyVdrSovDidResolver.test.ts
@@ -1,4 +1,4 @@
-import { JsonTransformer } from '@aries-framework/core'
+import { JsonTransformer } from '@credo-ts/core'
import { parseDid } from '../../../../core/src/modules/dids/domain/parse'
import { getAgentConfig, getAgentContext, mockProperty } from '../../../../core/tests/helpers'
diff --git a/packages/indy-vdr/src/dids/__tests__/didIndyUtil.test.ts b/packages/indy-vdr/src/dids/__tests__/didIndyUtil.test.ts
index 81c8218274..b45b81b763 100644
--- a/packages/indy-vdr/src/dids/__tests__/didIndyUtil.test.ts
+++ b/packages/indy-vdr/src/dids/__tests__/didIndyUtil.test.ts
@@ -1,4 +1,4 @@
-import { DidDocument, JsonTransformer } from '@aries-framework/core'
+import { DidDocument, JsonTransformer } from '@credo-ts/core'
import { combineDidDocumentWithJson, didDocDiff } from '../didIndyUtil'
diff --git a/packages/indy-vdr/src/dids/didIndyUtil.ts b/packages/indy-vdr/src/dids/didIndyUtil.ts
index 8fd8fcdf9a..87d179ceb9 100644
--- a/packages/indy-vdr/src/dids/didIndyUtil.ts
+++ b/packages/indy-vdr/src/dids/didIndyUtil.ts
@@ -1,8 +1,8 @@
import type { GetNymResponseData, IndyEndpointAttrib } from './didSovUtil'
import type { IndyVdrPool } from '../pool'
-import type { AgentContext } from '@aries-framework/core'
+import type { AgentContext } from '@credo-ts/core'
-import { parseIndyDid } from '@aries-framework/anoncreds'
+import { parseIndyDid } from '@credo-ts/anoncreds'
import {
AriesFrameworkError,
DidDocument,
@@ -15,7 +15,7 @@ import {
TypedArrayEncoder,
convertPublicKeyToX25519,
getKeyFromVerificationMethod,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import { GetAttribRequest, GetNymRequest } from '@hyperledger/indy-vdr-shared'
import { IndyVdrError, IndyVdrNotFoundError } from '../error'
diff --git a/packages/indy-vdr/src/dids/didSovUtil.ts b/packages/indy-vdr/src/dids/didSovUtil.ts
index 0517d00315..1e40451da7 100644
--- a/packages/indy-vdr/src/dids/didSovUtil.ts
+++ b/packages/indy-vdr/src/dids/didSovUtil.ts
@@ -6,7 +6,7 @@ import {
DidCommV2Service,
convertPublicKeyToX25519,
AriesFrameworkError,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
export type CommEndpointType = 'endpoint' | 'did-communication' | 'DIDComm'
diff --git a/packages/indy-vdr/src/error/IndyVdrError.ts b/packages/indy-vdr/src/error/IndyVdrError.ts
index 501f428640..cdd77a08dd 100644
--- a/packages/indy-vdr/src/error/IndyVdrError.ts
+++ b/packages/indy-vdr/src/error/IndyVdrError.ts
@@ -1,4 +1,4 @@
-import { AriesFrameworkError } from '@aries-framework/core'
+import { AriesFrameworkError } from '@credo-ts/core'
export class IndyVdrError extends AriesFrameworkError {
public constructor(message: string, { cause }: { cause?: Error } = {}) {
diff --git a/packages/indy-vdr/src/pool/IndyVdrPool.ts b/packages/indy-vdr/src/pool/IndyVdrPool.ts
index e90615c306..e2d3a8c57e 100644
--- a/packages/indy-vdr/src/pool/IndyVdrPool.ts
+++ b/packages/indy-vdr/src/pool/IndyVdrPool.ts
@@ -1,8 +1,8 @@
-import type { AgentContext, Key } from '@aries-framework/core'
+import type { AgentContext, Key } from '@credo-ts/core'
import type { IndyVdrRequest, RequestResponseType, IndyVdrPool as indyVdrPool } from '@hyperledger/indy-vdr-shared'
-import { parseIndyDid } from '@aries-framework/anoncreds'
-import { TypedArrayEncoder } from '@aries-framework/core'
+import { parseIndyDid } from '@credo-ts/anoncreds'
+import { TypedArrayEncoder } from '@credo-ts/core'
import {
GetTransactionAuthorAgreementRequest,
GetAcceptanceMechanismsRequest,
diff --git a/packages/indy-vdr/src/pool/IndyVdrPoolService.ts b/packages/indy-vdr/src/pool/IndyVdrPoolService.ts
index ae3f4dc81e..5645ec8eaa 100644
--- a/packages/indy-vdr/src/pool/IndyVdrPoolService.ts
+++ b/packages/indy-vdr/src/pool/IndyVdrPoolService.ts
@@ -1,8 +1,8 @@
-import type { AgentContext } from '@aries-framework/core'
+import type { AgentContext } from '@credo-ts/core'
import type { GetNymResponse } from '@hyperledger/indy-vdr-shared'
-import { didIndyRegex } from '@aries-framework/anoncreds'
-import { Logger, InjectionSymbols, injectable, inject, CacheModuleConfig } from '@aries-framework/core'
+import { didIndyRegex } from '@credo-ts/anoncreds'
+import { Logger, InjectionSymbols, injectable, inject, CacheModuleConfig } from '@credo-ts/core'
import { GetNymRequest } from '@hyperledger/indy-vdr-shared'
import { IndyVdrModuleConfig } from '../IndyVdrModuleConfig'
diff --git a/packages/indy-vdr/src/utils/did.ts b/packages/indy-vdr/src/utils/did.ts
index f3f346f070..7f73dd75c3 100644
--- a/packages/indy-vdr/src/utils/did.ts
+++ b/packages/indy-vdr/src/utils/did.ts
@@ -15,7 +15,7 @@
* https://github.com/hyperledger/aries-framework-dotnet/blob/f90eaf9db8548f6fc831abea917e906201755763/src/Hyperledger.Aries/Ledger/DefaultLedgerService.cs#L139-L147
*/
-import { TypedArrayEncoder } from '@aries-framework/core'
+import { TypedArrayEncoder } from '@credo-ts/core'
export const ABBREVIATED_VERKEY_REGEX = /^~[1-9A-HJ-NP-Za-km-z]{21,22}$/
diff --git a/packages/indy-vdr/src/utils/sign.ts b/packages/indy-vdr/src/utils/sign.ts
index 3a7d031175..1ca51c118a 100644
--- a/packages/indy-vdr/src/utils/sign.ts
+++ b/packages/indy-vdr/src/utils/sign.ts
@@ -1,8 +1,8 @@
import type { IndyVdrPool } from '../pool'
-import type { AgentContext, Key } from '@aries-framework/core'
+import type { AgentContext, Key } from '@credo-ts/core'
import type { IndyVdrRequest } from '@hyperledger/indy-vdr-shared'
-import { TypedArrayEncoder } from '@aries-framework/core'
+import { TypedArrayEncoder } from '@credo-ts/core'
import { verificationKeyForIndyDid } from '../dids/didIndyUtil'
diff --git a/packages/indy-vdr/tests/helpers.ts b/packages/indy-vdr/tests/helpers.ts
index eb9a94b8cf..bb8c1fc4b2 100644
--- a/packages/indy-vdr/tests/helpers.ts
+++ b/packages/indy-vdr/tests/helpers.ts
@@ -1,7 +1,7 @@
import type { IndyVdrDidCreateOptions } from '../src/dids/IndyVdrIndyDidRegistrar'
-import type { Agent } from '@aries-framework/core'
+import type { Agent } from '@credo-ts/core'
-import { DidCommV1Service, DidCommV2Service, DidDocumentService, KeyType } from '@aries-framework/core'
+import { DidCommV1Service, DidCommV2Service, DidDocumentService, KeyType } from '@credo-ts/core'
import { indyVdr } from '@hyperledger/indy-vdr-nodejs'
import { sleep } from '../../core/src/utils/sleep'
diff --git a/packages/indy-vdr/tests/indy-vdr-anoncreds-registry.e2e.test.ts b/packages/indy-vdr/tests/indy-vdr-anoncreds-registry.e2e.test.ts
index f55b43fd8d..dd0b3e1e6a 100644
--- a/packages/indy-vdr/tests/indy-vdr-anoncreds-registry.e2e.test.ts
+++ b/packages/indy-vdr/tests/indy-vdr-anoncreds-registry.e2e.test.ts
@@ -4,8 +4,8 @@ import {
getUnqualifiedRevocationRegistryDefinitionId,
parseIndyDid,
parseIndyRevocationRegistryId,
-} from '@aries-framework/anoncreds'
-import { Agent, DidsModule, TypedArrayEncoder } from '@aries-framework/core'
+} from '@credo-ts/anoncreds'
+import { Agent, DidsModule, TypedArrayEncoder } from '@credo-ts/core'
import { indyVdr } from '@hyperledger/indy-vdr-nodejs'
import { agentDependencies, getAgentConfig, importExistingIndyDidFromPrivateKey } from '../../core/tests/helpers'
diff --git a/packages/indy-vdr/tests/indy-vdr-did-registrar.e2e.test.ts b/packages/indy-vdr/tests/indy-vdr-did-registrar.e2e.test.ts
index 526391871f..c8ea5738a9 100644
--- a/packages/indy-vdr/tests/indy-vdr-did-registrar.e2e.test.ts
+++ b/packages/indy-vdr/tests/indy-vdr-did-registrar.e2e.test.ts
@@ -1,6 +1,6 @@
import type { IndyVdrDidCreateOptions, IndyVdrDidCreateResult } from '../src/dids/IndyVdrIndyDidRegistrar'
-import { didIndyRegex } from '@aries-framework/anoncreds'
+import { didIndyRegex } from '@credo-ts/anoncreds'
import {
Key,
JsonTransformer,
@@ -11,7 +11,7 @@ import {
DidDocumentService,
Agent,
DidsModule,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import { indyVdr } from '@hyperledger/indy-vdr-nodejs'
import { convertPublicKeyToX25519, generateKeyPairFromSeed } from '@stablelib/ed25519'
diff --git a/packages/indy-vdr/tests/indy-vdr-indy-did-resolver.e2e.test.ts b/packages/indy-vdr/tests/indy-vdr-indy-did-resolver.e2e.test.ts
index 92068e5690..b344de08b5 100644
--- a/packages/indy-vdr/tests/indy-vdr-indy-did-resolver.e2e.test.ts
+++ b/packages/indy-vdr/tests/indy-vdr-indy-did-resolver.e2e.test.ts
@@ -1,4 +1,4 @@
-import { DidsModule, Agent, TypedArrayEncoder, JsonTransformer } from '@aries-framework/core'
+import { DidsModule, Agent, TypedArrayEncoder, JsonTransformer } from '@credo-ts/core'
import { indyVdr } from '@hyperledger/indy-vdr-nodejs'
import { getAgentOptions, importExistingIndyDidFromPrivateKey } from '../../core/tests/helpers'
diff --git a/packages/indy-vdr/tests/indy-vdr-pool.e2e.test.ts b/packages/indy-vdr/tests/indy-vdr-pool.e2e.test.ts
index e3dab42a4b..adff66cdd8 100644
--- a/packages/indy-vdr/tests/indy-vdr-pool.e2e.test.ts
+++ b/packages/indy-vdr/tests/indy-vdr-pool.e2e.test.ts
@@ -1,6 +1,6 @@
-import type { Key } from '@aries-framework/core'
+import type { Key } from '@credo-ts/core'
-import { TypedArrayEncoder, KeyType, SigningProviderRegistry } from '@aries-framework/core'
+import { TypedArrayEncoder, KeyType, SigningProviderRegistry } from '@credo-ts/core'
import { GetNymRequest, NymRequest, SchemaRequest, CredentialDefinitionRequest } from '@hyperledger/indy-vdr-shared'
import { genesisTransactions, getAgentConfig, getAgentContext } from '../../core/tests/helpers'
diff --git a/packages/indy-vdr/tests/indy-vdr-sov-did-resolver.e2e.test.ts b/packages/indy-vdr/tests/indy-vdr-sov-did-resolver.e2e.test.ts
index cc987e7888..af73ef9d60 100644
--- a/packages/indy-vdr/tests/indy-vdr-sov-did-resolver.e2e.test.ts
+++ b/packages/indy-vdr/tests/indy-vdr-sov-did-resolver.e2e.test.ts
@@ -1,5 +1,5 @@
-import { parseIndyDid } from '@aries-framework/anoncreds'
-import { DidsModule, Agent, TypedArrayEncoder, JsonTransformer } from '@aries-framework/core'
+import { parseIndyDid } from '@credo-ts/anoncreds'
+import { DidsModule, Agent, TypedArrayEncoder, JsonTransformer } from '@credo-ts/core'
import { indyVdr } from '@hyperledger/indy-vdr-nodejs'
import { getAgentOptions, importExistingIndyDidFromPrivateKey } from '../../core/tests/helpers'
diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md
index bc626c940d..c1fd58e272 100644
--- a/packages/node/CHANGELOG.md
+++ b/packages/node/CHANGELOG.md
@@ -43,11 +43,11 @@ If you specified a custom path in `FileSystem` object constructor, you now must
## [0.3.2](https://github.com/hyperledger/aries-framework-javascript/compare/v0.3.1...v0.3.2) (2023-01-04)
-**Note:** Version bump only for package @aries-framework/node
+**Note:** Version bump only for package @credo-ts/node
## [0.3.1](https://github.com/hyperledger/aries-framework-javascript/compare/v0.3.0...v0.3.1) (2022-12-27)
-**Note:** Version bump only for package @aries-framework/node
+**Note:** Version bump only for package @credo-ts/node
# [0.3.0](https://github.com/hyperledger/aries-framework-javascript/compare/v0.2.5...v0.3.0) (2022-12-22)
@@ -64,19 +64,19 @@ If you specified a custom path in `FileSystem` object constructor, you now must
## [0.2.5](https://github.com/hyperledger/aries-framework-javascript/compare/v0.2.4...v0.2.5) (2022-10-13)
-**Note:** Version bump only for package @aries-framework/node
+**Note:** Version bump only for package @credo-ts/node
## [0.2.4](https://github.com/hyperledger/aries-framework-javascript/compare/v0.2.3...v0.2.4) (2022-09-10)
-**Note:** Version bump only for package @aries-framework/node
+**Note:** Version bump only for package @credo-ts/node
## [0.2.3](https://github.com/hyperledger/aries-framework-javascript/compare/v0.2.2...v0.2.3) (2022-08-30)
-**Note:** Version bump only for package @aries-framework/node
+**Note:** Version bump only for package @credo-ts/node
## [0.2.2](https://github.com/hyperledger/aries-framework-javascript/compare/v0.2.1...v0.2.2) (2022-07-15)
-**Note:** Version bump only for package @aries-framework/node
+**Note:** Version bump only for package @credo-ts/node
## [0.2.1](https://github.com/hyperledger/aries-framework-javascript/compare/v0.2.0...v0.2.1) (2022-07-08)
diff --git a/packages/node/README.md b/packages/node/README.md
index 8a125322c4..f427eca0f4 100644
--- a/packages/node/README.md
+++ b/packages/node/README.md
@@ -19,10 +19,10 @@
alt="typescript"
src="https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg"
/>
-
diff --git a/packages/node/package.json b/packages/node/package.json
index 2e492ebbb5..a6e6913c52 100644
--- a/packages/node/package.json
+++ b/packages/node/package.json
@@ -1,5 +1,5 @@
{
- "name": "@aries-framework/node",
+ "name": "@credo-ts/node",
"main": "build/index",
"types": "build/index",
"version": "0.4.2",
@@ -26,7 +26,7 @@
"dependencies": {
"@2060.io/ffi-napi": "^4.0.8",
"@2060.io/ref-napi": "^3.0.6",
- "@aries-framework/core": "0.4.2",
+ "@credo-ts/core": "0.4.2",
"@types/express": "^4.17.15",
"express": "^4.17.1",
"ws": "^8.13.0"
diff --git a/packages/node/src/NodeFileSystem.ts b/packages/node/src/NodeFileSystem.ts
index 33af5391d6..342d843a01 100644
--- a/packages/node/src/NodeFileSystem.ts
+++ b/packages/node/src/NodeFileSystem.ts
@@ -1,6 +1,6 @@
-import type { DownloadToFileOptions, FileSystem } from '@aries-framework/core'
+import type { DownloadToFileOptions, FileSystem } from '@credo-ts/core'
-import { AriesFrameworkError, TypedArrayEncoder } from '@aries-framework/core'
+import { AriesFrameworkError, TypedArrayEncoder } from '@credo-ts/core'
import { createHash } from 'crypto'
import fs, { promises } from 'fs'
import http from 'http'
diff --git a/packages/node/src/index.ts b/packages/node/src/index.ts
index b457802722..a4f231c5da 100644
--- a/packages/node/src/index.ts
+++ b/packages/node/src/index.ts
@@ -1,4 +1,4 @@
-import type { AgentDependencies } from '@aries-framework/core'
+import type { AgentDependencies } from '@credo-ts/core'
import { EventEmitter } from 'events'
import WebSocket from 'ws'
diff --git a/packages/node/src/transport/HttpInboundTransport.ts b/packages/node/src/transport/HttpInboundTransport.ts
index 701effb385..6c28c12f3b 100644
--- a/packages/node/src/transport/HttpInboundTransport.ts
+++ b/packages/node/src/transport/HttpInboundTransport.ts
@@ -1,8 +1,8 @@
-import type { InboundTransport, Agent, TransportSession, EncryptedMessage, AgentContext } from '@aries-framework/core'
+import type { InboundTransport, Agent, TransportSession, EncryptedMessage, AgentContext } from '@credo-ts/core'
import type { Express, Request, Response } from 'express'
import type { Server } from 'http'
-import { DidCommMimeType, AriesFrameworkError, TransportService, utils, MessageReceiver } from '@aries-framework/core'
+import { DidCommMimeType, AriesFrameworkError, TransportService, utils, MessageReceiver } from '@credo-ts/core'
import express, { text } from 'express'
const supportedContentTypes: string[] = [DidCommMimeType.V0, DidCommMimeType.V1]
diff --git a/packages/node/src/transport/WsInboundTransport.ts b/packages/node/src/transport/WsInboundTransport.ts
index 423b44e474..00ffd17243 100644
--- a/packages/node/src/transport/WsInboundTransport.ts
+++ b/packages/node/src/transport/WsInboundTransport.ts
@@ -1,13 +1,6 @@
-import type {
- Agent,
- InboundTransport,
- Logger,
- TransportSession,
- EncryptedMessage,
- AgentContext,
-} from '@aries-framework/core'
-
-import { AriesFrameworkError, TransportService, utils, MessageReceiver } from '@aries-framework/core'
+import type { Agent, InboundTransport, Logger, TransportSession, EncryptedMessage, AgentContext } from '@credo-ts/core'
+
+import { AriesFrameworkError, TransportService, utils, MessageReceiver } from '@credo-ts/core'
import WebSocket, { Server } from 'ws'
export class WsInboundTransport implements InboundTransport {
diff --git a/packages/node/tests/NodeFileSystem.test.ts b/packages/node/tests/NodeFileSystem.test.ts
index f62f4d8e00..c529b9d3df 100644
--- a/packages/node/tests/NodeFileSystem.test.ts
+++ b/packages/node/tests/NodeFileSystem.test.ts
@@ -1,10 +1,10 @@
-import { TypedArrayEncoder } from '@aries-framework/core'
+import { TypedArrayEncoder } from '@credo-ts/core'
import nock, { cleanAll, enableNetConnect } from 'nock'
import path from 'path'
import { NodeFileSystem } from '../src/NodeFileSystem'
-describe('@aries-framework/file-system-node', () => {
+describe('@credo-ts/file-system-node', () => {
describe('NodeFileSystem', () => {
const fileSystem = new NodeFileSystem()
diff --git a/packages/openid4vc-client/CHANGELOG.md b/packages/openid4vc-client/CHANGELOG.md
index 0c03004490..186aeaee17 100644
--- a/packages/openid4vc-client/CHANGELOG.md
+++ b/packages/openid4vc-client/CHANGELOG.md
@@ -5,11 +5,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
## [0.4.2](https://github.com/hyperledger/aries-framework-javascript/compare/v0.4.1...v0.4.2) (2023-10-05)
-**Note:** Version bump only for package @aries-framework/openid4vc-client
+**Note:** Version bump only for package @credo-ts/openid4vc-client
## [0.4.1](https://github.com/hyperledger/aries-framework-javascript/compare/v0.4.0...v0.4.1) (2023-08-28)
-**Note:** Version bump only for package @aries-framework/openid4vc-client
+**Note:** Version bump only for package @credo-ts/openid4vc-client
# [0.4.0](https://github.com/hyperledger/aries-framework-javascript/compare/v0.3.3...v0.4.0) (2023-06-03)
diff --git a/packages/openid4vc-client/README.md b/packages/openid4vc-client/README.md
index 540339fef7..a1b3908a4e 100644
--- a/packages/openid4vc-client/README.md
+++ b/packages/openid4vc-client/README.md
@@ -19,10 +19,10 @@
alt="typescript"
src="https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg"
/>
-
@@ -35,7 +35,7 @@ Open ID Connect For Verifiable Credentials Client Module for [Aries Framework Ja
Make sure you have set up the correct version of Aries Framework JavaScript according to the AFJ repository.
```sh
-yarn add @aries-framework/openid4vc-client
+yarn add @credo-ts/openid4vc-client
```
### Quick start
@@ -49,7 +49,7 @@ Before a credential can be requested, you need the issuer URI. This URI starts w
In order to get this module to work, we need to inject it into the agent. This makes the module's functionality accessible through the agent's `modules` api.
```ts
-import { OpenId4VcClientModule } from '@aries-framework/openid4vc-client'
+import { OpenId4VcClientModule } from '@credo-ts/openid4vc-client'
const agent = new Agent({
config: {
@@ -111,9 +111,9 @@ console.log(w3cCredentialRecord)
#### Full example
```ts
-import { OpenId4VcClientModule } from '@aries-framework/openid4vc-client'
-import { agentDependencies } from '@aries-framework/node' // use @aries-framework/react-native for React Native
-import { Agent, KeyDidCreateOptions } from '@aries-framework/core'
+import { OpenId4VcClientModule } from '@credo-ts/openid4vc-client'
+import { agentDependencies } from '@credo-ts/node' // use @credo-ts/react-native for React Native
+import { Agent, KeyDidCreateOptions } from '@credo-ts/core'
const run = async () => {
const issuerUri = '' // The obtained issuer URI
diff --git a/packages/openid4vc-client/package.json b/packages/openid4vc-client/package.json
index a0bcdf214f..f2ceb6428b 100644
--- a/packages/openid4vc-client/package.json
+++ b/packages/openid4vc-client/package.json
@@ -1,5 +1,5 @@
{
- "name": "@aries-framework/openid4vc-client",
+ "name": "@credo-ts/openid4vc-client",
"main": "build/index",
"types": "build/index",
"version": "0.4.2",
@@ -24,12 +24,12 @@
"test": "jest"
},
"dependencies": {
- "@aries-framework/core": "0.4.2",
+ "@credo-ts/core": "0.4.2",
"@sphereon/openid4vci-client": "^0.4.0",
"@stablelib/random": "^1.0.2"
},
"devDependencies": {
- "@aries-framework/node": "0.4.2",
+ "@credo-ts/node": "0.4.2",
"nock": "^13.3.0",
"rimraf": "^4.4.0",
"typescript": "~4.9.5"
diff --git a/packages/openid4vc-client/src/OpenId4VcClientApi.ts b/packages/openid4vc-client/src/OpenId4VcClientApi.ts
index a423a0c174..c5c24abfd1 100644
--- a/packages/openid4vc-client/src/OpenId4VcClientApi.ts
+++ b/packages/openid4vc-client/src/OpenId4VcClientApi.ts
@@ -3,9 +3,9 @@ import type {
PreAuthCodeFlowOptions,
AuthCodeFlowOptions,
} from './OpenId4VcClientServiceOptions'
-import type { W3cCredentialRecord } from '@aries-framework/core'
+import type { W3cCredentialRecord } from '@credo-ts/core'
-import { AgentContext, injectable } from '@aries-framework/core'
+import { AgentContext, injectable } from '@credo-ts/core'
import { OpenId4VcClientService } from './OpenId4VcClientService'
import { AuthFlowType } from './OpenId4VcClientServiceOptions'
diff --git a/packages/openid4vc-client/src/OpenId4VcClientModule.ts b/packages/openid4vc-client/src/OpenId4VcClientModule.ts
index 0c452e8201..a6385c76f6 100644
--- a/packages/openid4vc-client/src/OpenId4VcClientModule.ts
+++ b/packages/openid4vc-client/src/OpenId4VcClientModule.ts
@@ -1,6 +1,6 @@
-import type { DependencyManager, Module } from '@aries-framework/core'
+import type { DependencyManager, Module } from '@credo-ts/core'
-import { AgentConfig } from '@aries-framework/core'
+import { AgentConfig } from '@credo-ts/core'
import { OpenId4VcClientApi } from './OpenId4VcClientApi'
import { OpenId4VcClientService } from './OpenId4VcClientService'
@@ -19,7 +19,7 @@ export class OpenId4VcClientModule implements Module {
dependencyManager
.resolve(AgentConfig)
.logger.warn(
- "The '@aries-framework/openid4vc-client' module is experimental and could have unexpected breaking changes. When using this module, make sure to use strict versions for all @aries-framework packages."
+ "The '@credo-ts/openid4vc-client' module is experimental and could have unexpected breaking changes. When using this module, make sure to use strict versions for all @aries-framework packages."
)
// Api
diff --git a/packages/openid4vc-client/src/OpenId4VcClientService.ts b/packages/openid4vc-client/src/OpenId4VcClientService.ts
index d4ad452c2b..0d64cec1c5 100644
--- a/packages/openid4vc-client/src/OpenId4VcClientService.ts
+++ b/packages/openid4vc-client/src/OpenId4VcClientService.ts
@@ -12,7 +12,7 @@ import type {
JwaSignatureAlgorithm,
W3cCredentialRecord,
W3cVerifyCredentialResult,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import type { CredentialMetadata, CredentialResponse, Jwt, OpenIDResponse } from '@sphereon/openid4vci-client'
import {
@@ -37,7 +37,7 @@ import {
getJwkClassFromKeyType,
parseDid,
SignatureSuiteRegistry,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import {
AuthzFlowType,
CodeChallengeMethod,
diff --git a/packages/openid4vc-client/src/OpenId4VcClientServiceOptions.ts b/packages/openid4vc-client/src/OpenId4VcClientServiceOptions.ts
index 8bd580a863..5ee1229dba 100644
--- a/packages/openid4vc-client/src/OpenId4VcClientServiceOptions.ts
+++ b/packages/openid4vc-client/src/OpenId4VcClientServiceOptions.ts
@@ -1,6 +1,6 @@
-import type { JwaSignatureAlgorithm, KeyType, VerificationMethod } from '@aries-framework/core'
+import type { JwaSignatureAlgorithm, KeyType, VerificationMethod } from '@credo-ts/core'
-import { ClaimFormat } from '@aries-framework/core'
+import { ClaimFormat } from '@credo-ts/core'
/**
* The credential formats that are supported by the openid4vc client
diff --git a/packages/openid4vc-client/src/__tests__/OpenId4VcClientModule.test.ts b/packages/openid4vc-client/src/__tests__/OpenId4VcClientModule.test.ts
index be2ad9fd39..6c21e23d43 100644
--- a/packages/openid4vc-client/src/__tests__/OpenId4VcClientModule.test.ts
+++ b/packages/openid4vc-client/src/__tests__/OpenId4VcClientModule.test.ts
@@ -1,4 +1,4 @@
-import type { DependencyManager } from '@aries-framework/core'
+import type { DependencyManager } from '@credo-ts/core'
import { OpenId4VcClientApi } from '../OpenId4VcClientApi'
import { OpenId4VcClientModule } from '../OpenId4VcClientModule'
diff --git a/packages/openid4vc-client/tests/openid4vc-client.e2e.test.ts b/packages/openid4vc-client/tests/openid4vc-client.e2e.test.ts
index 556f1c07b4..c4089e2a37 100644
--- a/packages/openid4vc-client/tests/openid4vc-client.e2e.test.ts
+++ b/packages/openid4vc-client/tests/openid4vc-client.e2e.test.ts
@@ -1,4 +1,4 @@
-import type { KeyDidCreateOptions } from '@aries-framework/core'
+import type { KeyDidCreateOptions } from '@credo-ts/core'
import {
ClaimFormat,
@@ -9,7 +9,7 @@ import {
W3cCredentialRecord,
W3cCredentialsModule,
DidKey,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import nock, { cleanAll, enableNetConnect } from 'nock'
import { AskarModule } from '../../askar/src'
@@ -19,7 +19,7 @@ import { getAgentOptions } from '../../core/tests'
import { mattrLaunchpadJsonLd, waltIdJffJwt } from './fixtures'
-import { OpenId4VcClientModule } from '@aries-framework/openid4vc-client'
+import { OpenId4VcClientModule } from '@credo-ts/openid4vc-client'
const modules = {
openId4VcClient: new OpenId4VcClientModule(),
diff --git a/packages/question-answer/CHANGELOG.md b/packages/question-answer/CHANGELOG.md
index 4e21fbab94..2ef513b21c 100644
--- a/packages/question-answer/CHANGELOG.md
+++ b/packages/question-answer/CHANGELOG.md
@@ -5,7 +5,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
## [0.4.2](https://github.com/hyperledger/aries-framework-javascript/compare/v0.4.1...v0.4.2) (2023-10-05)
-**Note:** Version bump only for package @aries-framework/question-answer
+**Note:** Version bump only for package @credo-ts/question-answer
## [0.4.1](https://github.com/hyperledger/aries-framework-javascript/compare/v0.4.0...v0.4.1) (2023-08-28)
@@ -43,11 +43,11 @@ Signed-off-by: Ariel Gentile
## [0.3.2](https://github.com/hyperledger/aries-framework-javascript/compare/v0.3.1...v0.3.2) (2023-01-04)
-**Note:** Version bump only for package @aries-framework/question-answer
+**Note:** Version bump only for package @credo-ts/question-answer
## [0.3.1](https://github.com/hyperledger/aries-framework-javascript/compare/v0.3.0...v0.3.1) (2022-12-27)
-**Note:** Version bump only for package @aries-framework/question-answer
+**Note:** Version bump only for package @credo-ts/question-answer
# [0.3.0](https://github.com/hyperledger/aries-framework-javascript/compare/v0.2.5...v0.3.0) (2022-12-22)
diff --git a/packages/question-answer/README.md b/packages/question-answer/README.md
index 33d1b17750..9ecbe23be0 100644
--- a/packages/question-answer/README.md
+++ b/packages/question-answer/README.md
@@ -19,10 +19,10 @@
alt="typescript"
src="https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg"
/>
-
@@ -32,16 +32,16 @@ Question Answer module for [Aries Framework JavaScript](https://github.com/hyper
### Installation
-Make sure you have set up the correct version of Aries Framework JavaScript according to the AFJ repository. To find out which version of AFJ you need to have installed you can run the following command. This will list the required peer dependency for `@aries-framework/core`.
+Make sure you have set up the correct version of Aries Framework JavaScript according to the AFJ repository. To find out which version of AFJ you need to have installed you can run the following command. This will list the required peer dependency for `@credo-ts/core`.
```sh
-npm info "@aries-framework/question-answer" peerDependencies
+npm info "@credo-ts/question-answer" peerDependencies
```
Then add the question-answer module to your project.
```sh
-yarn add @aries-framework/question-answer
+yarn add @credo-ts/question-answer
```
### Quick start
@@ -51,7 +51,7 @@ In order for this module to work, we have to inject it into the agent to access
### Example of usage
```ts
-import { QuestionAnswerModule } from '@aries-framework/question-answer'
+import { QuestionAnswerModule } from '@credo-ts/question-answer'
const agent = new Agent({
config: {
diff --git a/packages/question-answer/package.json b/packages/question-answer/package.json
index f42cd0cbd5..bb6f24ab18 100644
--- a/packages/question-answer/package.json
+++ b/packages/question-answer/package.json
@@ -1,5 +1,5 @@
{
- "name": "@aries-framework/question-answer",
+ "name": "@credo-ts/question-answer",
"main": "build/index",
"types": "build/index",
"version": "0.4.2",
@@ -24,13 +24,13 @@
"test": "jest"
},
"dependencies": {
- "@aries-framework/core": "0.4.2",
+ "@credo-ts/core": "0.4.2",
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
"rxjs": "^7.2.0"
},
"devDependencies": {
- "@aries-framework/node": "0.4.2",
+ "@credo-ts/node": "0.4.2",
"reflect-metadata": "^0.1.13",
"rimraf": "^4.4.0",
"typescript": "~4.9.5"
diff --git a/packages/question-answer/src/QuestionAnswerApi.ts b/packages/question-answer/src/QuestionAnswerApi.ts
index 5c732a8b70..573deda4ea 100644
--- a/packages/question-answer/src/QuestionAnswerApi.ts
+++ b/packages/question-answer/src/QuestionAnswerApi.ts
@@ -1,13 +1,7 @@
import type { QuestionAnswerRecord } from './repository'
-import type { Query } from '@aries-framework/core'
-
-import {
- getOutboundMessageContext,
- AgentContext,
- ConnectionService,
- injectable,
- MessageSender,
-} from '@aries-framework/core'
+import type { Query } from '@credo-ts/core'
+
+import { getOutboundMessageContext, AgentContext, ConnectionService, injectable, MessageSender } from '@credo-ts/core'
import { AnswerMessageHandler, QuestionMessageHandler } from './handlers'
import { ValidResponse } from './models'
diff --git a/packages/question-answer/src/QuestionAnswerEvents.ts b/packages/question-answer/src/QuestionAnswerEvents.ts
index 23b869e3c2..4e770ad296 100644
--- a/packages/question-answer/src/QuestionAnswerEvents.ts
+++ b/packages/question-answer/src/QuestionAnswerEvents.ts
@@ -1,6 +1,6 @@
import type { QuestionAnswerState } from './models'
import type { QuestionAnswerRecord } from './repository'
-import type { BaseEvent } from '@aries-framework/core'
+import type { BaseEvent } from '@credo-ts/core'
export enum QuestionAnswerEventTypes {
QuestionAnswerStateChanged = 'QuestionAnswerStateChanged',
diff --git a/packages/question-answer/src/QuestionAnswerModule.ts b/packages/question-answer/src/QuestionAnswerModule.ts
index 92059a07b7..6b877724aa 100644
--- a/packages/question-answer/src/QuestionAnswerModule.ts
+++ b/packages/question-answer/src/QuestionAnswerModule.ts
@@ -1,6 +1,6 @@
-import type { DependencyManager, FeatureRegistry, Module } from '@aries-framework/core'
+import type { DependencyManager, FeatureRegistry, Module } from '@credo-ts/core'
-import { Protocol } from '@aries-framework/core'
+import { Protocol } from '@credo-ts/core'
import { QuestionAnswerApi } from './QuestionAnswerApi'
import { QuestionAnswerRole } from './QuestionAnswerRole'
diff --git a/packages/question-answer/src/__tests__/QuestionAnswerModule.test.ts b/packages/question-answer/src/__tests__/QuestionAnswerModule.test.ts
index 1fc0a401b7..aaa38e727b 100644
--- a/packages/question-answer/src/__tests__/QuestionAnswerModule.test.ts
+++ b/packages/question-answer/src/__tests__/QuestionAnswerModule.test.ts
@@ -1,6 +1,6 @@
-import type { DependencyManager, FeatureRegistry } from '@aries-framework/core'
+import type { DependencyManager, FeatureRegistry } from '@credo-ts/core'
-import { Protocol } from '@aries-framework/core'
+import { Protocol } from '@credo-ts/core'
import {
QuestionAnswerApi,
@@ -8,7 +8,7 @@ import {
QuestionAnswerRepository,
QuestionAnswerRole,
QuestionAnswerService,
-} from '@aries-framework/question-answer'
+} from '@credo-ts/question-answer'
const dependencyManager = {
registerInstance: jest.fn(),
diff --git a/packages/question-answer/src/__tests__/QuestionAnswerService.test.ts b/packages/question-answer/src/__tests__/QuestionAnswerService.test.ts
index 4a21491d36..a323bf6e8d 100644
--- a/packages/question-answer/src/__tests__/QuestionAnswerService.test.ts
+++ b/packages/question-answer/src/__tests__/QuestionAnswerService.test.ts
@@ -1,8 +1,8 @@
-import type { AgentConfig, AgentContext, Repository, Wallet } from '@aries-framework/core'
-import type { QuestionAnswerStateChangedEvent, ValidResponse } from '@aries-framework/question-answer'
+import type { AgentConfig, AgentContext, Repository, Wallet } from '@credo-ts/core'
+import type { QuestionAnswerStateChangedEvent, ValidResponse } from '@credo-ts/question-answer'
-import { EventEmitter, SigningProviderRegistry, InboundMessageContext, DidExchangeState } from '@aries-framework/core'
-import { agentDependencies } from '@aries-framework/node'
+import { EventEmitter, SigningProviderRegistry, InboundMessageContext, DidExchangeState } from '@credo-ts/core'
+import { agentDependencies } from '@credo-ts/node'
import { Subject } from 'rxjs'
import { getAgentConfig, getAgentContext, getMockConnection, mockFunction } from '../../../core/tests/helpers'
@@ -18,7 +18,7 @@ import {
QuestionAnswerState,
QuestionMessage,
AnswerMessage,
-} from '@aries-framework/question-answer'
+} from '@credo-ts/question-answer'
jest.mock('../repository/QuestionAnswerRepository')
const QuestionAnswerRepositoryMock = QuestionAnswerRepository as jest.Mock
diff --git a/packages/question-answer/src/handlers/AnswerMessageHandler.ts b/packages/question-answer/src/handlers/AnswerMessageHandler.ts
index 6615e6c9e7..ab9be50dd8 100644
--- a/packages/question-answer/src/handlers/AnswerMessageHandler.ts
+++ b/packages/question-answer/src/handlers/AnswerMessageHandler.ts
@@ -1,5 +1,5 @@
import type { QuestionAnswerService } from '../services'
-import type { MessageHandler, MessageHandlerInboundMessage } from '@aries-framework/core'
+import type { MessageHandler, MessageHandlerInboundMessage } from '@credo-ts/core'
import { AnswerMessage } from '../messages'
diff --git a/packages/question-answer/src/handlers/QuestionMessageHandler.ts b/packages/question-answer/src/handlers/QuestionMessageHandler.ts
index 8da1caa222..12af8e3f27 100644
--- a/packages/question-answer/src/handlers/QuestionMessageHandler.ts
+++ b/packages/question-answer/src/handlers/QuestionMessageHandler.ts
@@ -1,5 +1,5 @@
import type { QuestionAnswerService } from '../services'
-import type { MessageHandler, MessageHandlerInboundMessage } from '@aries-framework/core'
+import type { MessageHandler, MessageHandlerInboundMessage } from '@credo-ts/core'
import { QuestionMessage } from '../messages'
diff --git a/packages/question-answer/src/messages/AnswerMessage.ts b/packages/question-answer/src/messages/AnswerMessage.ts
index d74498ea14..5ae9c157c9 100644
--- a/packages/question-answer/src/messages/AnswerMessage.ts
+++ b/packages/question-answer/src/messages/AnswerMessage.ts
@@ -1,4 +1,4 @@
-import { AgentMessage, IsValidMessageType, parseMessageType } from '@aries-framework/core'
+import { AgentMessage, IsValidMessageType, parseMessageType } from '@credo-ts/core'
import { Expose } from 'class-transformer'
import { IsString } from 'class-validator'
diff --git a/packages/question-answer/src/messages/QuestionMessage.ts b/packages/question-answer/src/messages/QuestionMessage.ts
index 1cc4003cd3..74897f02c3 100644
--- a/packages/question-answer/src/messages/QuestionMessage.ts
+++ b/packages/question-answer/src/messages/QuestionMessage.ts
@@ -1,4 +1,4 @@
-import { AgentMessage, IsValidMessageType, parseMessageType } from '@aries-framework/core'
+import { AgentMessage, IsValidMessageType, parseMessageType } from '@credo-ts/core'
import { Expose, Type } from 'class-transformer'
import { IsBoolean, IsInstance, IsOptional, IsString, ValidateNested } from 'class-validator'
diff --git a/packages/question-answer/src/repository/QuestionAnswerRecord.ts b/packages/question-answer/src/repository/QuestionAnswerRecord.ts
index 58175470fd..12ad9aece1 100644
--- a/packages/question-answer/src/repository/QuestionAnswerRecord.ts
+++ b/packages/question-answer/src/repository/QuestionAnswerRecord.ts
@@ -1,8 +1,8 @@
import type { QuestionAnswerRole } from '../QuestionAnswerRole'
import type { QuestionAnswerState, ValidResponse } from '../models'
-import type { RecordTags, TagsBase } from '@aries-framework/core'
+import type { RecordTags, TagsBase } from '@credo-ts/core'
-import { AriesFrameworkError, utils, BaseRecord } from '@aries-framework/core'
+import { AriesFrameworkError, utils, BaseRecord } from '@credo-ts/core'
export type CustomQuestionAnswerTags = TagsBase
export type DefaultQuestionAnswerTags = {
diff --git a/packages/question-answer/src/repository/QuestionAnswerRepository.ts b/packages/question-answer/src/repository/QuestionAnswerRepository.ts
index 5a034c7089..d6a529f09e 100644
--- a/packages/question-answer/src/repository/QuestionAnswerRepository.ts
+++ b/packages/question-answer/src/repository/QuestionAnswerRepository.ts
@@ -1,4 +1,4 @@
-import { EventEmitter, inject, injectable, InjectionSymbols, Repository, StorageService } from '@aries-framework/core'
+import { EventEmitter, inject, injectable, InjectionSymbols, Repository, StorageService } from '@credo-ts/core'
import { QuestionAnswerRecord } from './QuestionAnswerRecord'
diff --git a/packages/question-answer/src/services/QuestionAnswerService.ts b/packages/question-answer/src/services/QuestionAnswerService.ts
index 5223ab520f..9326eef223 100644
--- a/packages/question-answer/src/services/QuestionAnswerService.ts
+++ b/packages/question-answer/src/services/QuestionAnswerService.ts
@@ -1,8 +1,8 @@
import type { QuestionAnswerStateChangedEvent } from '../QuestionAnswerEvents'
import type { ValidResponse } from '../models'
-import type { AgentContext, InboundMessageContext, Query } from '@aries-framework/core'
+import type { AgentContext, InboundMessageContext, Query } from '@credo-ts/core'
-import { AriesFrameworkError, EventEmitter, inject, injectable, InjectionSymbols, Logger } from '@aries-framework/core'
+import { AriesFrameworkError, EventEmitter, inject, injectable, InjectionSymbols, Logger } from '@credo-ts/core'
import { QuestionAnswerEventTypes } from '../QuestionAnswerEvents'
import { QuestionAnswerRole } from '../QuestionAnswerRole'
diff --git a/packages/question-answer/tests/helpers.ts b/packages/question-answer/tests/helpers.ts
index cd2c9cc9e5..02bdeb4cf6 100644
--- a/packages/question-answer/tests/helpers.ts
+++ b/packages/question-answer/tests/helpers.ts
@@ -1,14 +1,14 @@
-import type { Agent } from '@aries-framework/core'
+import type { Agent } from '@credo-ts/core'
import type {
QuestionAnswerRole,
QuestionAnswerState,
QuestionAnswerStateChangedEvent,
-} from '@aries-framework/question-answer'
+} from '@credo-ts/question-answer'
import type { Observable } from 'rxjs'
import { catchError, filter, firstValueFrom, map, ReplaySubject, timeout } from 'rxjs'
-import { QuestionAnswerEventTypes } from '@aries-framework/question-answer'
+import { QuestionAnswerEventTypes } from '@credo-ts/question-answer'
export async function waitForQuestionAnswerRecord(
agent: Agent,
diff --git a/packages/question-answer/tests/question-answer.e2e.test.ts b/packages/question-answer/tests/question-answer.e2e.test.ts
index af3373de88..b3576bad3a 100644
--- a/packages/question-answer/tests/question-answer.e2e.test.ts
+++ b/packages/question-answer/tests/question-answer.e2e.test.ts
@@ -1,13 +1,13 @@
-import type { ConnectionRecord } from '@aries-framework/core'
+import type { ConnectionRecord } from '@credo-ts/core'
-import { Agent } from '@aries-framework/core'
+import { Agent } from '@credo-ts/core'
import { indySdk, setupSubjectTransports, testLogger, getAgentOptions, makeConnection } from '../../core/tests'
import { IndySdkModule } from '../../indy-sdk/src'
import { waitForQuestionAnswerRecord } from './helpers'
-import { QuestionAnswerModule, QuestionAnswerRole, QuestionAnswerState } from '@aries-framework/question-answer'
+import { QuestionAnswerModule, QuestionAnswerRole, QuestionAnswerState } from '@credo-ts/question-answer'
const modules = {
questionAnswer: new QuestionAnswerModule(),
diff --git a/packages/react-native/CHANGELOG.md b/packages/react-native/CHANGELOG.md
index 843d6e8f2b..f099b69ca9 100644
--- a/packages/react-native/CHANGELOG.md
+++ b/packages/react-native/CHANGELOG.md
@@ -5,7 +5,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
## [0.4.2](https://github.com/hyperledger/aries-framework-javascript/compare/v0.4.1...v0.4.2) (2023-10-05)
-**Note:** Version bump only for package @aries-framework/react-native
+**Note:** Version bump only for package @credo-ts/react-native
## [0.4.1](https://github.com/hyperledger/aries-framework-javascript/compare/v0.4.0...v0.4.1) (2023-08-28)
@@ -43,11 +43,11 @@ If you specified a custom path in `FileSystem` object constructor, you now must
## [0.3.2](https://github.com/hyperledger/aries-framework-javascript/compare/v0.3.1...v0.3.2) (2023-01-04)
-**Note:** Version bump only for package @aries-framework/react-native
+**Note:** Version bump only for package @credo-ts/react-native
## [0.3.1](https://github.com/hyperledger/aries-framework-javascript/compare/v0.3.0...v0.3.1) (2022-12-27)
-**Note:** Version bump only for package @aries-framework/react-native
+**Note:** Version bump only for package @credo-ts/react-native
# [0.3.0](https://github.com/hyperledger/aries-framework-javascript/compare/v0.2.5...v0.3.0) (2022-12-22)
@@ -64,23 +64,23 @@ If you specified a custom path in `FileSystem` object constructor, you now must
## [0.2.5](https://github.com/hyperledger/aries-framework-javascript/compare/v0.2.4...v0.2.5) (2022-10-13)
-**Note:** Version bump only for package @aries-framework/react-native
+**Note:** Version bump only for package @credo-ts/react-native
## [0.2.4](https://github.com/hyperledger/aries-framework-javascript/compare/v0.2.3...v0.2.4) (2022-09-10)
-**Note:** Version bump only for package @aries-framework/react-native
+**Note:** Version bump only for package @credo-ts/react-native
## [0.2.3](https://github.com/hyperledger/aries-framework-javascript/compare/v0.2.2...v0.2.3) (2022-08-30)
-**Note:** Version bump only for package @aries-framework/react-native
+**Note:** Version bump only for package @credo-ts/react-native
## [0.2.2](https://github.com/hyperledger/aries-framework-javascript/compare/v0.2.1...v0.2.2) (2022-07-15)
-**Note:** Version bump only for package @aries-framework/react-native
+**Note:** Version bump only for package @credo-ts/react-native
## [0.2.1](https://github.com/hyperledger/aries-framework-javascript/compare/v0.2.0...v0.2.1) (2022-07-08)
-**Note:** Version bump only for package @aries-framework/react-native
+**Note:** Version bump only for package @credo-ts/react-native
# [0.2.0](https://github.com/hyperledger/aries-framework-javascript/compare/v0.1.0...v0.2.0) (2022-06-24)
diff --git a/packages/react-native/README.md b/packages/react-native/README.md
index 0f8722f585..82ccee8bee 100644
--- a/packages/react-native/README.md
+++ b/packages/react-native/README.md
@@ -19,10 +19,10 @@
alt="typescript"
src="https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg"
/>
-
diff --git a/packages/react-native/package.json b/packages/react-native/package.json
index 7de95a6377..8909050c34 100644
--- a/packages/react-native/package.json
+++ b/packages/react-native/package.json
@@ -1,5 +1,5 @@
{
- "name": "@aries-framework/react-native",
+ "name": "@credo-ts/react-native",
"main": "build/index",
"types": "build/index",
"version": "0.4.2",
@@ -24,7 +24,7 @@
"test": "jest"
},
"dependencies": {
- "@aries-framework/core": "0.4.2",
+ "@credo-ts/core": "0.4.2",
"@azure/core-asynciterator-polyfill": "^1.0.2",
"events": "^3.3.0"
},
diff --git a/packages/react-native/src/ReactNativeFileSystem.ts b/packages/react-native/src/ReactNativeFileSystem.ts
index 27c7a4e25e..4360ed75a6 100644
--- a/packages/react-native/src/ReactNativeFileSystem.ts
+++ b/packages/react-native/src/ReactNativeFileSystem.ts
@@ -1,6 +1,6 @@
-import type { FileSystem, DownloadToFileOptions } from '@aries-framework/core'
+import type { FileSystem, DownloadToFileOptions } from '@credo-ts/core'
-import { TypedArrayEncoder, AriesFrameworkError, getDirFromFilePath, Buffer } from '@aries-framework/core'
+import { TypedArrayEncoder, AriesFrameworkError, getDirFromFilePath, Buffer } from '@credo-ts/core'
import { Platform } from 'react-native'
import * as RNFS from 'react-native-fs'
diff --git a/packages/react-native/src/index.ts b/packages/react-native/src/index.ts
index ea76cafbe0..d1da43a1ce 100644
--- a/packages/react-native/src/index.ts
+++ b/packages/react-native/src/index.ts
@@ -1,7 +1,7 @@
import 'react-native-get-random-values'
import '@azure/core-asynciterator-polyfill'
-import type { AgentDependencies } from '@aries-framework/core'
+import type { AgentDependencies } from '@credo-ts/core'
import { EventEmitter } from 'events'
diff --git a/packages/react-native/tests/index.test.ts b/packages/react-native/tests/index.test.ts
index 71422f72d5..38211e84f4 100644
--- a/packages/react-native/tests/index.test.ts
+++ b/packages/react-native/tests/index.test.ts
@@ -1,3 +1,3 @@
-describe('@aries-framework/react-native', () => {
+describe('@credo-ts/react-native', () => {
it.todo('React Native tests (need babel-jest)')
})
diff --git a/packages/sd-jwt-vc/README.md b/packages/sd-jwt-vc/README.md
index aaaac48824..3e8e1a69b1 100644
--- a/packages/sd-jwt-vc/README.md
+++ b/packages/sd-jwt-vc/README.md
@@ -19,10 +19,10 @@
alt="typescript"
src="https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg"
/>
-
@@ -32,7 +32,7 @@
Add the `sd-jwt-vc` module to your project.
```sh
-yarn add @aries-framework/sd-jwt-vc
+yarn add @credo-ts/sd-jwt-vc
```
### Quick start
@@ -40,7 +40,7 @@ yarn add @aries-framework/sd-jwt-vc
After the installation you can follow the [guide to setup your agent](https://aries.js.org/guides/0.4/getting-started/set-up) and add the following to your agent modules.
```ts
-import { SdJwtVcModule } from '@aries-framework/sd-jwt-vc'
+import { SdJwtVcModule } from '@credo-ts/sd-jwt-vc'
const agent = new Agent({
config: {
diff --git a/packages/sd-jwt-vc/package.json b/packages/sd-jwt-vc/package.json
index 1f973c648e..29ab75d4e0 100644
--- a/packages/sd-jwt-vc/package.json
+++ b/packages/sd-jwt-vc/package.json
@@ -1,5 +1,5 @@
{
- "name": "@aries-framework/sd-jwt-vc",
+ "name": "@credo-ts/sd-jwt-vc",
"main": "build/index",
"types": "build/index",
"version": "0.4.2",
@@ -24,8 +24,8 @@
"test": "jest"
},
"dependencies": {
- "@aries-framework/askar": "^0.4.2",
- "@aries-framework/core": "^0.4.2",
+ "@credo-ts/askar": "^0.4.2",
+ "@credo-ts/core": "^0.4.2",
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
"jwt-sd": "^0.1.2"
diff --git a/packages/sd-jwt-vc/src/SdJwtVcApi.ts b/packages/sd-jwt-vc/src/SdJwtVcApi.ts
index 8091d54c69..e72206c28d 100644
--- a/packages/sd-jwt-vc/src/SdJwtVcApi.ts
+++ b/packages/sd-jwt-vc/src/SdJwtVcApi.ts
@@ -6,9 +6,9 @@ import type {
} from './SdJwtVcOptions'
import type { SdJwtVcVerificationResult } from './SdJwtVcService'
import type { SdJwtVcRecord } from './repository'
-import type { Query } from '@aries-framework/core'
+import type { Query } from '@credo-ts/core'
-import { AgentContext, injectable } from '@aries-framework/core'
+import { AgentContext, injectable } from '@credo-ts/core'
import { SdJwtVcService } from './SdJwtVcService'
diff --git a/packages/sd-jwt-vc/src/SdJwtVcError.ts b/packages/sd-jwt-vc/src/SdJwtVcError.ts
index cacc4c7511..7f51b3d5de 100644
--- a/packages/sd-jwt-vc/src/SdJwtVcError.ts
+++ b/packages/sd-jwt-vc/src/SdJwtVcError.ts
@@ -1,3 +1,3 @@
-import { AriesFrameworkError } from '@aries-framework/core'
+import { AriesFrameworkError } from '@credo-ts/core'
export class SdJwtVcError extends AriesFrameworkError {}
diff --git a/packages/sd-jwt-vc/src/SdJwtVcModule.ts b/packages/sd-jwt-vc/src/SdJwtVcModule.ts
index eea361477f..f2c9508967 100644
--- a/packages/sd-jwt-vc/src/SdJwtVcModule.ts
+++ b/packages/sd-jwt-vc/src/SdJwtVcModule.ts
@@ -1,6 +1,6 @@
-import type { DependencyManager, Module } from '@aries-framework/core'
+import type { DependencyManager, Module } from '@credo-ts/core'
-import { AgentConfig } from '@aries-framework/core'
+import { AgentConfig } from '@credo-ts/core'
import { SdJwtVcApi } from './SdJwtVcApi'
import { SdJwtVcService } from './SdJwtVcService'
@@ -20,7 +20,7 @@ export class SdJwtVcModule implements Module {
dependencyManager
.resolve(AgentConfig)
.logger.warn(
- "The '@aries-framework/sd-jwt-vc' module is experimental and could have unexpected breaking changes. When using this module, make sure to use strict versions for all @aries-framework packages."
+ "The '@credo-ts/sd-jwt-vc' module is experimental and could have unexpected breaking changes. When using this module, make sure to use strict versions for all @aries-framework packages."
)
// Api
diff --git a/packages/sd-jwt-vc/src/SdJwtVcOptions.ts b/packages/sd-jwt-vc/src/SdJwtVcOptions.ts
index d7e2ea7ece..ba8d41949e 100644
--- a/packages/sd-jwt-vc/src/SdJwtVcOptions.ts
+++ b/packages/sd-jwt-vc/src/SdJwtVcOptions.ts
@@ -1,4 +1,4 @@
-import type { HashName, JwaSignatureAlgorithm } from '@aries-framework/core'
+import type { HashName, JwaSignatureAlgorithm } from '@credo-ts/core'
import type { DisclosureFrame } from 'jwt-sd'
export type SdJwtVcCreateOptions = Record> = {
diff --git a/packages/sd-jwt-vc/src/SdJwtVcService.ts b/packages/sd-jwt-vc/src/SdJwtVcService.ts
index e8af00af0d..32483a0446 100644
--- a/packages/sd-jwt-vc/src/SdJwtVcService.ts
+++ b/packages/sd-jwt-vc/src/SdJwtVcService.ts
@@ -4,7 +4,7 @@ import type {
SdJwtVcReceiveOptions,
SdJwtVcVerifyOptions,
} from './SdJwtVcOptions'
-import type { AgentContext, JwkJson, Query } from '@aries-framework/core'
+import type { AgentContext, JwkJson, Query } from '@credo-ts/core'
import type { Signer, SdJwtVcVerificationResult, Verifier, HasherAndAlgorithm } from 'jwt-sd'
import {
@@ -21,7 +21,7 @@ import {
Logger,
TypedArrayEncoder,
Buffer,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import { KeyBinding, SdJwtVc, HasherAlgorithm, Disclosure } from 'jwt-sd'
import { SdJwtVcError } from './SdJwtVcError'
diff --git a/packages/sd-jwt-vc/src/__tests__/SdJwtVcModule.test.ts b/packages/sd-jwt-vc/src/__tests__/SdJwtVcModule.test.ts
index 0adc239614..ad9e2b2e2b 100644
--- a/packages/sd-jwt-vc/src/__tests__/SdJwtVcModule.test.ts
+++ b/packages/sd-jwt-vc/src/__tests__/SdJwtVcModule.test.ts
@@ -1,4 +1,4 @@
-import type { DependencyManager } from '@aries-framework/core'
+import type { DependencyManager } from '@credo-ts/core'
import { SdJwtVcApi } from '../SdJwtVcApi'
import { SdJwtVcModule } from '../SdJwtVcModule'
diff --git a/packages/sd-jwt-vc/src/__tests__/SdJwtVcService.test.ts b/packages/sd-jwt-vc/src/__tests__/SdJwtVcService.test.ts
index a0347e3c46..020aea72fb 100644
--- a/packages/sd-jwt-vc/src/__tests__/SdJwtVcService.test.ts
+++ b/packages/sd-jwt-vc/src/__tests__/SdJwtVcService.test.ts
@@ -1,6 +1,6 @@
-import type { Key, Logger } from '@aries-framework/core'
+import type { Key, Logger } from '@credo-ts/core'
-import { AskarModule } from '@aries-framework/askar'
+import { AskarModule } from '@credo-ts/askar'
import {
getJwkFromKey,
DidKey,
@@ -11,7 +11,7 @@ import {
KeyType,
Agent,
TypedArrayEncoder,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import { ariesAskar } from '@hyperledger/aries-askar-nodejs'
import { agentDependencies } from '../../../core/tests'
diff --git a/packages/sd-jwt-vc/src/repository/SdJwtVcRecord.ts b/packages/sd-jwt-vc/src/repository/SdJwtVcRecord.ts
index 0075850113..b00f5e8860 100644
--- a/packages/sd-jwt-vc/src/repository/SdJwtVcRecord.ts
+++ b/packages/sd-jwt-vc/src/repository/SdJwtVcRecord.ts
@@ -1,7 +1,7 @@
-import type { TagsBase, Constructable } from '@aries-framework/core'
+import type { TagsBase, Constructable } from '@credo-ts/core'
import type { DisclosureItem, HasherAndAlgorithm } from 'jwt-sd'
-import { JsonTransformer, Hasher, TypedArrayEncoder, BaseRecord, utils } from '@aries-framework/core'
+import { JsonTransformer, Hasher, TypedArrayEncoder, BaseRecord, utils } from '@credo-ts/core'
import { Disclosure, HasherAlgorithm, SdJwtVc } from 'jwt-sd'
export type SdJwtVcRecordTags = TagsBase & {
diff --git a/packages/sd-jwt-vc/src/repository/SdJwtVcRepository.ts b/packages/sd-jwt-vc/src/repository/SdJwtVcRepository.ts
index 7ad7c2ecb8..1054cb4767 100644
--- a/packages/sd-jwt-vc/src/repository/SdJwtVcRepository.ts
+++ b/packages/sd-jwt-vc/src/repository/SdJwtVcRepository.ts
@@ -1,4 +1,4 @@
-import { EventEmitter, InjectionSymbols, inject, injectable, Repository, StorageService } from '@aries-framework/core'
+import { EventEmitter, InjectionSymbols, inject, injectable, Repository, StorageService } from '@credo-ts/core'
import { SdJwtVcRecord } from './SdJwtVcRecord'
diff --git a/packages/sd-jwt-vc/src/repository/__tests__/SdJwtVcRecord.test.ts b/packages/sd-jwt-vc/src/repository/__tests__/SdJwtVcRecord.test.ts
index 5033a32974..7ecad9e5f6 100644
--- a/packages/sd-jwt-vc/src/repository/__tests__/SdJwtVcRecord.test.ts
+++ b/packages/sd-jwt-vc/src/repository/__tests__/SdJwtVcRecord.test.ts
@@ -1,4 +1,4 @@
-import { JsonTransformer } from '@aries-framework/core'
+import { JsonTransformer } from '@credo-ts/core'
import { SdJwtVc, SignatureAndEncryptionAlgorithm } from 'jwt-sd'
import { SdJwtVcRecord } from '../SdJwtVcRecord'
diff --git a/packages/sd-jwt-vc/tests/sdJwtVc.e2e.test.ts b/packages/sd-jwt-vc/tests/sdJwtVc.e2e.test.ts
index 9db27d97fe..bdc7122104 100644
--- a/packages/sd-jwt-vc/tests/sdJwtVc.e2e.test.ts
+++ b/packages/sd-jwt-vc/tests/sdJwtVc.e2e.test.ts
@@ -1,6 +1,6 @@
-import type { Key } from '@aries-framework/core'
+import type { Key } from '@credo-ts/core'
-import { AskarModule } from '@aries-framework/askar'
+import { AskarModule } from '@credo-ts/askar'
import {
Agent,
DidKey,
@@ -10,7 +10,7 @@ import {
KeyType,
TypedArrayEncoder,
utils,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import { ariesAskar } from '@hyperledger/aries-askar-nodejs'
import { agentDependencies } from '../../core/tests'
diff --git a/packages/tenants/CHANGELOG.md b/packages/tenants/CHANGELOG.md
index b31092f57b..29e8fee283 100644
--- a/packages/tenants/CHANGELOG.md
+++ b/packages/tenants/CHANGELOG.md
@@ -5,7 +5,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
## [0.4.2](https://github.com/hyperledger/aries-framework-javascript/compare/v0.4.1...v0.4.2) (2023-10-05)
-**Note:** Version bump only for package @aries-framework/tenants
+**Note:** Version bump only for package @credo-ts/tenants
## [0.4.1](https://github.com/hyperledger/aries-framework-javascript/compare/v0.4.0...v0.4.1) (2023-08-28)
@@ -33,8 +33,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
## [0.3.1](https://github.com/hyperledger/aries-framework-javascript/compare/v0.3.0...v0.3.1) (2022-12-27)
-**Note:** Version bump only for package @aries-framework/tenants
+**Note:** Version bump only for package @credo-ts/tenants
# [0.3.0](https://github.com/hyperledger/aries-framework-javascript/compare/v0.2.5...v0.3.0) (2022-12-22)
-**Note:** Version bump only for package @aries-framework/tenants
+**Note:** Version bump only for package @credo-ts/tenants
diff --git a/packages/tenants/README.md b/packages/tenants/README.md
index 1a75feac00..a8735445f5 100644
--- a/packages/tenants/README.md
+++ b/packages/tenants/README.md
@@ -19,10 +19,10 @@
alt="typescript"
src="https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg"
/>
-
diff --git a/packages/tenants/package.json b/packages/tenants/package.json
index 3d8dde6a7b..b7d639aef0 100644
--- a/packages/tenants/package.json
+++ b/packages/tenants/package.json
@@ -1,5 +1,5 @@
{
- "name": "@aries-framework/tenants",
+ "name": "@credo-ts/tenants",
"main": "build/index",
"types": "build/index",
"version": "0.4.2",
@@ -24,11 +24,11 @@
"test": "jest"
},
"dependencies": {
- "@aries-framework/core": "0.4.2",
+ "@credo-ts/core": "0.4.2",
"async-mutex": "^0.4.0"
},
"devDependencies": {
- "@aries-framework/node": "0.4.2",
+ "@credo-ts/node": "0.4.2",
"reflect-metadata": "^0.1.13",
"rimraf": "^4.4.0",
"typescript": "~4.9.5"
diff --git a/packages/tenants/src/TenantAgent.ts b/packages/tenants/src/TenantAgent.ts
index cf0deb7931..23ce34c7c9 100644
--- a/packages/tenants/src/TenantAgent.ts
+++ b/packages/tenants/src/TenantAgent.ts
@@ -1,6 +1,6 @@
-import type { AgentContext, DefaultAgentModules, ModulesMap } from '@aries-framework/core'
+import type { AgentContext, DefaultAgentModules, ModulesMap } from '@credo-ts/core'
-import { AriesFrameworkError, BaseAgent } from '@aries-framework/core'
+import { AriesFrameworkError, BaseAgent } from '@credo-ts/core'
export class TenantAgent extends BaseAgent {
private sessionHasEnded = false
diff --git a/packages/tenants/src/TenantsApi.ts b/packages/tenants/src/TenantsApi.ts
index e29b487b14..92df8b30f4 100644
--- a/packages/tenants/src/TenantsApi.ts
+++ b/packages/tenants/src/TenantsApi.ts
@@ -1,7 +1,7 @@
import type { CreateTenantOptions, GetTenantAgentOptions, WithTenantAgentCallback } from './TenantsApiOptions'
-import type { DefaultAgentModules, ModulesMap } from '@aries-framework/core'
+import type { DefaultAgentModules, ModulesMap } from '@credo-ts/core'
-import { AgentContext, inject, InjectionSymbols, AgentContextProvider, injectable, Logger } from '@aries-framework/core'
+import { AgentContext, inject, InjectionSymbols, AgentContextProvider, injectable, Logger } from '@credo-ts/core'
import { TenantAgent } from './TenantAgent'
import { TenantRecordService } from './services'
diff --git a/packages/tenants/src/TenantsApiOptions.ts b/packages/tenants/src/TenantsApiOptions.ts
index def445b627..68348c2022 100644
--- a/packages/tenants/src/TenantsApiOptions.ts
+++ b/packages/tenants/src/TenantsApiOptions.ts
@@ -1,6 +1,6 @@
import type { TenantAgent } from './TenantAgent'
import type { TenantConfig } from './models/TenantConfig'
-import type { ModulesMap } from '@aries-framework/core'
+import type { ModulesMap } from '@credo-ts/core'
export interface GetTenantAgentOptions {
tenantId: string
diff --git a/packages/tenants/src/TenantsModule.ts b/packages/tenants/src/TenantsModule.ts
index 9c6052db0a..58660e70a0 100644
--- a/packages/tenants/src/TenantsModule.ts
+++ b/packages/tenants/src/TenantsModule.ts
@@ -1,7 +1,7 @@
import type { TenantsModuleConfigOptions } from './TenantsModuleConfig'
-import type { Constructor, ModulesMap, DependencyManager, Module, EmptyModuleMap } from '@aries-framework/core'
+import type { Constructor, ModulesMap, DependencyManager, Module, EmptyModuleMap } from '@credo-ts/core'
-import { AgentConfig, InjectionSymbols } from '@aries-framework/core'
+import { AgentConfig, InjectionSymbols } from '@credo-ts/core'
import { TenantsApi } from './TenantsApi'
import { TenantsModuleConfig } from './TenantsModuleConfig'
@@ -27,7 +27,7 @@ export class TenantsModule imp
dependencyManager
.resolve(AgentConfig)
.logger.warn(
- "The '@aries-framework/tenants' module is experimental and could have unexpected breaking changes. When using this module, make sure to use strict versions for all @aries-framework packages."
+ "The '@credo-ts/tenants' module is experimental and could have unexpected breaking changes. When using this module, make sure to use strict versions for all @aries-framework packages."
)
// Api
diff --git a/packages/tenants/src/__tests__/TenantAgent.test.ts b/packages/tenants/src/__tests__/TenantAgent.test.ts
index 1c3bb05cc3..c4c3589492 100644
--- a/packages/tenants/src/__tests__/TenantAgent.test.ts
+++ b/packages/tenants/src/__tests__/TenantAgent.test.ts
@@ -1,4 +1,4 @@
-import { Agent, AgentContext } from '@aries-framework/core'
+import { Agent, AgentContext } from '@credo-ts/core'
import { indySdk } from '../../../core/tests'
import { agentDependencies, getAgentConfig, getAgentContext } from '../../../core/tests/helpers'
diff --git a/packages/tenants/src/__tests__/TenantsApi.test.ts b/packages/tenants/src/__tests__/TenantsApi.test.ts
index 213e0cfda3..82b84bfb06 100644
--- a/packages/tenants/src/__tests__/TenantsApi.test.ts
+++ b/packages/tenants/src/__tests__/TenantsApi.test.ts
@@ -1,4 +1,4 @@
-import { Agent, AgentContext, InjectionSymbols } from '@aries-framework/core'
+import { Agent, AgentContext, InjectionSymbols } from '@credo-ts/core'
import { indySdk, getAgentContext, getAgentOptions, mockFunction } from '../../../core/tests'
import { IndySdkModule } from '../../../indy-sdk/src'
diff --git a/packages/tenants/src/__tests__/TenantsModule.test.ts b/packages/tenants/src/__tests__/TenantsModule.test.ts
index f6c8a4359e..d89873590a 100644
--- a/packages/tenants/src/__tests__/TenantsModule.test.ts
+++ b/packages/tenants/src/__tests__/TenantsModule.test.ts
@@ -1,4 +1,4 @@
-import { InjectionSymbols } from '@aries-framework/core'
+import { InjectionSymbols } from '@credo-ts/core'
import { DependencyManager } from '../../../core/src/plugins/DependencyManager'
import { mockFunction } from '../../../core/tests'
diff --git a/packages/tenants/src/context/TenantAgentContextProvider.ts b/packages/tenants/src/context/TenantAgentContextProvider.ts
index 9831ac3a23..27e8665373 100644
--- a/packages/tenants/src/context/TenantAgentContextProvider.ts
+++ b/packages/tenants/src/context/TenantAgentContextProvider.ts
@@ -1,4 +1,4 @@
-import type { AgentContextProvider, RoutingCreatedEvent, EncryptedMessage } from '@aries-framework/core'
+import type { AgentContextProvider, RoutingCreatedEvent, EncryptedMessage } from '@credo-ts/core'
import {
AriesFrameworkError,
@@ -14,7 +14,7 @@ import {
isValidJweStructure,
JsonEncoder,
isJsonObject,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import { TenantRecordService } from '../services'
diff --git a/packages/tenants/src/context/TenantSessionCoordinator.ts b/packages/tenants/src/context/TenantSessionCoordinator.ts
index c085675d5a..b262dc9ddc 100644
--- a/packages/tenants/src/context/TenantSessionCoordinator.ts
+++ b/packages/tenants/src/context/TenantSessionCoordinator.ts
@@ -11,7 +11,7 @@ import {
Logger,
WalletApi,
WalletError,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
import { Mutex, withTimeout } from 'async-mutex'
import { TenantsModuleConfig } from '../TenantsModuleConfig'
diff --git a/packages/tenants/src/context/TenantSessionMutex.ts b/packages/tenants/src/context/TenantSessionMutex.ts
index 7bfb8386ba..6e7a6aa6a4 100644
--- a/packages/tenants/src/context/TenantSessionMutex.ts
+++ b/packages/tenants/src/context/TenantSessionMutex.ts
@@ -1,7 +1,7 @@
-import type { Logger } from '@aries-framework/core'
+import type { Logger } from '@credo-ts/core'
import type { MutexInterface } from 'async-mutex'
-import { AriesFrameworkError } from '@aries-framework/core'
+import { AriesFrameworkError } from '@credo-ts/core'
import { withTimeout, Mutex } from 'async-mutex'
/**
diff --git a/packages/tenants/src/context/__tests__/TenantAgentContextProvider.test.ts b/packages/tenants/src/context/__tests__/TenantAgentContextProvider.test.ts
index aa6f80cd3b..08eafa629e 100644
--- a/packages/tenants/src/context/__tests__/TenantAgentContextProvider.test.ts
+++ b/packages/tenants/src/context/__tests__/TenantAgentContextProvider.test.ts
@@ -1,6 +1,6 @@
-import type { AgentContext } from '@aries-framework/core'
+import type { AgentContext } from '@credo-ts/core'
-import { Key } from '@aries-framework/core'
+import { Key } from '@credo-ts/core'
import { EventEmitter } from '../../../../core/src/agent/EventEmitter'
import { getAgentConfig, getAgentContext, mockFunction } from '../../../../core/tests/helpers'
diff --git a/packages/tenants/src/context/__tests__/TenantSessionCoordinator.test.ts b/packages/tenants/src/context/__tests__/TenantSessionCoordinator.test.ts
index 6744ef0359..ae5ce09ab9 100644
--- a/packages/tenants/src/context/__tests__/TenantSessionCoordinator.test.ts
+++ b/packages/tenants/src/context/__tests__/TenantSessionCoordinator.test.ts
@@ -1,7 +1,7 @@
import type { TenantAgentContextMapping } from '../TenantSessionCoordinator'
-import type { DependencyManager } from '@aries-framework/core'
+import type { DependencyManager } from '@credo-ts/core'
-import { AgentConfig, AgentContext, WalletApi } from '@aries-framework/core'
+import { AgentConfig, AgentContext, WalletApi } from '@credo-ts/core'
import { Mutex, withTimeout } from 'async-mutex'
import { getAgentConfig, getAgentContext, mockFunction } from '../../../../core/tests/helpers'
diff --git a/packages/tenants/src/models/TenantConfig.ts b/packages/tenants/src/models/TenantConfig.ts
index a5391e2f7d..3a6e856c7c 100644
--- a/packages/tenants/src/models/TenantConfig.ts
+++ b/packages/tenants/src/models/TenantConfig.ts
@@ -1,4 +1,4 @@
-import type { InitConfig, WalletConfig } from '@aries-framework/core'
+import type { InitConfig, WalletConfig } from '@credo-ts/core'
export type TenantConfig = Pick & {
walletConfig: Pick
diff --git a/packages/tenants/src/repository/TenantRecord.ts b/packages/tenants/src/repository/TenantRecord.ts
index 6c49689d9e..a1159e634e 100644
--- a/packages/tenants/src/repository/TenantRecord.ts
+++ b/packages/tenants/src/repository/TenantRecord.ts
@@ -1,7 +1,7 @@
import type { TenantConfig } from '../models/TenantConfig'
-import type { RecordTags, TagsBase } from '@aries-framework/core'
+import type { RecordTags, TagsBase } from '@credo-ts/core'
-import { BaseRecord, utils } from '@aries-framework/core'
+import { BaseRecord, utils } from '@credo-ts/core'
export type TenantRecordTags = RecordTags
diff --git a/packages/tenants/src/repository/TenantRepository.ts b/packages/tenants/src/repository/TenantRepository.ts
index abfd0da287..36d4365c4f 100644
--- a/packages/tenants/src/repository/TenantRepository.ts
+++ b/packages/tenants/src/repository/TenantRepository.ts
@@ -1,4 +1,4 @@
-import { Repository, StorageService, InjectionSymbols, EventEmitter, inject, injectable } from '@aries-framework/core'
+import { Repository, StorageService, InjectionSymbols, EventEmitter, inject, injectable } from '@credo-ts/core'
import { TenantRecord } from './TenantRecord'
diff --git a/packages/tenants/src/repository/TenantRoutingRecord.ts b/packages/tenants/src/repository/TenantRoutingRecord.ts
index 62987290b0..36dde915d7 100644
--- a/packages/tenants/src/repository/TenantRoutingRecord.ts
+++ b/packages/tenants/src/repository/TenantRoutingRecord.ts
@@ -1,6 +1,6 @@
-import type { RecordTags, TagsBase } from '@aries-framework/core'
+import type { RecordTags, TagsBase } from '@credo-ts/core'
-import { BaseRecord, utils } from '@aries-framework/core'
+import { BaseRecord, utils } from '@credo-ts/core'
export type TenantRoutingRecordTags = RecordTags
diff --git a/packages/tenants/src/repository/TenantRoutingRepository.ts b/packages/tenants/src/repository/TenantRoutingRepository.ts
index 1696aeb9fb..3a6ec1c8b1 100644
--- a/packages/tenants/src/repository/TenantRoutingRepository.ts
+++ b/packages/tenants/src/repository/TenantRoutingRepository.ts
@@ -1,6 +1,6 @@
-import type { AgentContext, Key } from '@aries-framework/core'
+import type { AgentContext, Key } from '@credo-ts/core'
-import { Repository, StorageService, InjectionSymbols, EventEmitter, inject, injectable } from '@aries-framework/core'
+import { Repository, StorageService, InjectionSymbols, EventEmitter, inject, injectable } from '@credo-ts/core'
import { TenantRoutingRecord } from './TenantRoutingRecord'
diff --git a/packages/tenants/src/repository/__tests__/TenantRecord.test.ts b/packages/tenants/src/repository/__tests__/TenantRecord.test.ts
index 563eac3a38..6c68b0ee3a 100644
--- a/packages/tenants/src/repository/__tests__/TenantRecord.test.ts
+++ b/packages/tenants/src/repository/__tests__/TenantRecord.test.ts
@@ -1,4 +1,4 @@
-import { JsonTransformer } from '@aries-framework/core'
+import { JsonTransformer } from '@credo-ts/core'
import { TenantRecord } from '../TenantRecord'
diff --git a/packages/tenants/src/repository/__tests__/TenantRoutingRecord.test.ts b/packages/tenants/src/repository/__tests__/TenantRoutingRecord.test.ts
index 424f753480..960c3b911a 100644
--- a/packages/tenants/src/repository/__tests__/TenantRoutingRecord.test.ts
+++ b/packages/tenants/src/repository/__tests__/TenantRoutingRecord.test.ts
@@ -1,4 +1,4 @@
-import { JsonTransformer } from '@aries-framework/core'
+import { JsonTransformer } from '@credo-ts/core'
import { TenantRoutingRecord } from '../TenantRoutingRecord'
diff --git a/packages/tenants/src/repository/__tests__/TenantRoutingRepository.test.ts b/packages/tenants/src/repository/__tests__/TenantRoutingRepository.test.ts
index 46135788ca..6be2da8c96 100644
--- a/packages/tenants/src/repository/__tests__/TenantRoutingRepository.test.ts
+++ b/packages/tenants/src/repository/__tests__/TenantRoutingRepository.test.ts
@@ -1,6 +1,6 @@
-import type { StorageService, EventEmitter } from '@aries-framework/core'
+import type { StorageService, EventEmitter } from '@credo-ts/core'
-import { Key } from '@aries-framework/core'
+import { Key } from '@credo-ts/core'
import { getAgentContext, mockFunction } from '../../../../core/tests/helpers'
import { TenantRoutingRecord } from '../TenantRoutingRecord'
diff --git a/packages/tenants/src/services/TenantRecordService.ts b/packages/tenants/src/services/TenantRecordService.ts
index 3b690d7c3c..3dc038b00b 100644
--- a/packages/tenants/src/services/TenantRecordService.ts
+++ b/packages/tenants/src/services/TenantRecordService.ts
@@ -1,7 +1,7 @@
import type { TenantConfig } from '../models/TenantConfig'
-import type { AgentContext, Key } from '@aries-framework/core'
+import type { AgentContext, Key } from '@credo-ts/core'
-import { injectable, utils, KeyDerivationMethod } from '@aries-framework/core'
+import { injectable, utils, KeyDerivationMethod } from '@credo-ts/core'
import { TenantRepository, TenantRecord, TenantRoutingRepository, TenantRoutingRecord } from '../repository'
diff --git a/packages/tenants/src/services/__tests__/TenantService.test.ts b/packages/tenants/src/services/__tests__/TenantService.test.ts
index 228eb597a4..112c880eba 100644
--- a/packages/tenants/src/services/__tests__/TenantService.test.ts
+++ b/packages/tenants/src/services/__tests__/TenantService.test.ts
@@ -1,6 +1,6 @@
-import type { Wallet } from '@aries-framework/core'
+import type { Wallet } from '@credo-ts/core'
-import { Key } from '@aries-framework/core'
+import { Key } from '@credo-ts/core'
import { getAgentContext, mockFunction } from '../../../../core/tests/helpers'
import { TenantRecord, TenantRoutingRecord } from '../../repository'
diff --git a/packages/tenants/tests/tenant-sessions.e2e.test.ts b/packages/tenants/tests/tenant-sessions.e2e.test.ts
index 24a66caad9..d348240b34 100644
--- a/packages/tenants/tests/tenant-sessions.e2e.test.ts
+++ b/packages/tenants/tests/tenant-sessions.e2e.test.ts
@@ -1,12 +1,12 @@
-import type { InitConfig } from '@aries-framework/core'
+import type { InitConfig } from '@credo-ts/core'
-import { ConnectionsModule, Agent } from '@aries-framework/core'
-import { agentDependencies } from '@aries-framework/node'
+import { ConnectionsModule, Agent } from '@credo-ts/core'
+import { agentDependencies } from '@credo-ts/node'
import { testLogger, indySdk } from '../../core/tests'
import { IndySdkModule } from '../../indy-sdk/src'
-import { TenantsModule } from '@aries-framework/tenants'
+import { TenantsModule } from '@credo-ts/tenants'
const agentConfig: InitConfig = {
label: 'Tenant Agent 1',
diff --git a/packages/tenants/tests/tenants-askar-profiles.e2e.test.ts b/packages/tenants/tests/tenants-askar-profiles.e2e.test.ts
index afe8bb9692..a32a79394e 100644
--- a/packages/tenants/tests/tenants-askar-profiles.e2e.test.ts
+++ b/packages/tenants/tests/tenants-askar-profiles.e2e.test.ts
@@ -1,13 +1,13 @@
-import type { InitConfig } from '@aries-framework/core'
+import type { InitConfig } from '@credo-ts/core'
-import { Agent } from '@aries-framework/core'
-import { agentDependencies } from '@aries-framework/node'
+import { Agent } from '@credo-ts/core'
+import { agentDependencies } from '@credo-ts/node'
import { AskarModule, AskarMultiWalletDatabaseScheme, AskarProfileWallet, AskarWallet } from '../../askar/src'
import { askarModuleConfig } from '../../askar/tests/helpers'
import { testLogger } from '../../core/tests'
-import { TenantsModule } from '@aries-framework/tenants'
+import { TenantsModule } from '@credo-ts/tenants'
describe('Tenants Askar database schemes E2E', () => {
test('uses AskarWallet for all wallets and tenants when database schema is DatabasePerWallet', async () => {
diff --git a/packages/tenants/tests/tenants.e2e.test.ts b/packages/tenants/tests/tenants.e2e.test.ts
index ffd2518f5b..3e9ad92480 100644
--- a/packages/tenants/tests/tenants.e2e.test.ts
+++ b/packages/tenants/tests/tenants.e2e.test.ts
@@ -1,14 +1,14 @@
-import type { InitConfig } from '@aries-framework/core'
+import type { InitConfig } from '@credo-ts/core'
-import { ConnectionsModule, OutOfBandRecord, Agent, CacheModule, InMemoryLruCache } from '@aries-framework/core'
-import { agentDependencies } from '@aries-framework/node'
+import { ConnectionsModule, OutOfBandRecord, Agent, CacheModule, InMemoryLruCache } from '@credo-ts/core'
+import { agentDependencies } from '@credo-ts/node'
import { SubjectInboundTransport } from '../../../tests/transport/SubjectInboundTransport'
import { SubjectOutboundTransport } from '../../../tests/transport/SubjectOutboundTransport'
import { testLogger, indySdk } from '../../core/tests'
import { IndySdkModule } from '../../indy-sdk/src'
-import { TenantsModule } from '@aries-framework/tenants'
+import { TenantsModule } from '@credo-ts/tenants'
const agent1Config: InitConfig = {
label: 'Tenant Agent 1',
diff --git a/samples/extension-module/dummy/DummyApi.ts b/samples/extension-module/dummy/DummyApi.ts
index b99ae9a3b6..286bb363d0 100644
--- a/samples/extension-module/dummy/DummyApi.ts
+++ b/samples/extension-module/dummy/DummyApi.ts
@@ -1,13 +1,7 @@
import type { DummyRecord } from './repository/DummyRecord'
-import type { Query } from '@aries-framework/core'
-
-import {
- getOutboundMessageContext,
- AgentContext,
- ConnectionService,
- injectable,
- MessageSender,
-} from '@aries-framework/core'
+import type { Query } from '@credo-ts/core'
+
+import { getOutboundMessageContext, AgentContext, ConnectionService, injectable, MessageSender } from '@credo-ts/core'
import { DummyRequestHandler, DummyResponseHandler } from './handlers'
import { DummyState } from './repository'
diff --git a/samples/extension-module/dummy/DummyModule.ts b/samples/extension-module/dummy/DummyModule.ts
index e844dceb41..9d97e843a7 100644
--- a/samples/extension-module/dummy/DummyModule.ts
+++ b/samples/extension-module/dummy/DummyModule.ts
@@ -1,7 +1,7 @@
import type { DummyModuleConfigOptions } from './DummyModuleConfig'
-import type { DependencyManager, FeatureRegistry, Module } from '@aries-framework/core'
+import type { DependencyManager, FeatureRegistry, Module } from '@credo-ts/core'
-import { Protocol } from '@aries-framework/core'
+import { Protocol } from '@credo-ts/core'
import { DummyApi } from './DummyApi'
import { DummyModuleConfig } from './DummyModuleConfig'
diff --git a/samples/extension-module/dummy/handlers/DummyRequestHandler.ts b/samples/extension-module/dummy/handlers/DummyRequestHandler.ts
index 320dd45184..928c070af0 100644
--- a/samples/extension-module/dummy/handlers/DummyRequestHandler.ts
+++ b/samples/extension-module/dummy/handlers/DummyRequestHandler.ts
@@ -1,7 +1,7 @@
import type { DummyService } from '../services'
-import type { MessageHandler, MessageHandlerInboundMessage } from '@aries-framework/core'
+import type { MessageHandler, MessageHandlerInboundMessage } from '@credo-ts/core'
-import { getOutboundMessageContext } from '@aries-framework/core'
+import { getOutboundMessageContext } from '@credo-ts/core'
import { DummyRequestMessage } from '../messages'
diff --git a/samples/extension-module/dummy/handlers/DummyResponseHandler.ts b/samples/extension-module/dummy/handlers/DummyResponseHandler.ts
index f7acbdd0fb..194a57f639 100644
--- a/samples/extension-module/dummy/handlers/DummyResponseHandler.ts
+++ b/samples/extension-module/dummy/handlers/DummyResponseHandler.ts
@@ -1,5 +1,5 @@
import type { DummyService } from '../services'
-import type { MessageHandler, MessageHandlerInboundMessage } from '@aries-framework/core'
+import type { MessageHandler, MessageHandlerInboundMessage } from '@credo-ts/core'
import { DummyResponseMessage } from '../messages'
diff --git a/samples/extension-module/dummy/messages/DummyRequestMessage.ts b/samples/extension-module/dummy/messages/DummyRequestMessage.ts
index 5ca16f25dd..871c8de61d 100644
--- a/samples/extension-module/dummy/messages/DummyRequestMessage.ts
+++ b/samples/extension-module/dummy/messages/DummyRequestMessage.ts
@@ -1,4 +1,4 @@
-import { AgentMessage, IsValidMessageType, parseMessageType, ReturnRouteTypes } from '@aries-framework/core'
+import { AgentMessage, IsValidMessageType, parseMessageType, ReturnRouteTypes } from '@credo-ts/core'
export interface DummyRequestMessageOptions {
id?: string
diff --git a/samples/extension-module/dummy/messages/DummyResponseMessage.ts b/samples/extension-module/dummy/messages/DummyResponseMessage.ts
index 560183d95c..ce4e32ebbe 100644
--- a/samples/extension-module/dummy/messages/DummyResponseMessage.ts
+++ b/samples/extension-module/dummy/messages/DummyResponseMessage.ts
@@ -1,4 +1,4 @@
-import { AgentMessage, IsValidMessageType, parseMessageType } from '@aries-framework/core'
+import { AgentMessage, IsValidMessageType, parseMessageType } from '@credo-ts/core'
export interface DummyResponseMessageOptions {
id?: string
diff --git a/samples/extension-module/dummy/repository/DummyRecord.ts b/samples/extension-module/dummy/repository/DummyRecord.ts
index 68321eeaf5..4bd52cc4c3 100644
--- a/samples/extension-module/dummy/repository/DummyRecord.ts
+++ b/samples/extension-module/dummy/repository/DummyRecord.ts
@@ -1,6 +1,6 @@
import type { DummyState } from './DummyState'
-import { BaseRecord } from '@aries-framework/core'
+import { BaseRecord } from '@credo-ts/core'
import { v4 as uuid } from 'uuid'
export interface DummyStorageProps {
diff --git a/samples/extension-module/dummy/repository/DummyRepository.ts b/samples/extension-module/dummy/repository/DummyRepository.ts
index e012f1a6ee..142f05380f 100644
--- a/samples/extension-module/dummy/repository/DummyRepository.ts
+++ b/samples/extension-module/dummy/repository/DummyRepository.ts
@@ -1,4 +1,4 @@
-import { Repository, StorageService, InjectionSymbols, EventEmitter, inject, injectable } from '@aries-framework/core'
+import { Repository, StorageService, InjectionSymbols, EventEmitter, inject, injectable } from '@credo-ts/core'
import { DummyRecord } from './DummyRecord'
diff --git a/samples/extension-module/dummy/services/DummyEvents.ts b/samples/extension-module/dummy/services/DummyEvents.ts
index 981630e0df..9a584b0213 100644
--- a/samples/extension-module/dummy/services/DummyEvents.ts
+++ b/samples/extension-module/dummy/services/DummyEvents.ts
@@ -1,6 +1,6 @@
import type { DummyRecord } from '../repository/DummyRecord'
import type { DummyState } from '../repository/DummyState'
-import type { BaseEvent } from '@aries-framework/core'
+import type { BaseEvent } from '@credo-ts/core'
export enum DummyEventTypes {
StateChanged = 'DummyStateChanged',
diff --git a/samples/extension-module/dummy/services/DummyService.ts b/samples/extension-module/dummy/services/DummyService.ts
index a4a8a6a22f..10a9294a57 100644
--- a/samples/extension-module/dummy/services/DummyService.ts
+++ b/samples/extension-module/dummy/services/DummyService.ts
@@ -1,7 +1,7 @@
import type { DummyStateChangedEvent } from './DummyEvents'
-import type { Query, AgentContext, ConnectionRecord, InboundMessageContext } from '@aries-framework/core'
+import type { Query, AgentContext, ConnectionRecord, InboundMessageContext } from '@credo-ts/core'
-import { injectable, EventEmitter } from '@aries-framework/core'
+import { injectable, EventEmitter } from '@credo-ts/core'
import { DummyModuleConfig } from '../DummyModuleConfig'
import { DummyRequestMessage, DummyResponseMessage } from '../messages'
diff --git a/samples/extension-module/package.json b/samples/extension-module/package.json
index 97ac103498..22e1e400d6 100644
--- a/samples/extension-module/package.json
+++ b/samples/extension-module/package.json
@@ -13,8 +13,8 @@
"responder": "ts-node responder.ts"
},
"devDependencies": {
- "@aries-framework/core": "*",
- "@aries-framework/node": "*",
+ "@credo-ts/core": "*",
+ "@credo-ts/node": "*",
"ts-node": "^10.4.0"
},
"dependencies": {
diff --git a/samples/extension-module/requester.ts b/samples/extension-module/requester.ts
index c148a35eb0..94293e3cd3 100644
--- a/samples/extension-module/requester.ts
+++ b/samples/extension-module/requester.ts
@@ -8,8 +8,8 @@ import {
LogLevel,
WsOutboundTransport,
ConnectionsModule,
-} from '@aries-framework/core'
-import { agentDependencies } from '@aries-framework/node'
+} from '@credo-ts/core'
+import { agentDependencies } from '@credo-ts/node'
import { filter, first, firstValueFrom, map, ReplaySubject, timeout } from 'rxjs'
import { DummyEventTypes, DummyState, DummyModule } from './dummy'
diff --git a/samples/extension-module/responder.ts b/samples/extension-module/responder.ts
index c18894ce5f..f1b3e655d5 100644
--- a/samples/extension-module/responder.ts
+++ b/samples/extension-module/responder.ts
@@ -1,8 +1,8 @@
import type { DummyStateChangedEvent } from './dummy'
import type { Socket } from 'net'
-import { Agent, ConnectionsModule, ConsoleLogger, LogLevel } from '@aries-framework/core'
-import { agentDependencies, HttpInboundTransport, WsInboundTransport } from '@aries-framework/node'
+import { Agent, ConnectionsModule, ConsoleLogger, LogLevel } from '@credo-ts/core'
+import { agentDependencies, HttpInboundTransport, WsInboundTransport } from '@credo-ts/node'
import express from 'express'
import { Server } from 'ws'
diff --git a/samples/extension-module/tests/dummy.e2e.test.ts b/samples/extension-module/tests/dummy.e2e.test.ts
index 4ae3b51069..c042a7d546 100644
--- a/samples/extension-module/tests/dummy.e2e.test.ts
+++ b/samples/extension-module/tests/dummy.e2e.test.ts
@@ -1,7 +1,7 @@
import type { SubjectMessage } from '../../../tests/transport/SubjectInboundTransport'
-import type { ConnectionRecord } from '@aries-framework/core'
+import type { ConnectionRecord } from '@credo-ts/core'
-import { Agent } from '@aries-framework/core'
+import { Agent } from '@credo-ts/core'
import { Subject } from 'rxjs'
import { indySdk } from '../../../packages/core/tests'
diff --git a/samples/extension-module/tests/helpers.ts b/samples/extension-module/tests/helpers.ts
index 4f06c00169..8372fbbea3 100644
--- a/samples/extension-module/tests/helpers.ts
+++ b/samples/extension-module/tests/helpers.ts
@@ -1,6 +1,6 @@
import type { DummyState } from '../dummy/repository'
import type { DummyStateChangedEvent } from '../dummy/services'
-import type { Agent } from '@aries-framework/core'
+import type { Agent } from '@credo-ts/core'
import type { Observable } from 'rxjs'
import { catchError, filter, firstValueFrom, map, ReplaySubject, timeout } from 'rxjs'
diff --git a/samples/mediator.ts b/samples/mediator.ts
index 5c2bcc14cc..a2afe7f156 100644
--- a/samples/mediator.ts
+++ b/samples/mediator.ts
@@ -12,7 +12,7 @@
* to the mediator, request mediation and set the mediator as default.
*/
-import type { InitConfig } from '@aries-framework/core'
+import type { InitConfig } from '@credo-ts/core'
import type { Socket } from 'net'
import { ariesAskar } from '@hyperledger/aries-askar-nodejs'
@@ -21,7 +21,7 @@ import { Server } from 'ws'
import { TestLogger } from '../packages/core/tests/logger'
-import { AskarModule } from '@aries-framework/askar'
+import { AskarModule } from '@credo-ts/askar'
import {
ConnectionsModule,
MediatorModule,
@@ -30,8 +30,8 @@ import {
ConnectionInvitationMessage,
LogLevel,
WsOutboundTransport,
-} from '@aries-framework/core'
-import { HttpInboundTransport, agentDependencies, WsInboundTransport } from '@aries-framework/node'
+} from '@credo-ts/core'
+import { HttpInboundTransport, agentDependencies, WsInboundTransport } from '@credo-ts/node'
const port = process.env.AGENT_PORT ? Number(process.env.AGENT_PORT) : 3001
diff --git a/samples/tails/FullTailsFileService.ts b/samples/tails/FullTailsFileService.ts
index 8d5d2a0eec..9edc2a9f18 100644
--- a/samples/tails/FullTailsFileService.ts
+++ b/samples/tails/FullTailsFileService.ts
@@ -1,8 +1,8 @@
-import type { AnonCredsRevocationRegistryDefinition } from '@aries-framework/anoncreds'
-import type { AgentContext } from '@aries-framework/core'
+import type { AnonCredsRevocationRegistryDefinition } from '@credo-ts/anoncreds'
+import type { AgentContext } from '@credo-ts/core'
-import { BasicTailsFileService } from '@aries-framework/anoncreds'
-import { utils } from '@aries-framework/core'
+import { BasicTailsFileService } from '@credo-ts/anoncreds'
+import { utils } from '@credo-ts/core'
import FormData from 'form-data'
import fs from 'fs'
diff --git a/samples/tails/package.json b/samples/tails/package.json
index 44cb263a53..2815c86f7f 100644
--- a/samples/tails/package.json
+++ b/samples/tails/package.json
@@ -15,8 +15,8 @@
"ts-node": "^10.4.0"
},
"dependencies": {
- "@aries-framework/anoncreds": "^0.4.0",
- "@aries-framework/core": "^0.4.0",
+ "@credo-ts/anoncreds": "^0.4.0",
+ "@credo-ts/core": "^0.4.0",
"@types/express": "^4.17.13",
"@types/multer": "^1.4.7",
"@types/uuid": "^9.0.1",
diff --git a/samples/tails/server.ts b/samples/tails/server.ts
index b02d420d30..4406586958 100644
--- a/samples/tails/server.ts
+++ b/samples/tails/server.ts
@@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
-import { ConsoleLogger, LogLevel } from '@aries-framework/core'
+import { ConsoleLogger, LogLevel } from '@credo-ts/core'
import { createHash } from 'crypto'
import express from 'express'
import fs from 'fs'
diff --git a/tests/InMemoryStorageService.ts b/tests/InMemoryStorageService.ts
index c5ba42820f..40f48c8406 100644
--- a/tests/InMemoryStorageService.ts
+++ b/tests/InMemoryStorageService.ts
@@ -2,7 +2,7 @@ import type { AgentContext } from '../packages/core/src/agent'
import type { BaseRecord, TagsBase } from '../packages/core/src/storage/BaseRecord'
import type { StorageService, BaseRecordConstructor, Query } from '../packages/core/src/storage/StorageService'
-import { RecordNotFoundError, RecordDuplicateError, JsonTransformer, injectable } from '@aries-framework/core'
+import { RecordNotFoundError, RecordDuplicateError, JsonTransformer, injectable } from '@credo-ts/core'
interface StorageRecord {
value: Record
diff --git a/tests/e2e-askar-indy-sdk-wallet-subject.test.ts b/tests/e2e-askar-indy-sdk-wallet-subject.test.ts
index 24e0d76524..560f031dc4 100644
--- a/tests/e2e-askar-indy-sdk-wallet-subject.test.ts
+++ b/tests/e2e-askar-indy-sdk-wallet-subject.test.ts
@@ -19,7 +19,7 @@ import {
MediatorModule,
MediatorPickupStrategy,
MediationRecipientModule,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
const recipientAgentOptions = getAgentOptions(
'E2E Askar Subject Recipient',
diff --git a/tests/e2e-http.test.ts b/tests/e2e-http.test.ts
index befa8fe000..45cc0bfae4 100644
--- a/tests/e2e-http.test.ts
+++ b/tests/e2e-http.test.ts
@@ -12,8 +12,8 @@ import {
MediatorPickupStrategy,
MediationRecipientModule,
MediatorModule,
-} from '@aries-framework/core'
-import { HttpInboundTransport } from '@aries-framework/node'
+} from '@credo-ts/core'
+import { HttpInboundTransport } from '@credo-ts/node'
const recipientAgentOptions = getAgentOptions(
'E2E HTTP Recipient',
diff --git a/tests/e2e-subject.test.ts b/tests/e2e-subject.test.ts
index a724d4bedd..35656e6835 100644
--- a/tests/e2e-subject.test.ts
+++ b/tests/e2e-subject.test.ts
@@ -16,7 +16,7 @@ import {
MediatorModule,
MediatorPickupStrategy,
MediationRecipientModule,
-} from '@aries-framework/core'
+} from '@credo-ts/core'
const recipientAgentOptions = getAgentOptions(
'E2E Subject Recipient',
diff --git a/tests/e2e-test.ts b/tests/e2e-test.ts
index b1958e1b8a..a245c976db 100644
--- a/tests/e2e-test.ts
+++ b/tests/e2e-test.ts
@@ -10,13 +10,7 @@ import { sleep } from '../packages/core/src/utils/sleep'
import { setupEventReplaySubjects } from '../packages/core/tests'
import { makeConnection } from '../packages/core/tests/helpers'
-import {
- CredentialState,
- MediationState,
- ProofState,
- CredentialEventTypes,
- ProofEventTypes,
-} from '@aries-framework/core'
+import { CredentialState, MediationState, ProofState, CredentialEventTypes, ProofEventTypes } from '@credo-ts/core'
export async function e2eTest({
mediatorAgent,
diff --git a/tests/e2e-ws-pickup-v2.test.ts b/tests/e2e-ws-pickup-v2.test.ts
index 3ee7ffb404..68c64cda7f 100644
--- a/tests/e2e-ws-pickup-v2.test.ts
+++ b/tests/e2e-ws-pickup-v2.test.ts
@@ -12,8 +12,8 @@ import {
MediatorPickupStrategy,
MediationRecipientModule,
MediatorModule,
-} from '@aries-framework/core'
-import { WsInboundTransport } from '@aries-framework/node'
+} from '@credo-ts/core'
+import { WsInboundTransport } from '@credo-ts/node'
const recipientOptions = getAgentOptions(
'E2E WS Pickup V2 Recipient ',
diff --git a/tests/e2e-ws.test.ts b/tests/e2e-ws.test.ts
index b3969a8748..76aa6c9a9f 100644
--- a/tests/e2e-ws.test.ts
+++ b/tests/e2e-ws.test.ts
@@ -12,8 +12,8 @@ import {
MediatorPickupStrategy,
MediationRecipientModule,
MediatorModule,
-} from '@aries-framework/core'
-import { WsInboundTransport } from '@aries-framework/node'
+} from '@credo-ts/core'
+import { WsInboundTransport } from '@credo-ts/node'
const recipientAgentOptions = getAgentOptions(
'E2E WS Recipient ',
diff --git a/tests/jest.config.ts b/tests/jest.config.ts
index 3218944397..0f965f5f8a 100644
--- a/tests/jest.config.ts
+++ b/tests/jest.config.ts
@@ -4,7 +4,7 @@ import base from '../jest.config.base'
const config: Config.InitialOptions = {
...base,
- displayName: '@aries-framework/e2e-test',
+ displayName: '@credo-ts/e2e-test',
setupFilesAfterEnv: ['../packages/core/tests/setup.ts'],
}
diff --git a/tests/transport/SubjectOutboundTransport.ts b/tests/transport/SubjectOutboundTransport.ts
index 44f64555af..2ca5fc7e1d 100644
--- a/tests/transport/SubjectOutboundTransport.ts
+++ b/tests/transport/SubjectOutboundTransport.ts
@@ -1,9 +1,9 @@
import type { SubjectMessage } from './SubjectInboundTransport'
-import type { OutboundPackage, OutboundTransport, Agent, Logger } from '@aries-framework/core'
+import type { OutboundPackage, OutboundTransport, Agent, Logger } from '@credo-ts/core'
import { takeUntil, Subject, take } from 'rxjs'
-import { MessageReceiver, InjectionSymbols, AriesFrameworkError } from '@aries-framework/core'
+import { MessageReceiver, InjectionSymbols, AriesFrameworkError } from '@credo-ts/core'
export class SubjectOutboundTransport implements OutboundTransport {
private logger!: Logger
diff --git a/tsconfig.eslint.json b/tsconfig.eslint.json
index 32670107d7..e2cd714c3a 100644
--- a/tsconfig.eslint.json
+++ b/tsconfig.eslint.json
@@ -4,7 +4,7 @@
"compilerOptions": {
"baseUrl": ".",
"paths": {
- "@aries-framework/*": ["packages/*/src"]
+ "@credo-ts/*": ["packages/*/src"]
}
},
"include": [
diff --git a/tsconfig.json b/tsconfig.json
index 095aea7ec8..8ba0dbb553 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -7,7 +7,7 @@
"compilerOptions": {
"baseUrl": ".",
"paths": {
- "@aries-framework/*": ["packages/*/src"]
+ "@credo-ts/*": ["packages/*/src"]
},
"types": ["jest", "node"]
},
diff --git a/tsconfig.test.json b/tsconfig.test.json
index 096b728637..a95d1e400e 100644
--- a/tsconfig.test.json
+++ b/tsconfig.test.json
@@ -6,7 +6,7 @@
"compilerOptions": {
"baseUrl": ".",
"paths": {
- "@aries-framework/*": ["packages/*/src"]
+ "@credo-ts/*": ["packages/*/src"]
},
"types": ["jest", "node"]
},