@jjrawlins/cdk-iam-policy-builder-helper 0.0.35 → 0.0.36

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.
package/.jsii CHANGED
@@ -3526,6 +3526,6 @@
3526
3526
  }
3527
3527
  },
3528
3528
  "types": {},
3529
- "version": "0.0.35",
3530
- "fingerprint": "3BRbKmNQsgY2oaT70NOz4K8sammOaENAJ6gwN/4vs70="
3529
+ "version": "0.0.36",
3530
+ "fingerprint": "C7VZcUat3lAe8HzzoclVqFSXqgrt/esM3dNawMNvgAg="
3531
3531
  }
package/.mergify.yml CHANGED
@@ -1,6 +1,7 @@
1
1
  queue_rules:
2
2
  - name: default
3
3
  update_method: rebase
4
+ update_bot_account: jjrawlins
4
5
  queue_conditions:
5
6
  - -label~=(do-not-merge)
6
7
  - status-success=build
@@ -17,6 +18,7 @@ queue_rules:
17
18
  {{ body }}
18
19
  autoqueue: true
19
20
  - name: Auto-merge dependency upgrade PRs Constructs
21
+ update_bot_account: jjrawlins
20
22
  queue_conditions:
21
23
  - head=github-actions/upgrade-main
22
24
  - -label~=(do-not-merge)
@@ -30,6 +32,7 @@ queue_rules:
30
32
  autoqueue: true
31
33
  - name: Auto-merge dependency upgrade PRs CDK Stacks
32
34
  update_method: rebase
35
+ update_bot_account: jjrawlins
33
36
  queue_conditions:
34
37
  - head=github-actions/upgrade
35
38
  - -label~=(do-not-merge)
@@ -41,6 +44,7 @@ queue_rules:
41
44
  autoqueue: true
42
45
  autosquash: true
43
46
  - name: Queue PRs with approved label
47
+ update_bot_account: jjrawlins
44
48
  queue_conditions:
45
49
  - label=approved
46
50
  - -label~=(do-not-merge)
@@ -55,7 +59,7 @@ queue_rules:
55
59
  autosquash: true
56
60
  pull_request_rules:
57
61
  - name: Automatic merge on approval and passing checks
58
- description:
62
+ description: Rules for process pull requests
59
63
  conditions:
60
64
  - "#approved-reviews-by >= 1"
61
65
  - -label~=(do-not-merge)
@@ -13,7 +13,7 @@ import (
13
13
  constructs "github.com/aws/constructs-go/constructs/v10/jsii"
14
14
  )
15
15
 
16
- //go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.34.tgz
16
+ //go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.35.tgz
17
17
  var tarball []byte
18
18
 
19
19
  // Initialize loads the necessary packages in the @jsii/kernel to support the enclosing module.
@@ -24,5 +24,5 @@ func Initialize() {
24
24
  constructs.Initialize()
25
25
 
26
26
  // Load this library into the kernel
27
- _jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.34", tarball)
27
+ _jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.35", tarball)
28
28
  }
@@ -1 +1 @@
1
- 0.0.34
1
+ 0.0.35
package/package.json CHANGED
@@ -101,7 +101,7 @@
101
101
  "publishConfig": {
102
102
  "access": "public"
103
103
  },
104
- "version": "0.0.35",
104
+ "version": "0.0.36",
105
105
  "jest": {
106
106
  "coverageProvider": "v8",
107
107
  "testMatch": [