Skip to content

Commit

Permalink
v0.29.3
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 22, 2022
1 parent b3f57d7 commit d5e3b0a
Show file tree
Hide file tree
Showing 15 changed files with 52 additions and 52 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -11,6 +11,6 @@
"strict": true
}
},
"version": "0.29.2",
"version": "0.29.3",
"npmClient": "npm"
}
2 changes: 1 addition & 1 deletion packages/application-tester/package.json
@@ -1,6 +1,6 @@
{
"name": "@boostercloud/application-tester",
"version": "0.29.2",
"version": "0.29.3",
"description": "Contains Booster types related to the information extracted from the user project",
"keywords": [
"application-tester"
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
@@ -1,7 +1,7 @@
{
"name": "@boostercloud/cli",
"description": "CLI of the Booster Cloud Framework, the next level of abstraction for cloud-native applications",
"version": "0.29.2",
"version": "0.29.3",
"author": "Booster Cloud",
"homepage": "https://booster.cloud",
"publishConfig": {
Expand All @@ -12,8 +12,8 @@
},
"bugs": "https://github.com/boostercloud/booster/issues",
"dependencies": {
"@boostercloud/framework-core": "^0.29.2",
"@boostercloud/framework-types": "^0.29.2",
"@boostercloud/framework-core": "^0.29.3",
"@boostercloud/framework-types": "^0.29.3",
"@oclif/command": "^1.8",
"@oclif/config": "^1.18",
"@oclif/errors": "^1.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/framework-common-helpers/package.json
@@ -1,6 +1,6 @@
{
"name": "@boostercloud/framework-common-helpers",
"version": "0.29.2",
"version": "0.29.3",
"description": "Contains Booster common helpers used by the core and provider packages",
"keywords": [
"framework-common-helpers"
Expand Down Expand Up @@ -33,7 +33,7 @@
"url": "https://github.com/boostercloud/booster/issues"
},
"dependencies": {
"@boostercloud/framework-types": "^0.29.2",
"@boostercloud/framework-types": "^0.29.3",
"child-process-promise": "^2.2.1",
"tslib": "2.3.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/framework-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@boostercloud/framework-core",
"version": "0.29.2",
"version": "0.29.3",
"description": "Library for your Booster apps",
"author": "Booster Cloud",
"homepage": "https://booster.cloud",
Expand Down Expand Up @@ -30,8 +30,8 @@
"url": "https://github.com/boostercloud/booster/issues"
},
"dependencies": {
"@boostercloud/framework-common-helpers": "^0.29.2",
"@boostercloud/framework-types": "^0.29.2",
"@boostercloud/framework-common-helpers": "^0.29.3",
"@boostercloud/framework-types": "^0.29.3",
"fp-ts": "2.10.5",
"graphql": "^15.5.1",
"graphql-subscriptions": "1.2.1",
Expand Down
26 changes: 13 additions & 13 deletions packages/framework-integration-tests/package.json
@@ -1,7 +1,7 @@
{
"name": "@boostercloud/framework-integration-tests",
"description": "Example project for Booster",
"version": "0.29.2",
"version": "0.29.3",
"author": "Booster Cloud",
"homepage": "https://booster.cloud",
"private": true,
Expand All @@ -10,21 +10,21 @@
},
"bugs": "https://github.com/boostercloud/booster/issues",
"dependencies": {
"@boostercloud/framework-common-helpers": "^0.29.2",
"@boostercloud/framework-core": "^0.29.2",
"@boostercloud/framework-provider-aws": "^0.29.2",
"@boostercloud/framework-provider-azure": "^0.29.2",
"@boostercloud/framework-provider-kubernetes": "^0.29.2",
"@boostercloud/framework-provider-local": "^0.29.2",
"@boostercloud/framework-types": "^0.29.2",
"@boostercloud/framework-common-helpers": "^0.29.3",
"@boostercloud/framework-core": "^0.29.3",
"@boostercloud/framework-provider-aws": "^0.29.3",
"@boostercloud/framework-provider-azure": "^0.29.3",
"@boostercloud/framework-provider-kubernetes": "^0.29.3",
"@boostercloud/framework-provider-local": "^0.29.3",
"@boostercloud/framework-types": "^0.29.3",
"aws-sdk": "2.853.0"
},
"devDependencies": {
"@boostercloud/application-tester": "^0.29.2",
"@boostercloud/framework-provider-aws-infrastructure": "^0.29.2",
"@boostercloud/framework-provider-azure-infrastructure": "^0.29.2",
"@boostercloud/framework-provider-kubernetes-infrastructure": "^0.29.2",
"@boostercloud/framework-provider-local-infrastructure": "^0.29.2",
"@boostercloud/application-tester": "^0.29.3",
"@boostercloud/framework-provider-aws-infrastructure": "^0.29.3",
"@boostercloud/framework-provider-azure-infrastructure": "^0.29.3",
"@boostercloud/framework-provider-kubernetes-infrastructure": "^0.29.3",
"@boostercloud/framework-provider-local-infrastructure": "^0.29.3",
"@kubernetes/client-node": "0.14.3",
"@types/aws-lambda": "8.10.48",
"@types/chai-arrays": "2.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/framework-provider-aws-infrastructure/package.json
@@ -1,6 +1,6 @@
{
"name": "@boostercloud/framework-provider-aws-infrastructure",
"version": "0.29.2",
"version": "0.29.3",
"description": "Handle the Booster deployment process to AWS",
"keywords": [
"framework-provider-aws-infrastructure"
Expand Down Expand Up @@ -31,9 +31,9 @@
"@aws-cdk/aws-s3": "1.99.0",
"@aws-cdk/aws-s3-deployment": "1.99.0",
"@aws-cdk/cx-api": "1.99.0",
"@boostercloud/framework-common-helpers": "^0.29.2",
"@boostercloud/framework-provider-aws": "^0.29.2",
"@boostercloud/framework-types": "^0.29.2",
"@boostercloud/framework-common-helpers": "^0.29.3",
"@boostercloud/framework-provider-aws": "^0.29.3",
"@boostercloud/framework-types": "^0.29.3",
"aws-cdk": "1.99.0",
"aws-sdk": "2.853.0",
"colors": "^1.4.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/framework-provider-aws/package.json
@@ -1,6 +1,6 @@
{
"name": "@boostercloud/framework-provider-aws",
"version": "0.29.2",
"version": "0.29.3",
"description": "Handle Booster's integration with AWS",
"keywords": [
"framework-provider-aws"
Expand All @@ -20,8 +20,8 @@
"url": "git+https://github.com/boostercloud/booster.git"
},
"dependencies": {
"@boostercloud/framework-common-helpers": "^0.29.2",
"@boostercloud/framework-types": "^0.29.2"
"@boostercloud/framework-common-helpers": "^0.29.3",
"@boostercloud/framework-types": "^0.29.3"
},
"scripts": {
"format": "prettier --write --ext '.js,.ts' **/*.ts **/*/*.ts",
Expand Down
10 changes: 5 additions & 5 deletions packages/framework-provider-azure-infrastructure/package.json
@@ -1,6 +1,6 @@
{
"name": "@boostercloud/framework-provider-azure-infrastructure",
"version": "0.29.2",
"version": "0.29.3",
"description": "Handle the Booster deployment process to Azure",
"keywords": [
"framework-provider-azure-infrastructure"
Expand All @@ -22,10 +22,10 @@
"dependencies": {
"@azure/arm-appservice": "^6.0.0",
"@azure/cosmos": "3.7.3",
"@boostercloud/framework-common-helpers": "^0.29.2",
"@boostercloud/framework-core": "^0.29.2",
"@boostercloud/framework-provider-azure": "^0.29.2",
"@boostercloud/framework-types": "^0.29.2",
"@boostercloud/framework-common-helpers": "^0.29.3",
"@boostercloud/framework-core": "^0.29.3",
"@boostercloud/framework-provider-azure": "^0.29.3",
"@boostercloud/framework-types": "^0.29.3",
"@cdktf/provider-azurerm": "0.2.179",
"@types/archiver": "5.1.0",
"@types/needle": "^2.0.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/framework-provider-azure/package.json
@@ -1,6 +1,6 @@
{
"name": "@boostercloud/framework-provider-azure",
"version": "0.29.2",
"version": "0.29.3",
"description": "Handle Booster's integration with Azure",
"keywords": [
"framework-provider-azure"
Expand All @@ -22,8 +22,8 @@
"dependencies": {
"@azure/cosmos": "3.7.3",
"@azure/functions": "^1.2.2",
"@boostercloud/framework-common-helpers": "^0.29.2",
"@boostercloud/framework-types": "^0.29.2"
"@boostercloud/framework-common-helpers": "^0.29.3",
"@boostercloud/framework-types": "^0.29.3"
},
"devDependencies": {
"chai": "4.2.0",
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@boostercloud/framework-provider-kubernetes-infrastructure",
"version": "0.29.2",
"version": "0.29.3",
"description": "Handle Booster's integration with Kubernetes",
"keywords": [
"framework-provider-kubernetes-infrastructure"
Expand All @@ -20,7 +20,7 @@
"url": "git+https://github.com/boostercloud/booster.git"
},
"dependencies": {
"@boostercloud/framework-common-helpers": "^0.29.2",
"@boostercloud/framework-common-helpers": "^0.29.3",
"@kubernetes/client-node": "0.14.3",
"archiver": "5.3.0",
"body-parser": "^1.18.3",
Expand All @@ -46,7 +46,7 @@
"url": "https://github.com/boostercloud/booster/issues"
},
"devDependencies": {
"@boostercloud/framework-types": "^0.29.2",
"@boostercloud/framework-types": "^0.29.3",
"@types/archiver": "5.1.0",
"@types/cors": "^2.8.7",
"@types/express": "4.17.12",
Expand Down
6 changes: 3 additions & 3 deletions packages/framework-provider-kubernetes/package.json
@@ -1,6 +1,6 @@
{
"name": "@boostercloud/framework-provider-kubernetes",
"version": "0.29.2",
"version": "0.29.3",
"description": "Handle Booster's integration with Kubernetes",
"keywords": [
"framework-provider-kubernetes"
Expand All @@ -20,8 +20,8 @@
"url": "git+https://github.com/boostercloud/booster.git"
},
"dependencies": {
"@boostercloud/framework-common-helpers": "^0.29.2",
"@boostercloud/framework-types": "^0.29.2",
"@boostercloud/framework-common-helpers": "^0.29.3",
"@boostercloud/framework-types": "^0.29.3",
"body-parser": "^1.18.3",
"cors": "2.8.5",
"express": "^4.17.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/framework-provider-local-infrastructure/package.json
@@ -1,6 +1,6 @@
{
"name": "@boostercloud/framework-provider-local-infrastructure",
"version": "0.29.2",
"version": "0.29.3",
"description": "Handle the Booster running process of the local runtime",
"keywords": [
"framework-provider-local-infrastructure"
Expand All @@ -20,9 +20,9 @@
"url": "git+https://github.com/boostercloud/booster.git"
},
"dependencies": {
"@boostercloud/framework-common-helpers": "^0.29.2",
"@boostercloud/framework-provider-local": "^0.29.2",
"@boostercloud/framework-types": "^0.29.2",
"@boostercloud/framework-common-helpers": "^0.29.3",
"@boostercloud/framework-provider-local": "^0.29.3",
"@boostercloud/framework-types": "^0.29.3",
"cors": "2.8.5",
"express": "^4.17.1",
"nedb": "^1.8.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/framework-provider-local/package.json
@@ -1,6 +1,6 @@
{
"name": "@boostercloud/framework-provider-local",
"version": "0.29.2",
"version": "0.29.3",
"description": "Debug your Booster projects locally",
"keywords": [
"framework-provider-aws"
Expand All @@ -20,8 +20,8 @@
"url": "git+https://github.com/boostercloud/booster.git"
},
"dependencies": {
"@boostercloud/framework-common-helpers": "^0.29.2",
"@boostercloud/framework-types": "^0.29.2",
"@boostercloud/framework-common-helpers": "^0.29.3",
"@boostercloud/framework-types": "^0.29.3",
"@types/nedb": "^1.8.11",
"nedb": "^1.8.0",
"tslib": "2.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/framework-types/package.json
@@ -1,6 +1,6 @@
{
"name": "@boostercloud/framework-types",
"version": "0.29.2",
"version": "0.29.3",
"description": "Contains Booster types related to the information extracted from the user project",
"keywords": [
"framework-types"
Expand Down

0 comments on commit d5e3b0a

Please sign in to comment.