Skip to content

Commit

Permalink
v0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fargito committed Jun 21, 2024
1 parent af54f01 commit 5f12bba
Show file tree
Hide file tree
Showing 8 changed files with 107 additions and 93 deletions.
2 changes: 1 addition & 1 deletion contracts/construct-contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@event-scout/construct-contracts",
"description": "EventScout contracts: safe interactions between construct and client",
"version": "0.7.5",
"version": "0.7.6",
"author": "fargito",
"license": "MIT",
"homepage": "https://github.com/fargito/event-scout",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"npmClient": "pnpm",
"version": "0.7.5"
"version": "0.7.6"
}
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@event-scout/client",
"description": "EventScout client",
"version": "0.7.5",
"version": "0.7.6",
"author": "fargito",
"license": "MIT",
"homepage": "https://github.com/fargito/event-scout",
Expand Down Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@aws-crypto/sha256-js": "^5.2.0",
"@aws-sdk/types": "^3.489.0",
"@event-scout/construct-contracts": "workspace:^0.7.5",
"@event-scout/construct-contracts": "workspace:^0.7.6",
"@smithy/signature-v4": "^3.0.0",
"@swarmion/serverless-contracts": "^0.32.0",
"axios": "^1.6.8"
Expand Down
4 changes: 2 additions & 2 deletions packages/construct/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@event-scout/construct",
"description": "EventScout: construct to ease EventBridge monitoring and testing",
"version": "0.7.5",
"version": "0.7.6",
"author": "fargito",
"license": "MIT",
"homepage": "https://github.com/fargito/event-scout",
Expand Down Expand Up @@ -39,7 +39,7 @@
"test-unit": "vitest run --coverage --passWithNoTests"
},
"dependencies": {
"@event-scout/lambda-assets": "workspace:^0.7.5",
"@event-scout/lambda-assets": "workspace:^0.7.6",
"aws-cdk-lib": "^2.121.1",
"constructs": "^10.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/event-scout/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "event-scout",
"description": "EventScout CLI",
"version": "0.7.5",
"version": "0.7.6",
"author": "fargito",
"license": "MIT",
"homepage": "https://github.com/fargito/event-scout",
Expand Down
4 changes: 2 additions & 2 deletions packages/lambda-assets/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@event-scout/lambda-assets",
"description": "EventScout: lambda code for EventScout",
"version": "0.7.5",
"version": "0.7.6",
"author": "fargito",
"license": "MIT",
"homepage": "https://github.com/fargito/event-scout",
Expand Down Expand Up @@ -47,7 +47,7 @@
"@aws-sdk/client-dynamodb": "^3.564.0",
"@aws-sdk/client-eventbridge": "^3.490.0",
"@aws-sdk/lib-dynamodb": "^3.564.0",
"@event-scout/construct-contracts": "workspace:^0.7.5",
"@event-scout/construct-contracts": "workspace:^0.7.6",
"@swarmion/serverless-contracts": "^0.32.0",
"@swarmion/serverless-helpers": "^0.32.0",
"@types/aws-lambda": "^8.10.131",
Expand Down
180 changes: 97 additions & 83 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion services/validation/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@event-scout/validation",
"private": true,
"version": "0.7.5",
"version": "0.7.6",
"author": "fargito",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit 5f12bba

Please sign in to comment.