cdk-nag 2.35.73__tar.gz → 2.35.75__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cdk-nag
3
- Version: 2.35.73
3
+ Version: 2.35.75
4
4
  Summary: Check CDK v2 applications for best practices using a combination on available rule packs.
5
5
  Home-page: https://github.com/cdklabs/cdk-nag.git
6
6
  Author: Arun Donti<donti@amazon.com>
@@ -5,7 +5,7 @@ kwargs = json.loads(
5
5
  """
6
6
  {
7
7
  "name": "cdk-nag",
8
- "version": "2.35.73",
8
+ "version": "2.35.75",
9
9
  "description": "Check CDK v2 applications for best practices using a combination on available rule packs.",
10
10
  "license": "Apache-2.0",
11
11
  "url": "https://github.com/cdklabs/cdk-nag.git",
@@ -26,7 +26,7 @@ kwargs = json.loads(
26
26
  ],
27
27
  "package_data": {
28
28
  "cdk_nag._jsii": [
29
- "cdk-nag@2.35.73.jsii.tgz"
29
+ "cdk-nag@2.35.75.jsii.tgz"
30
30
  ],
31
31
  "cdk_nag": [
32
32
  "py.typed"
@@ -32,7 +32,7 @@ import aws_cdk._jsii
32
32
  import constructs._jsii
33
33
 
34
34
  __jsii_assembly__ = jsii.JSIIAssembly.load(
35
- "cdk-nag", "2.35.73", __name__[0:-6], "cdk-nag@2.35.73.jsii.tgz"
35
+ "cdk-nag", "2.35.75", __name__[0:-6], "cdk-nag@2.35.75.jsii.tgz"
36
36
  )
37
37
 
38
38
  __all__ = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cdk-nag
3
- Version: 2.35.73
3
+ Version: 2.35.75
4
4
  Summary: Check CDK v2 applications for best practices using a combination on available rule packs.
5
5
  Home-page: https://github.com/cdklabs/cdk-nag.git
6
6
  Author: Arun Donti<donti@amazon.com>
@@ -12,4 +12,4 @@ src/cdk_nag.egg-info/dependency_links.txt
12
12
  src/cdk_nag.egg-info/requires.txt
13
13
  src/cdk_nag.egg-info/top_level.txt
14
14
  src/cdk_nag/_jsii/__init__.py
15
- src/cdk_nag/_jsii/cdk-nag@2.35.73.jsii.tgz
15
+ src/cdk_nag/_jsii/cdk-nag@2.35.75.jsii.tgz
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes