@jjrawlins/cdk-iam-policy-builder-helper 0.0.13 → 0.0.14

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
@@ -4036,6 +4036,6 @@
4036
4036
  }
4037
4037
  },
4038
4038
  "types": {},
4039
- "version": "0.0.13",
4040
- "fingerprint": "z7r7/G0E+Olv1eXlO3HU2cgvVnQuLRctff9fwm0BPjg="
4039
+ "version": "0.0.14",
4040
+ "fingerprint": "h05FrVON/8OP8NReXTu3H4IIdDJhVU5Tygh7jv0FZsU="
4041
4041
  }
package/.mergify.yml CHANGED
@@ -38,7 +38,16 @@ pull_request_rules:
38
38
  label:
39
39
  toggle:
40
40
  - conflict
41
- - name: Auto-merge dependency upgrade PRs
41
+ - name: Auto-merge dependency upgrade PRs Constructs
42
+ conditions:
43
+ - head=github-actions/upgrade-main
44
+ - -label~=(do-not-merge)
45
+ - status-success=build
46
+ actions:
47
+ merge:
48
+ method: squash
49
+ delete_head_branch: {}
50
+ - name: Auto-merge dependency upgrade PRs CDK Stacks
42
51
  conditions:
43
52
  - head=github-actions/upgrade
44
53
  - -label~=(do-not-merge)
@@ -52,6 +61,8 @@ pull_request_rules:
52
61
  delete_head_branch: {}
53
62
  queue:
54
63
  name: default
64
+ merge:
65
+ method: squash
55
66
  conditions:
56
67
  - label = automerge
57
68
  - -label~=(do-not-merge)
@@ -14,7 +14,7 @@ import (
14
14
  projen "github.com/projen/projen-go/projen/jsii"
15
15
  )
16
16
 
17
- //go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.12.tgz
17
+ //go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.13.tgz
18
18
  var tarball []byte
19
19
 
20
20
  // Initialize loads the necessary packages in the @jsii/kernel to support the enclosing module.
@@ -26,5 +26,5 @@ func Initialize() {
26
26
  projen.Initialize()
27
27
 
28
28
  // Load this library into the kernel
29
- _jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.12", tarball)
29
+ _jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.13", tarball)
30
30
  }
@@ -1 +1 @@
1
- 0.0.12
1
+ 0.0.13
package/package.json CHANGED
@@ -94,7 +94,7 @@
94
94
  "publishConfig": {
95
95
  "access": "public"
96
96
  },
97
- "version": "0.0.13",
97
+ "version": "0.0.14",
98
98
  "jest": {
99
99
  "coverageProvider": "v8",
100
100
  "testMatch": [