Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into auth-code-flow-2
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoGlastra committed Nov 8, 2024
2 parents c7f9eb3 + 9f404f2 commit ef57b9d
Show file tree
Hide file tree
Showing 30 changed files with 119 additions and 22 deletions.
6 changes: 0 additions & 6 deletions .changeset/beige-adults-compete.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/action-menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.5.13

### Patch Changes

- Updated dependencies [595c3d6]
- @credo-ts/core@0.5.13

## 0.5.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/action-menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@credo-ts/action-menu",
"main": "src/index",
"types": "src/index",
"version": "0.5.12",
"version": "0.5.13",
"files": [
"build"
],
Expand Down
7 changes: 7 additions & 0 deletions packages/anoncreds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.5.13

### Patch Changes

- Updated dependencies [595c3d6]
- @credo-ts/core@0.5.13

## 0.5.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/anoncreds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@credo-ts/anoncreds",
"main": "src/index",
"types": "src/index",
"version": "0.5.12",
"version": "0.5.13",
"files": [
"build"
],
Expand Down
7 changes: 7 additions & 0 deletions packages/askar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.5.13

### Patch Changes

- Updated dependencies [595c3d6]
- @credo-ts/core@0.5.13

## 0.5.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/askar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@credo-ts/askar",
"main": "src/index",
"types": "src/index",
"version": "0.5.12",
"version": "0.5.13",
"files": [
"build"
],
Expand Down
7 changes: 7 additions & 0 deletions packages/bbs-signatures/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.5.13

### Patch Changes

- Updated dependencies [595c3d6]
- @credo-ts/core@0.5.13

## 0.5.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bbs-signatures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@credo-ts/bbs-signatures",
"main": "src/index",
"types": "src/index",
"version": "0.5.12",
"version": "0.5.13",
"files": [
"build"
],
Expand Down
8 changes: 8 additions & 0 deletions packages/cheqd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.5.13

### Patch Changes

- Updated dependencies [595c3d6]
- @credo-ts/core@0.5.13
- @credo-ts/anoncreds@0.5.13

## 0.5.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cheqd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@credo-ts/cheqd",
"main": "src/index",
"types": "src/index",
"version": "0.5.12",
"version": "0.5.13",
"files": [
"build"
],
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.5.13

### Patch Changes

- 595c3d6: feat: mdoc device response and presentation over oid4vp

## 0.5.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@credo-ts/core",
"main": "src/index",
"types": "src/index",
"version": "0.5.12",
"version": "0.5.13",
"files": [
"build"
],
Expand Down
4 changes: 2 additions & 2 deletions packages/core/src/modules/credentials/CredentialsApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -635,8 +635,8 @@ export class CredentialsApi<CPs extends CredentialProtocol[]> implements Credent
*
* @returns List containing all credential records matching specified query paramaters
*/
public findAllByQuery(query: Query<CredentialExchangeRecord>) {
return this.credentialRepository.findByQuery(this.agentContext, query)
public findAllByQuery(query: Query<CredentialExchangeRecord>, queryOptions?: QueryOptions) {
return this.credentialRepository.findByQuery(this.agentContext, query, queryOptions)
}

/**
Expand Down
7 changes: 7 additions & 0 deletions packages/drpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.5.13

### Patch Changes

- Updated dependencies [595c3d6]
- @credo-ts/core@0.5.13

## 0.5.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/drpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@credo-ts/drpc",
"main": "src/index",
"types": "src/index",
"version": "0.5.12",
"version": "0.5.13",
"files": [
"build"
],
Expand Down
10 changes: 10 additions & 0 deletions packages/indy-sdk-to-askar-migration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.5.13

### Patch Changes

- Updated dependencies [595c3d6]
- @credo-ts/core@0.5.13
- @credo-ts/anoncreds@0.5.13
- @credo-ts/askar@0.5.13
- @credo-ts/node@0.5.13

## 0.5.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/indy-sdk-to-askar-migration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@credo-ts/indy-sdk-to-askar-migration",
"main": "src/index",
"types": "src/index",
"version": "0.5.12",
"version": "0.5.13",
"files": [
"build"
],
Expand Down
8 changes: 8 additions & 0 deletions packages/indy-vdr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.5.13

### Patch Changes

- Updated dependencies [595c3d6]
- @credo-ts/core@0.5.13
- @credo-ts/anoncreds@0.5.13

## 0.5.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/indy-vdr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@credo-ts/indy-vdr",
"main": "src/index",
"types": "src/index",
"version": "0.5.12",
"version": "0.5.13",
"files": [
"build"
],
Expand Down
7 changes: 7 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.5.13

### Patch Changes

- Updated dependencies [595c3d6]
- @credo-ts/core@0.5.13

## 0.5.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@credo-ts/node",
"main": "src/index",
"types": "src/index",
"version": "0.5.12",
"version": "0.5.13",
"files": [
"build"
],
Expand Down
8 changes: 8 additions & 0 deletions packages/openid4vc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.5.13

### Patch Changes

- 595c3d6: feat: mdoc device response and presentation over oid4vp
- Updated dependencies [595c3d6]
- @credo-ts/core@0.5.13

## 0.5.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/openid4vc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@credo-ts/openid4vc",
"main": "src/index",
"types": "src/index",
"version": "0.5.12",
"version": "0.5.13",
"files": [
"build"
],
Expand Down
7 changes: 7 additions & 0 deletions packages/question-answer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.5.13

### Patch Changes

- Updated dependencies [595c3d6]
- @credo-ts/core@0.5.13

## 0.5.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/question-answer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@credo-ts/question-answer",
"main": "src/index",
"types": "src/index",
"version": "0.5.12",
"version": "0.5.13",
"files": [
"build"
],
Expand Down
7 changes: 7 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.5.13

### Patch Changes

- Updated dependencies [595c3d6]
- @credo-ts/core@0.5.13

## 0.5.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@credo-ts/react-native",
"main": "src/index",
"types": "src/index",
"version": "0.5.12",
"version": "0.5.13",
"files": [
"build"
],
Expand Down
7 changes: 7 additions & 0 deletions packages/tenants/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.5.13

### Patch Changes

- Updated dependencies [595c3d6]
- @credo-ts/core@0.5.13

## 0.5.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tenants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@credo-ts/tenants",
"main": "src/index",
"types": "src/index",
"version": "0.5.12",
"version": "0.5.13",
"files": [
"build"
],
Expand Down

0 comments on commit ef57b9d

Please sign in to comment.