diff --git a/lerna.json b/lerna.json index 6553fc645..f4690e10f 100644 --- a/lerna.json +++ b/lerna.json @@ -11,6 +11,6 @@ "strict": true } }, - "version": "0.21.7", + "version": "0.22.0", "npmClient": "npm" } diff --git a/packages/application-tester/package.json b/packages/application-tester/package.json index fa10274a0..62be0caec 100644 --- a/packages/application-tester/package.json +++ b/packages/application-tester/package.json @@ -1,6 +1,6 @@ { "name": "@boostercloud/application-tester", - "version": "0.21.7", + "version": "0.22.0", "description": "Contains Booster types related to the information extracted from the user project", "keywords": [ "application-tester" diff --git a/packages/cli/package.json b/packages/cli/package.json index 84b487ba4..4d6daf262 100644 --- a/packages/cli/package.json +++ b/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.21.7", + "version": "0.22.0", "author": "Booster Cloud", "homepage": "https://booster.cloud", "publishConfig": { @@ -12,8 +12,8 @@ }, "bugs": "https://github.com/boostercloud/booster/issues", "dependencies": { - "@boostercloud/framework-core": "^0.21.7", - "@boostercloud/framework-types": "^0.21.7", + "@boostercloud/framework-core": "^0.22.0", + "@boostercloud/framework-types": "^0.22.0", "@oclif/command": "^1", "@oclif/config": "^1", "@oclif/errors": "^1", diff --git a/packages/framework-common-helpers/package.json b/packages/framework-common-helpers/package.json index 7c0290a75..1196d025c 100644 --- a/packages/framework-common-helpers/package.json +++ b/packages/framework-common-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@boostercloud/framework-common-helpers", - "version": "0.21.7", + "version": "0.22.0", "description": "Contains Booster common helpers used by the core and provider packages", "keywords": [ "framework-common-helpers" @@ -33,7 +33,7 @@ "url": "https://github.com/boostercloud/booster/issues" }, "dependencies": { - "@boostercloud/framework-types": "^0.21.7", + "@boostercloud/framework-types": "^0.22.0", "child-process-promise": "^2.2.1", "tslib": "2.3.0" }, diff --git a/packages/framework-core/package.json b/packages/framework-core/package.json index 6a1b9ebfe..99b8475b5 100644 --- a/packages/framework-core/package.json +++ b/packages/framework-core/package.json @@ -1,6 +1,6 @@ { "name": "@boostercloud/framework-core", - "version": "0.21.7", + "version": "0.22.0", "description": "Library for your Booster apps", "author": "Booster Cloud", "homepage": "https://booster.cloud", @@ -30,8 +30,8 @@ "url": "https://github.com/boostercloud/booster/issues" }, "dependencies": { - "@boostercloud/framework-common-helpers": "^0.21.7", - "@boostercloud/framework-types": "^0.21.7", + "@boostercloud/framework-common-helpers": "^0.22.0", + "@boostercloud/framework-types": "^0.22.0", "fp-ts": "2.10.5", "graphql": "^15.5.1", "graphql-subscriptions": "1.2.1", diff --git a/packages/framework-integration-tests/package.json b/packages/framework-integration-tests/package.json index 440cc8c45..92ae0bfe1 100644 --- a/packages/framework-integration-tests/package.json +++ b/packages/framework-integration-tests/package.json @@ -1,7 +1,7 @@ { "name": "@boostercloud/framework-integration-tests", "description": "Example project for Booster", - "version": "0.21.7", + "version": "0.22.0", "author": "Booster Cloud", "homepage": "https://booster.cloud", "private": true, @@ -10,21 +10,21 @@ }, "bugs": "https://github.com/boostercloud/booster/issues", "dependencies": { - "@boostercloud/framework-common-helpers": "^0.21.7", - "@boostercloud/framework-core": "^0.21.7", - "@boostercloud/framework-provider-aws": "^0.21.7", - "@boostercloud/framework-provider-azure": "^0.21.7", - "@boostercloud/framework-provider-kubernetes": "^0.21.7", - "@boostercloud/framework-provider-local": "^0.21.7", - "@boostercloud/framework-types": "^0.21.7", + "@boostercloud/framework-common-helpers": "^0.22.0", + "@boostercloud/framework-core": "^0.22.0", + "@boostercloud/framework-provider-aws": "^0.22.0", + "@boostercloud/framework-provider-azure": "^0.22.0", + "@boostercloud/framework-provider-kubernetes": "^0.22.0", + "@boostercloud/framework-provider-local": "^0.22.0", + "@boostercloud/framework-types": "^0.22.0", "aws-sdk": "2.853.0" }, "devDependencies": { - "@boostercloud/application-tester": "^0.21.7", - "@boostercloud/framework-provider-aws-infrastructure": "^0.21.7", - "@boostercloud/framework-provider-azure-infrastructure": "^0.21.7", - "@boostercloud/framework-provider-kubernetes-infrastructure": "^0.21.7", - "@boostercloud/framework-provider-local-infrastructure": "^0.21.7", + "@boostercloud/application-tester": "^0.22.0", + "@boostercloud/framework-provider-aws-infrastructure": "^0.22.0", + "@boostercloud/framework-provider-azure-infrastructure": "^0.22.0", + "@boostercloud/framework-provider-kubernetes-infrastructure": "^0.22.0", + "@boostercloud/framework-provider-local-infrastructure": "^0.22.0", "@kubernetes/client-node": "0.14.3", "@types/aws-lambda": "8.10.48", "@types/chai-arrays": "2.0.0", diff --git a/packages/framework-provider-aws-infrastructure/package.json b/packages/framework-provider-aws-infrastructure/package.json index 135d48b0e..ea81b93c3 100644 --- a/packages/framework-provider-aws-infrastructure/package.json +++ b/packages/framework-provider-aws-infrastructure/package.json @@ -1,6 +1,6 @@ { "name": "@boostercloud/framework-provider-aws-infrastructure", - "version": "0.21.7", + "version": "0.22.0", "description": "Handle the Booster deployment process to AWS", "keywords": [ "framework-provider-aws-infrastructure" @@ -30,8 +30,8 @@ "@aws-cdk/aws-lambda-event-sources": "1.91.0", "@aws-cdk/aws-s3": "1.91.0", "@aws-cdk/aws-s3-deployment": "1.91.0", - "@boostercloud/framework-provider-aws": "^0.21.7", - "@boostercloud/framework-types": "^0.21.7", + "@boostercloud/framework-provider-aws": "^0.22.0", + "@boostercloud/framework-types": "^0.22.0", "aws-cdk": "1.91.0", "aws-sdk": "2.853.0", "colors": "^1.4.0" diff --git a/packages/framework-provider-aws/package.json b/packages/framework-provider-aws/package.json index d96485205..4f7568741 100644 --- a/packages/framework-provider-aws/package.json +++ b/packages/framework-provider-aws/package.json @@ -1,6 +1,6 @@ { "name": "@boostercloud/framework-provider-aws", - "version": "0.21.7", + "version": "0.22.0", "description": "Handle Booster's integration with AWS", "keywords": [ "framework-provider-aws" @@ -20,8 +20,8 @@ "url": "git+https://github.com/boostercloud/booster.git" }, "dependencies": { - "@boostercloud/framework-common-helpers": "^0.21.7", - "@boostercloud/framework-types": "^0.21.7" + "@boostercloud/framework-common-helpers": "^0.22.0", + "@boostercloud/framework-types": "^0.22.0" }, "scripts": { "format": "prettier --write --ext '.js,.ts' **/*.ts **/*/*.ts", diff --git a/packages/framework-provider-azure-infrastructure/package.json b/packages/framework-provider-azure-infrastructure/package.json index 408551628..96c972338 100644 --- a/packages/framework-provider-azure-infrastructure/package.json +++ b/packages/framework-provider-azure-infrastructure/package.json @@ -1,6 +1,6 @@ { "name": "@boostercloud/framework-provider-azure-infrastructure", - "version": "0.21.7", + "version": "0.22.0", "description": "Handle the Booster deployment process to Azure", "keywords": [ "framework-provider-azure-infrastructure" @@ -22,30 +22,30 @@ "dependencies": { "@azure/arm-appservice": "^6.0.0", "@azure/cosmos": "3.7.3", - "@boostercloud/framework-provider-azure": "^0.21.7", - "@boostercloud/framework-types": "^0.21.7", - "@boostercloud/framework-core": "^0.21.7", - "@boostercloud/framework-common-helpers": "^0.21.7", + "@boostercloud/framework-common-helpers": "^0.22.0", + "@boostercloud/framework-core": "^0.22.0", + "@boostercloud/framework-provider-azure": "^0.22.0", + "@boostercloud/framework-types": "^0.22.0", + "@cdktf/provider-azurerm": "0.2.179", "@types/archiver": "5.1.0", "@types/needle": "^2.0.4", "archiver": "5.3.0", "azure-arm-resource": "^7.3.0", "azure-arm-website": "^5.7.0", "cdktf": "0.7.0", - "@cdktf/provider-azurerm": "0.2.179", + "cdktf-cli": "0.8.0-pre.10", "chai": "4.2.0", "chai-as-promised": "7.1.1", "constructs": "^10.0.9", "copyfiles": "^2.3.0", + "fs-extra": "^8.1.0", "mocha": "8.4.0", "ms-rest-azure": "^3.0.0", "mustache": "4.1.0", "needle": "^2.5.0", - "sinon-chai": "3.5.0", - "uuid": "8.3.2", - "fs-extra": "^8.1.0", "ora": "^3.4.0", - "cdktf-cli": "0.8.0-pre.10" + "sinon-chai": "3.5.0", + "uuid": "8.3.2" }, "scripts": { "format": "prettier --write --ext '.js,.ts' **/*.ts **/*/*.ts", diff --git a/packages/framework-provider-azure/package.json b/packages/framework-provider-azure/package.json index 646f46ab2..39fa1b1fb 100644 --- a/packages/framework-provider-azure/package.json +++ b/packages/framework-provider-azure/package.json @@ -1,6 +1,6 @@ { "name": "@boostercloud/framework-provider-azure", - "version": "0.21.7", + "version": "0.22.0", "description": "Handle Booster's integration with Azure", "keywords": [ "framework-provider-azure" @@ -22,7 +22,7 @@ "dependencies": { "@azure/cosmos": "3.7.3", "@azure/functions": "^1.2.2", - "@boostercloud/framework-types": "^0.21.7", + "@boostercloud/framework-types": "^0.22.0", "chai": "4.2.0", "chai-as-promised": "7.1.1", "mocha": "8.4.0", diff --git a/packages/framework-provider-kubernetes-infrastructure/package.json b/packages/framework-provider-kubernetes-infrastructure/package.json index 5f3b8dc25..b59f71f3e 100644 --- a/packages/framework-provider-kubernetes-infrastructure/package.json +++ b/packages/framework-provider-kubernetes-infrastructure/package.json @@ -1,6 +1,6 @@ { "name": "@boostercloud/framework-provider-kubernetes-infrastructure", - "version": "0.21.7", + "version": "0.22.0", "description": "Handle Booster's integration with Kubernetes", "keywords": [ "framework-provider-kubernetes-infrastructure" @@ -20,7 +20,7 @@ "url": "git+https://github.com/boostercloud/booster.git" }, "dependencies": { - "@boostercloud/framework-common-helpers": "^0.21.7", + "@boostercloud/framework-common-helpers": "^0.22.0", "@kubernetes/client-node": "0.14.3", "archiver": "5.3.0", "body-parser": "^1.18.3", @@ -46,7 +46,7 @@ "url": "https://github.com/boostercloud/booster/issues" }, "devDependencies": { - "@boostercloud/framework-types": "^0.21.7", + "@boostercloud/framework-types": "^0.22.0", "@types/archiver": "5.1.0", "@types/cors": "^2.8.7", "@types/express": "4.17.12", diff --git a/packages/framework-provider-kubernetes/package.json b/packages/framework-provider-kubernetes/package.json index 06842e3e5..3c0b238ad 100644 --- a/packages/framework-provider-kubernetes/package.json +++ b/packages/framework-provider-kubernetes/package.json @@ -1,6 +1,6 @@ { "name": "@boostercloud/framework-provider-kubernetes", - "version": "0.21.7", + "version": "0.22.0", "description": "Handle Booster's integration with Kubernetes", "keywords": [ "framework-provider-kubernetes" @@ -20,7 +20,7 @@ "url": "git+https://github.com/boostercloud/booster.git" }, "dependencies": { - "@boostercloud/framework-types": "^0.21.7", + "@boostercloud/framework-types": "^0.22.0", "body-parser": "^1.18.3", "cors": "2.8.5", "express": "^4.17.1", diff --git a/packages/framework-provider-local-infrastructure/package.json b/packages/framework-provider-local-infrastructure/package.json index 095cce9c9..ddc73aacf 100644 --- a/packages/framework-provider-local-infrastructure/package.json +++ b/packages/framework-provider-local-infrastructure/package.json @@ -1,6 +1,6 @@ { "name": "@boostercloud/framework-provider-local-infrastructure", - "version": "0.21.7", + "version": "0.22.0", "description": "Handle the Booster running process of the local runtime", "keywords": [ "framework-provider-local-infrastructure" @@ -20,8 +20,8 @@ "url": "git+https://github.com/boostercloud/booster.git" }, "dependencies": { - "@boostercloud/framework-provider-local": "^0.21.7", - "@boostercloud/framework-types": "^0.21.7", + "@boostercloud/framework-provider-local": "^0.22.0", + "@boostercloud/framework-types": "^0.22.0", "cors": "2.8.5", "express": "^4.17.1", "nedb": "^1.8.0", diff --git a/packages/framework-provider-local/package.json b/packages/framework-provider-local/package.json index 5ea70a629..aec4f6409 100644 --- a/packages/framework-provider-local/package.json +++ b/packages/framework-provider-local/package.json @@ -1,6 +1,6 @@ { "name": "@boostercloud/framework-provider-local", - "version": "0.21.7", + "version": "0.22.0", "description": "Debug your Booster projects locally", "keywords": [ "framework-provider-aws" @@ -20,8 +20,8 @@ "url": "git+https://github.com/boostercloud/booster.git" }, "dependencies": { - "@boostercloud/framework-common-helpers": "^0.21.7", - "@boostercloud/framework-types": "^0.21.7", + "@boostercloud/framework-common-helpers": "^0.22.0", + "@boostercloud/framework-types": "^0.22.0", "@types/nedb": "^1.8.11", "nedb": "^1.8.0", "tslib": "2.3.0" diff --git a/packages/framework-types/package.json b/packages/framework-types/package.json index d1ade8618..2860f279a 100644 --- a/packages/framework-types/package.json +++ b/packages/framework-types/package.json @@ -1,6 +1,6 @@ { "name": "@boostercloud/framework-types", - "version": "0.21.7", + "version": "0.22.0", "description": "Contains Booster types related to the information extracted from the user project", "keywords": [ "framework-types"