Skip to content

Commit 3d66f7f

Browse files
committed
v0.8.0
1 parent faac620 commit 3d66f7f

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

contracts/construct-contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@event-scout/construct-contracts",
33
"description": "EventScout contracts: safe interactions between construct and client",
4-
"version": "0.7.7",
4+
"version": "0.8.0",
55
"author": "fargito",
66
"license": "MIT",
77
"homepage": "https://github.com/fargito/event-scout",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"npmClient": "pnpm",
3-
"version": "0.7.7"
3+
"version": "0.8.0"
44
}

packages/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@event-scout/client",
33
"description": "EventScout client",
4-
"version": "0.7.7",
4+
"version": "0.8.0",
55
"author": "fargito",
66
"license": "MIT",
77
"homepage": "https://github.com/fargito/event-scout",
@@ -41,7 +41,7 @@
4141
"dependencies": {
4242
"@aws-crypto/sha256-js": "^5.2.0",
4343
"@aws-sdk/types": "^3.489.0",
44-
"@event-scout/construct-contracts": "workspace:^0.7.7",
44+
"@event-scout/construct-contracts": "workspace:^0.8.0",
4545
"@smithy/signature-v4": "^5.0.0",
4646
"@swarmion/serverless-contracts": "^0.33.0",
4747
"axios": "^1.6.8"

packages/construct/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@event-scout/construct",
33
"description": "EventScout: construct to ease EventBridge monitoring and testing",
4-
"version": "0.7.7",
4+
"version": "0.8.0",
55
"author": "fargito",
66
"license": "MIT",
77
"homepage": "https://github.com/fargito/event-scout",
@@ -39,7 +39,7 @@
3939
"test-unit": "vitest run --coverage --passWithNoTests"
4040
},
4141
"dependencies": {
42-
"@event-scout/lambda-assets": "workspace:^0.7.7",
42+
"@event-scout/lambda-assets": "workspace:^0.8.0",
4343
"aws-cdk-lib": "^2.121.1",
4444
"constructs": "^10.3.0"
4545
},

packages/event-scout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "event-scout",
33
"description": "EventScout CLI",
4-
"version": "0.7.7",
4+
"version": "0.8.0",
55
"author": "fargito",
66
"license": "MIT",
77
"homepage": "https://github.com/fargito/event-scout",

packages/lambda-assets/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@event-scout/lambda-assets",
33
"description": "EventScout: lambda code for EventScout",
4-
"version": "0.7.7",
4+
"version": "0.8.0",
55
"author": "fargito",
66
"license": "MIT",
77
"homepage": "https://github.com/fargito/event-scout",
@@ -47,7 +47,7 @@
4747
"@aws-sdk/client-dynamodb": "^3.564.0",
4848
"@aws-sdk/client-eventbridge": "^3.490.0",
4949
"@aws-sdk/lib-dynamodb": "^3.564.0",
50-
"@event-scout/construct-contracts": "workspace:^0.7.7",
50+
"@event-scout/construct-contracts": "workspace:^0.8.0",
5151
"@swarmion/serverless-contracts": "^0.33.0",
5252
"@swarmion/serverless-helpers": "^0.33.0",
5353
"@types/aws-lambda": "^8.10.131",

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/validation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@event-scout/validation",
33
"private": true,
4-
"version": "0.7.7",
4+
"version": "0.8.0",
55
"author": "fargito",
66
"license": "MIT",
77
"type": "module",

0 commit comments

Comments
 (0)