Skip to content

Commit

Permalink
v0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fargito committed Nov 9, 2024
1 parent 03fef8e commit 39c3026
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 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.6",
"version": "0.7.7",
"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.6"
"version": "0.7.7"
}
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.6",
"version": "0.7.7",
"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.6",
"@event-scout/construct-contracts": "workspace:^0.7.7",
"@smithy/signature-v4": "^4.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.6",
"version": "0.7.7",
"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.6",
"@event-scout/lambda-assets": "workspace:^0.7.7",
"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.6",
"version": "0.7.7",
"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.6",
"version": "0.7.7",
"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.6",
"@event-scout/construct-contracts": "workspace:^0.7.7",
"@swarmion/serverless-contracts": "^0.32.0",
"@swarmion/serverless-helpers": "^0.32.0",
"@types/aws-lambda": "^8.10.131",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.6",
"version": "0.7.7",
"author": "fargito",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit 39c3026

Please sign in to comment.