diff --git a/package-lock.json b/package-lock.json index d30684dc..9b62d3a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "secbox-sdk-js", - "version": "0.3.0", + "version": "0.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "secbox-sdk-js", - "version": "0.3.0", + "version": "0.4.0", "license": "MIT", "workspaces": [ "packages/**" @@ -14897,7 +14897,7 @@ }, "packages/bus": { "name": "@secbox/bus", - "version": "0.3.0", + "version": "0.4.0", "license": "MIT", "engines": { "node": ">=16", @@ -14909,7 +14909,7 @@ }, "packages/core": { "name": "@secbox/core", - "version": "0.3.0", + "version": "0.4.0", "license": "MIT", "engines": { "node": ">=16", diff --git a/package.json b/package.json index 0a4ea10c..418df129 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "secbox-sdk-js", - "version": "0.3.0", + "version": "0.4.0", "private": true, "repository": { "type": "git", diff --git a/packages/bus/package.json b/packages/bus/package.json index 28b1dece..ffab67c7 100644 --- a/packages/bus/package.json +++ b/packages/bus/package.json @@ -1,6 +1,6 @@ { "name": "@secbox/bus", - "version": "0.3.0", + "version": "0.4.0", "description": "The package includes a simplified implementation of the `EventBus`, one based on `RabbitMQ`, to establish synchronous and asynchronous communication between services and agents.", "repository": { "type": "git", diff --git a/packages/core/package.json b/packages/core/package.json index 49974a85..84543ed6 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@secbox/core", - "version": "0.3.0", + "version": "0.4.0", "description": "The core package can be used to obtain a config including credentials from different sources, and provide a simplified abstraction to handle events and commands.", "repository": { "type": "git",