constructs 10.2.27__tar.gz → 10.2.28__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.
- {constructs-10.2.27/src/constructs.egg-info → constructs-10.2.28}/PKG-INFO +1 -1
- {constructs-10.2.27 → constructs-10.2.28}/setup.py +2 -2
- {constructs-10.2.27 → constructs-10.2.28}/src/constructs/_jsii/__init__.py +1 -1
- constructs-10.2.28/src/constructs/_jsii/constructs@10.2.28.jsii.tgz +0 -0
- {constructs-10.2.27 → constructs-10.2.28/src/constructs.egg-info}/PKG-INFO +1 -1
- {constructs-10.2.27 → constructs-10.2.28}/src/constructs.egg-info/SOURCES.txt +1 -1
- constructs-10.2.27/src/constructs/_jsii/constructs@10.2.27.jsii.tgz +0 -0
- {constructs-10.2.27 → constructs-10.2.28}/LICENSE +0 -0
- {constructs-10.2.27 → constructs-10.2.28}/MANIFEST.in +0 -0
- {constructs-10.2.27 → constructs-10.2.28}/NOTICE +0 -0
- {constructs-10.2.27 → constructs-10.2.28}/README.md +0 -0
- {constructs-10.2.27 → constructs-10.2.28}/pyproject.toml +0 -0
- {constructs-10.2.27 → constructs-10.2.28}/setup.cfg +0 -0
- {constructs-10.2.27 → constructs-10.2.28}/src/constructs/__init__.py +0 -0
- {constructs-10.2.27 → constructs-10.2.28}/src/constructs/py.typed +0 -0
- {constructs-10.2.27 → constructs-10.2.28}/src/constructs.egg-info/dependency_links.txt +0 -0
- {constructs-10.2.27 → constructs-10.2.28}/src/constructs.egg-info/requires.txt +0 -0
- {constructs-10.2.27 → constructs-10.2.28}/src/constructs.egg-info/top_level.txt +0 -0
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "constructs",
|
|
8
|
-
"version": "10.2.
|
|
8
|
+
"version": "10.2.28",
|
|
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.
|
|
29
|
+
"constructs@10.2.28.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.
|
|
14
|
+
"constructs", "10.2.28", __name__[0:-6], "constructs@10.2.28.jsii.tgz"
|
|
15
15
|
)
|
|
16
16
|
|
|
17
17
|
__all__ = [
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|