@jjrawlins/cdk-iam-policy-builder-helper 0.0.19 → 0.0.20

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.19",
4144
- "fingerprint": "LM3Mrn4Kovrdvihkvwns+8UWQOviHxV4e+0leho8Pes="
4143
+ "version": "0.0.20",
4144
+ "fingerprint": "QWeVNlU+VO3a3nYyqkqpttNn5FGYMgHKqDRW8FQT9Zs="
4145
4145
  }
@@ -9,5 +9,5 @@ require (
9
9
  github.com/projen/projen-go/projen v0.95.6
10
10
  github.com/cdklabs/awscdk-asset-awscli-go/awscliv1/v2 v2.2.242 // indirect
11
11
  github.com/cdklabs/awscdk-asset-node-proxy-agent-go/nodeproxyagentv6/v2 v2.1.0 // indirect
12
- github.com/cdklabs/cloud-assembly-schema-go/awscdkcloudassemblyschema/v48 v48.7.0 // indirect
12
+ github.com/cdklabs/cloud-assembly-schema-go/awscdkcloudassemblyschema/v48 v48.8.0 // indirect
13
13
  )
@@ -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.18.tgz
17
+ //go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.19.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.18", tarball)
29
+ _jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.19", tarball)
30
30
  }
@@ -1 +1 @@
1
- 0.0.18
1
+ 0.0.19
package/package.json CHANGED
@@ -95,7 +95,7 @@
95
95
  "publishConfig": {
96
96
  "access": "public"
97
97
  },
98
- "version": "0.0.19",
98
+ "version": "0.0.20",
99
99
  "jest": {
100
100
  "coverageProvider": "v8",
101
101
  "testMatch": [