Skip to content

Commit

Permalink
fix: realese version
Browse files Browse the repository at this point in the history
  • Loading branch information
lotharking committed Feb 11, 2025
1 parent 726f12d commit 249b770
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test": "jest --passWithNoTests"
},
"dependencies": {
"@2060.io/service-agent-model": "*",
"@2060.io/service-agent-model": "workspace:*",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
"express": "^4.18.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@2060.io/credo-ts-didcomm-calls": "^0.0.10",
"@2060.io/credo-ts-didcomm-mrtd": "^0.0.12",
"@2060.io/credo-ts-didcomm-user-profile": "0.0.6",
"@2060.io/service-agent-model": "*",
"@2060.io/service-agent-model": "workspace:*",
"@credo-ts/action-menu": "^0.5.11",
"@credo-ts/anoncreds": "^0.5.11",
"@credo-ts/askar": "^0.5.11",
Expand Down
4 changes: 2 additions & 2 deletions packages/nestjs-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
},
"dependencies": {
"@2060.io/credo-ts-didcomm-mrtd": "^0.0.12",
"@2060.io/service-agent-client": "*",
"@2060.io/service-agent-model": "*",
"@2060.io/service-agent-client": "workspace:*",
"@2060.io/service-agent-model": "workspace:*",
"@credo-ts/core": "^0.5.11",
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
Expand Down

0 comments on commit 249b770

Please sign in to comment.