diff --git a/package-lock.json b/package-lock.json index 9a7821e6..e6dcaa72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -118,10 +118,6 @@ "tslib": "^2.3.0" } }, - "node_modules/@amplication/dotnet-plugin-deployment-helm-chart": { - "resolved": "plugins/dotnet-deployment-helm-chart", - "link": true - }, "node_modules/@amplication/plugin-auth-auth0": { "resolved": "plugins/auth-auth0", "link": true @@ -230,6 +226,10 @@ "resolved": "plugins/dotnet-db-sqlserver", "link": true }, + "node_modules/@amplication/plugin-dotnet-deployment-helm-chart": { + "resolved": "plugins/dotnet-deployment-helm-chart", + "link": true + }, "node_modules/@amplication/plugin-dotnet-provisioning-terraform-aws-core": { "resolved": "plugins/dotnet-provisioning-terraform-aws-core", "link": true @@ -13341,6 +13341,35 @@ "webpack-cli": "^5.1.4" } }, + "plugins/broker-sqs": { + "version": "1.0.0", + "extraneous": true, + "license": "Apache-2.0", + "dependencies": { + "@amplication/code-gen-types": "^3.0.0", + "@amplication/code-gen-utils": "^0.0.9", + "babylon": "^6.18.0", + "lodash": "^4.17.21", + "pascal-case": "^3.1.2", + "prettier": "^2.6.2", + "recast": "^0.20.5" + }, + "devDependencies": { + "@babel/parser": "^7.23.0", + "@babel/types": "^7.23.0", + "@types/lodash": "^4.14.200", + "@typescript-eslint/eslint-plugin": "^6.9.0", + "@typescript-eslint/parser": "^6.9.0", + "copy-webpack-plugin": "^12.0.2", + "eslint": "^8.52.0", + "jest-mock-extended": "^3.0.5", + "rimraf": "^5.0.5", + "ts-loader": "^9.5.0", + "typescript": "^5.2.2", + "webpack": "^5.89.0", + "webpack-cli": "^5.1.4" + } + }, "plugins/cache-redis": { "name": "@amplication/plugin-cache-redis", "version": "2.0.7", @@ -16961,7 +16990,7 @@ } }, "plugins/dotnet-deployment-helm-chart": { - "name": "@amplication/dotnet-plugin-deployment-helm-chart", + "name": "@amplication/plugin-dotnet-deployment-helm-chart", "version": "0.0.1", "license": "Apache-2.0", "devDependencies": { diff --git a/plugins/dotnet-deployment-helm-chart/README.md b/plugins/dotnet-deployment-helm-chart/README.md index 0cf273ef..162438f9 100644 --- a/plugins/dotnet-deployment-helm-chart/README.md +++ b/plugins/dotnet-deployment-helm-chart/README.md @@ -1,6 +1,6 @@ -# @amplication/dotnet-plugin-deployment-helm-chart +# @amplication/plugin-dotnet-deployment-helm-chart -[![NPM Downloads](https://img.shields.io/npm/dt/@amplication/dotnet-plugin-deployment-helm-chart)](https://www.npmjs.com/package/@amplication/dotnet-plugin-deployment-helm-chart) +[![NPM Downloads](https://img.shields.io/npm/dt/@amplication/plugin-dotnet-deployment-helm-chart)](https://www.npmjs.com/package/@amplication/plugin-dotnet-deployment-helm-chart) Adds a helm chart for the generated service. diff --git a/plugins/dotnet-deployment-helm-chart/package.json b/plugins/dotnet-deployment-helm-chart/package.json index e3037d74..6cb05940 100644 --- a/plugins/dotnet-deployment-helm-chart/package.json +++ b/plugins/dotnet-deployment-helm-chart/package.json @@ -1,6 +1,6 @@ { - "name": "@amplication/dotnet-plugin-deployment-helm-chart", - "version": "0.0.1", + "name": "@amplication/plugin-dotnet-deployment-helm-chart", + "version": "0.0.2", "description": "Add helm chart for deployment of the service", "main": "dist/index.js", "nx": {},