@jjrawlins/cdk-iam-policy-builder-helper 0.0.32 → 0.0.33

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
@@ -14,7 +14,7 @@
14
14
  "dependencies": {
15
15
  "aws-cdk-lib": "^2.150.0",
16
16
  "constructs": "^10.4.2",
17
- "projen": "^0.96.2"
17
+ "projen": "^0.96.3"
18
18
  },
19
19
  "dependencyClosure": {
20
20
  "@aws-cdk/asset-awscli-v1": {
@@ -3888,6 +3888,6 @@
3888
3888
  }
3889
3889
  },
3890
3890
  "types": {},
3891
- "version": "0.0.32",
3892
- "fingerprint": "tl6rZP4k77hZTRGfvw5KwSTArsPu1hbp9fuWyxn5ZoM="
3891
+ "version": "0.0.33",
3892
+ "fingerprint": "lzV6UttGFED3a5asGI7pP8vRvYYqEa+r3HCOG0e5p4k="
3893
3893
  }
@@ -6,7 +6,7 @@ require (
6
6
  github.com/aws/jsii-runtime-go v1.114.1
7
7
  github.com/aws/aws-cdk-go/awscdk/v2 v2.150.0
8
8
  github.com/aws/constructs-go/constructs/v10 v10.4.2
9
- github.com/projen/projen-go/projen v0.96.1
9
+ github.com/projen/projen-go/projen v0.96.2
10
10
  github.com/cdklabs/awscdk-asset-awscli-go/awscliv1/v2 v2.2.252 // indirect
11
11
  github.com/cdklabs/awscdk-asset-kubectl-go/kubectlv20/v2 v2.1.4 // indirect
12
12
  github.com/cdklabs/awscdk-asset-node-proxy-agent-go/nodeproxyagentv6/v2 v2.1.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.31.tgz
17
+ //go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.32.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.31", tarball)
29
+ _jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.32", tarball)
30
30
  }
@@ -1 +1 @@
1
- 0.0.31
1
+ 0.0.32
package/package.json CHANGED
@@ -68,7 +68,7 @@
68
68
  "axios": "^1.8.2",
69
69
  "constructs": "^10.4.2",
70
70
  "jsonc-parser": "^3.3.1",
71
- "projen": "^0.96.2"
71
+ "projen": "^0.96.3"
72
72
  },
73
73
  "bundledDependencies": [
74
74
  "@aws-sdk/client-iam",
@@ -95,7 +95,7 @@
95
95
  "publishConfig": {
96
96
  "access": "public"
97
97
  },
98
- "version": "0.0.32",
98
+ "version": "0.0.33",
99
99
  "jest": {
100
100
  "coverageProvider": "v8",
101
101
  "testMatch": [