Skip to content

Commit d5471a6

Browse files
committed
v0.7.4
1 parent 7f62e2f commit d5471a6

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

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.3"
3+
"version": "0.7.4"
44
}

packages/client/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/client",
33
"description": "EventScout client",
4-
"version": "0.7.3",
4+
"version": "0.7.4",
55
"author": "fargito",
66
"license": "MIT",
77
"homepage": "https://github.com/fargito/event-scout",

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.3",
4+
"version": "0.7.4",
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.3",
42+
"@event-scout/lambda-assets": "workspace:^0.7.4",
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.3",
4+
"version": "0.7.4",
55
"author": "fargito",
66
"license": "MIT",
77
"homepage": "https://github.com/fargito/event-scout",

packages/lambda-assets/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/lambda-assets",
33
"description": "EventScout: lambda code for EventScout",
4-
"version": "0.7.3",
4+
"version": "0.7.4",
55
"author": "fargito",
66
"license": "MIT",
77
"homepage": "https://github.com/fargito/event-scout",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
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.3",
4+
"version": "0.7.4",
55
"author": "fargito",
66
"license": "MIT",
77
"type": "module",

0 commit comments

Comments
 (0)