Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/decode-uri-component…
Browse files Browse the repository at this point in the history
…-0.2.2
  • Loading branch information
TimoGlastra authored Dec 9, 2022
2 parents 67ef53f + e48f481 commit c090eb8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
1 change: 1 addition & 0 deletions packages/core/src/agent/models/OutboundMessageContext.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
import type { Key } from '../../crypto'
import type { ConnectionRecord } from '../../modules/connections'
import type { ResolvedDidCommService } from '../../modules/didcomm'
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export { InjectionSymbols } from './constants'
export * from './wallet'
export type { TransportSession } from './agent/TransportService'
export { TransportService } from './agent/TransportService'
export { Attachment } from './decorators/attachment/Attachment'
export { Attachment, AttachmentData } from './decorators/attachment/Attachment'
export { ReturnRouteTypes } from './decorators/transport/TransportDecorator'

export * from './plugins'
Expand Down
1 change: 1 addition & 0 deletions packages/core/src/modules/discover-features/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from './DiscoverFeaturesApi'
export * from './DiscoverFeaturesEvents'
export * from './DiscoverFeaturesModule'
export * from './protocol'
6 changes: 0 additions & 6 deletions packages/core/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
import type { AgentMessage } from './agent/AgentMessage'
import type { Key } from './crypto'
import type { Logger } from './logger'
import type { ConnectionRecord } from './modules/connections'
import type { AutoAcceptCredential } from './modules/credentials/models/CredentialAutoAcceptType'
import type { ResolvedDidCommService } from './modules/didcomm'
import type { IndyPoolConfig } from './modules/ledger/IndyPool'
import type { OutOfBandRecord } from './modules/oob/repository'
import type { AutoAcceptProof } from './modules/proofs'
import type { MediatorPickupStrategy } from './modules/routing'
import type { BaseRecord } from './storage/BaseRecord'

export enum KeyDerivationMethod {
/** default value in indy-sdk. Will be used when no value is provided */
Expand Down

0 comments on commit c090eb8

Please sign in to comment.