@jjrawlins/cdk-iam-policy-builder-helper 0.0.8 → 0.0.9

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
@@ -4035,6 +4035,6 @@
4035
4035
  }
4036
4036
  },
4037
4037
  "types": {},
4038
- "version": "0.0.8",
4039
- "fingerprint": "YpF16cBhx3rXUkAnLUfY+nrJHEwCO7QWoWFl9VrJndw="
4038
+ "version": "0.0.9",
4039
+ "fingerprint": "h5EvROJAvd0bRFJgcoPvduoPpaA239Hm64a66sxTwdo="
4040
4040
  }
@@ -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.7.tgz
17
+ //go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.8.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.7", tarball)
29
+ _jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.8", tarball)
30
30
  }
@@ -1 +1 @@
1
- 0.0.7
1
+ 0.0.8
package/package.json CHANGED
@@ -94,7 +94,7 @@
94
94
  "publishConfig": {
95
95
  "access": "public"
96
96
  },
97
- "version": "0.0.8",
97
+ "version": "0.0.9",
98
98
  "jest": {
99
99
  "coverageProvider": "v8",
100
100
  "testMatch": [