@devramps/cli 0.1.28 → 0.1.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +6 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2116,6 +2116,12 @@ function buildOrgRolePolicies(orgSlug) {
2116
2116
  ],
2117
2117
  Resource: "*"
2118
2118
  },
2119
+ {
2120
+ Sid: "AllowEventBridgePutEvents",
2121
+ Effect: "Allow",
2122
+ Action: "events:PutEvents",
2123
+ Resource: "*"
2124
+ },
2119
2125
  {
2120
2126
  Sid: "AllowSecretsManagerOperations",
2121
2127
  Effect: "Allow",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devramps/cli",
3
- "version": "0.1.28",
3
+ "version": "0.1.30",
4
4
  "description": "DevRamps CLI - Bootstrap AWS infrastructure for CI/CD pipelines",
5
5
  "main": "dist/index.js",
6
6
  "bin": {