@jjrawlins/cdk-iam-policy-builder-helper 0.0.25 → 0.0.26

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
@@ -4140,6 +4140,6 @@
4140
4140
  }
4141
4141
  },
4142
4142
  "types": {},
4143
- "version": "0.0.25",
4144
- "fingerprint": "B8cTKHXe1teCvgT6O1Qko0dZsCq3CvjZVKM40RG15Gc="
4143
+ "version": "0.0.26",
4144
+ "fingerprint": "RBj+7uF9cdF9mWxJvHyybKTQ6x8/BlgzK8sSJfNCyAI="
4145
4145
  }
package/.mergify.yml CHANGED
@@ -16,6 +16,7 @@ queue_rules:
16
16
  {{ title }} (#{{ number }})
17
17
 
18
18
  {{ body }}
19
+ autoqueue: true
19
20
  pull_request_rules:
20
21
  - name: Automatic Merge Dependebot Prs
21
22
  description: Merge when PR passes all branch protection and has label automerge
@@ -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.24.tgz
17
+ //go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.25.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.24", tarball)
29
+ _jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.25", tarball)
30
30
  }
@@ -1 +1 @@
1
- 0.0.24
1
+ 0.0.25
package/package.json CHANGED
@@ -95,7 +95,7 @@
95
95
  "publishConfig": {
96
96
  "access": "public"
97
97
  },
98
- "version": "0.0.25",
98
+ "version": "0.0.26",
99
99
  "jest": {
100
100
  "coverageProvider": "v8",
101
101
  "testMatch": [