Skip to content

Commit 3e8ba71

Browse files
committed
v0.7.0
1 parent 112c3b5 commit 3e8ba71

7 files changed

Lines changed: 10 additions & 10 deletions

File tree

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.6.1",
4+
"version": "0.7.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.6.1"
3+
"version": "0.7.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.6.1",
4+
"version": "0.7.0",
55
"author": "fargito",
66
"license": "MIT",
77
"homepage": "https://github.com/fargito/event-scout",
@@ -42,7 +42,7 @@
4242
"dependencies": {
4343
"@aws-crypto/sha256-js": "^5.2.0",
4444
"@aws-sdk/types": "^3.489.0",
45-
"@event-scout/construct-contracts": "workspace:^0.6.1",
45+
"@event-scout/construct-contracts": "workspace:^0.7.0",
4646
"@smithy/signature-v4": "^2.0.19",
4747
"@swarmion/serverless-contracts": "^0.31.0",
4848
"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.6.1",
4+
"version": "0.7.0",
55
"author": "fargito",
66
"license": "MIT",
77
"homepage": "https://github.com/fargito/event-scout",
@@ -45,7 +45,7 @@
4545
"@aws-sdk/client-dynamodb": "^3.564.0",
4646
"@aws-sdk/client-eventbridge": "^3.490.0",
4747
"@aws-sdk/lib-dynamodb": "^3.564.0",
48-
"@event-scout/construct-contracts": "workspace:^0.6.1",
48+
"@event-scout/construct-contracts": "workspace:^0.7.0",
4949
"@swarmion/serverless-contracts": "^0.31.0",
5050
"@swarmion/serverless-helpers": "^0.31.0",
5151
"ajv": "^8.12.0",

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.6.1",
4+
"version": "0.7.0",
55
"author": "fargito",
66
"license": "MIT",
77
"homepage": "https://github.com/fargito/event-scout",

pnpm-lock.yaml

Lines changed: 2 additions & 2 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.6.1",
4+
"version": "0.7.0",
55
"license": "MIT",
66
"type": "module",
77
"scripts": {

0 commit comments

Comments
 (0)