Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fargito committed Nov 6, 2023
1 parent 8ff8f84 commit 45ca218
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 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.3.2",
"version": "0.4.0",
"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.3.2"
"version": "0.4.0"
}
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.3.2",
"version": "0.4.0",
"author": "fargito",
"license": "MIT",
"homepage": "https://github.com/fargito/event-scout",
Expand Down Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@aws-crypto/sha256-js": "^5.2.0",
"@aws-sdk/types": "^3.433.0",
"@event-scout/construct-contracts": "^0.3.2",
"@event-scout/construct-contracts": "^0.4.0",
"@smithy/signature-v4": "^2.0.12",
"@swarmion/serverless-contracts": "^0.29.0",
"axios": "^1.6.0"
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.3.2",
"version": "0.4.0",
"author": "fargito",
"license": "MIT",
"homepage": "https://github.com/fargito/event-scout",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@aws-cdk/aws-apigatewayv2-integrations-alpha": "2.104.0-alpha.0",
"@aws-sdk/client-apigatewaymanagementapi": "^3.441.0",
"@aws-sdk/client-eventbridge": "^3.441.0",
"@event-scout/construct-contracts": "^0.3.2",
"@event-scout/construct-contracts": "^0.4.0",
"@swarmion/serverless-contracts": "^0.29.0",
"@swarmion/serverless-helpers": "^0.29.0",
"ajv": "^8.12.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.3.2",
"version": "0.4.0",
"author": "fargito",
"license": "MIT",
"homepage": "https://github.com/fargito/event-scout",
Expand Down
2 changes: 1 addition & 1 deletion packages/serverless-configuration/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@event-scout/serverless-configuration",
"private": true,
"version": "0.3.2",
"version": "0.4.0",
"license": "MIT",
"sideEffects": false,
"files": [
Expand Down
4 changes: 2 additions & 2 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.3.2",
"version": "0.4.0",
"license": "UNLICENSED",
"scripts": {
"bootstrap": "cdk bootstrap --profile event-scout-developer",
Expand Down

0 comments on commit 45ca218

Please sign in to comment.