@jjrawlins/cdk-iam-policy-builder-helper 0.0.10 → 0.0.11

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.10",
4040
- "fingerprint": "sTL0FHaXowy3y5q6fX0/J/q6Z9uBeLGs2pd+UTGbNHo="
4039
+ "version": "0.0.11",
4040
+ "fingerprint": "Ql5Ec641kvuuIOc+v7FrW8lqW+meXxpciYWY63eNE6I="
4041
4041
  }
@@ -6,7 +6,7 @@ require (
6
6
  github.com/aws/jsii-runtime-go v1.109.0
7
7
  github.com/aws/aws-cdk-go/awscdk/v2 v2.189.1
8
8
  github.com/aws/constructs-go/constructs/v10 v10.4.2
9
- github.com/projen/projen-go/projen v0.91.14
9
+ github.com/projen/projen-go/projen v0.94.2
10
10
  github.com/cdklabs/awscdk-asset-awscli-go/awscliv1/v2 v2.2.250 // indirect
11
11
  github.com/cdklabs/awscdk-asset-node-proxy-agent-go/nodeproxyagentv6/v2 v2.1.0 // indirect
12
12
  github.com/cdklabs/cloud-assembly-schema-go/awscdkcloudassemblyschema/v41 v41.2.0 // indirect
@@ -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.9.tgz
17
+ //go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.10.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.9", tarball)
29
+ _jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.10", tarball)
30
30
  }
@@ -1 +1 @@
1
- 0.0.9
1
+ 0.0.10
package/package.json CHANGED
@@ -94,7 +94,7 @@
94
94
  "publishConfig": {
95
95
  "access": "public"
96
96
  },
97
- "version": "0.0.10",
97
+ "version": "0.0.11",
98
98
  "jest": {
99
99
  "coverageProvider": "v8",
100
100
  "testMatch": [