constructs 10.2.35__tar.gz → 10.2.37__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: constructs
3
- Version: 10.2.35
3
+ Version: 10.2.37
4
4
  Summary: A programming model for software-defined state
5
5
  Home-page: https://github.com/aws/constructs
6
6
  Author: Amazon Web Services<aws-cdk-dev@amazon.com>
@@ -5,7 +5,7 @@ kwargs = json.loads(
5
5
  """
6
6
  {
7
7
  "name": "constructs",
8
- "version": "10.2.35",
8
+ "version": "10.2.37",
9
9
  "description": "A programming model for software-defined state",
10
10
  "license": "Apache-2.0",
11
11
  "url": "https://github.com/aws/constructs",
@@ -26,7 +26,7 @@ kwargs = json.loads(
26
26
  ],
27
27
  "package_data": {
28
28
  "constructs._jsii": [
29
- "constructs@10.2.35.jsii.tgz"
29
+ "constructs@10.2.37.jsii.tgz"
30
30
  ],
31
31
  "constructs": [
32
32
  "py.typed"
@@ -11,7 +11,7 @@ import typing_extensions
11
11
  from typeguard import check_type
12
12
 
13
13
  __jsii_assembly__ = jsii.JSIIAssembly.load(
14
- "constructs", "10.2.35", __name__[0:-6], "constructs@10.2.35.jsii.tgz"
14
+ "constructs", "10.2.37", __name__[0:-6], "constructs@10.2.37.jsii.tgz"
15
15
  )
16
16
 
17
17
  __all__ = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: constructs
3
- Version: 10.2.35
3
+ Version: 10.2.37
4
4
  Summary: A programming model for software-defined state
5
5
  Home-page: https://github.com/aws/constructs
6
6
  Author: Amazon Web Services<aws-cdk-dev@amazon.com>
@@ -12,4 +12,4 @@ src/constructs.egg-info/dependency_links.txt
12
12
  src/constructs.egg-info/requires.txt
13
13
  src/constructs.egg-info/top_level.txt
14
14
  src/constructs/_jsii/__init__.py
15
- src/constructs/_jsii/constructs@10.2.35.jsii.tgz
15
+ src/constructs/_jsii/constructs@10.2.37.jsii.tgz
File without changes
File without changes
File without changes
File without changes
File without changes