cdktf-gitlab-runner 0.0.1119__tar.gz → 0.0.1121__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.
- {cdktf_gitlab_runner-0.0.1119/src/cdktf_gitlab_runner.egg-info → cdktf_gitlab_runner-0.0.1121}/PKG-INFO +2 -2
- {cdktf_gitlab_runner-0.0.1119 → cdktf_gitlab_runner-0.0.1121}/setup.py +3 -3
- {cdktf_gitlab_runner-0.0.1119 → cdktf_gitlab_runner-0.0.1121}/src/cdktf_gitlab_runner/_jsii/__init__.py +2 -2
- cdktf_gitlab_runner-0.0.1119/src/cdktf_gitlab_runner/_jsii/cdktf-gitlab-runner@0.0.1119.jsii.tgz → cdktf_gitlab_runner-0.0.1121/src/cdktf_gitlab_runner/_jsii/cdktf-gitlab-runner@0.0.1121.jsii.tgz +0 -0
- {cdktf_gitlab_runner-0.0.1119 → cdktf_gitlab_runner-0.0.1121/src/cdktf_gitlab_runner.egg-info}/PKG-INFO +2 -2
- {cdktf_gitlab_runner-0.0.1119 → cdktf_gitlab_runner-0.0.1121}/src/cdktf_gitlab_runner.egg-info/SOURCES.txt +1 -1
- {cdktf_gitlab_runner-0.0.1119 → cdktf_gitlab_runner-0.0.1121}/src/cdktf_gitlab_runner.egg-info/requires.txt +1 -1
- {cdktf_gitlab_runner-0.0.1119 → cdktf_gitlab_runner-0.0.1121}/LICENSE +0 -0
- {cdktf_gitlab_runner-0.0.1119 → cdktf_gitlab_runner-0.0.1121}/MANIFEST.in +0 -0
- {cdktf_gitlab_runner-0.0.1119 → cdktf_gitlab_runner-0.0.1121}/README.md +0 -0
- {cdktf_gitlab_runner-0.0.1119 → cdktf_gitlab_runner-0.0.1121}/pyproject.toml +0 -0
- {cdktf_gitlab_runner-0.0.1119 → cdktf_gitlab_runner-0.0.1121}/setup.cfg +0 -0
- {cdktf_gitlab_runner-0.0.1119 → cdktf_gitlab_runner-0.0.1121}/src/cdktf_gitlab_runner/__init__.py +0 -0
- {cdktf_gitlab_runner-0.0.1119 → cdktf_gitlab_runner-0.0.1121}/src/cdktf_gitlab_runner/py.typed +0 -0
- {cdktf_gitlab_runner-0.0.1119 → cdktf_gitlab_runner-0.0.1121}/src/cdktf_gitlab_runner.egg-info/dependency_links.txt +0 -0
- {cdktf_gitlab_runner-0.0.1119 → cdktf_gitlab_runner-0.0.1121}/src/cdktf_gitlab_runner.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: cdktf-gitlab-runner
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.1121
|
4
4
|
Summary: The CDK for Terraform Construct for Gitlab Runner on GCP
|
5
5
|
Home-page: https://github.com/neilkuan/cdktf-gitlab-runner.git
|
6
6
|
Author: Neil Kuan<guan840912@gmail.com>
|
@@ -23,7 +23,7 @@ License-File: LICENSE
|
|
23
23
|
Requires-Dist: cdktf-cdktf-provider-google<14.0.0,>=13.0.0
|
24
24
|
Requires-Dist: cdktf<0.21.0,>=0.20.0
|
25
25
|
Requires-Dist: constructs<11.0.0,>=10.3.0
|
26
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
26
|
+
Requires-Dist: jsii<2.0.0,>=1.106.0
|
27
27
|
Requires-Dist: publication>=0.0.3
|
28
28
|
Requires-Dist: typeguard<4.3.0,>=2.13.3
|
29
29
|
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
5
5
|
"""
|
6
6
|
{
|
7
7
|
"name": "cdktf-gitlab-runner",
|
8
|
-
"version": "0.0.
|
8
|
+
"version": "0.0.1121",
|
9
9
|
"description": "The CDK for Terraform Construct for Gitlab Runner on GCP",
|
10
10
|
"license": "Apache-2.0",
|
11
11
|
"url": "https://github.com/neilkuan/cdktf-gitlab-runner.git",
|
@@ -26,7 +26,7 @@ kwargs = json.loads(
|
|
26
26
|
],
|
27
27
|
"package_data": {
|
28
28
|
"cdktf_gitlab_runner._jsii": [
|
29
|
-
"cdktf-gitlab-runner@0.0.
|
29
|
+
"cdktf-gitlab-runner@0.0.1121.jsii.tgz"
|
30
30
|
],
|
31
31
|
"cdktf_gitlab_runner": [
|
32
32
|
"py.typed"
|
@@ -37,7 +37,7 @@ kwargs = json.loads(
|
|
37
37
|
"cdktf-cdktf-provider-google>=13.0.0, <14.0.0",
|
38
38
|
"cdktf>=0.20.0, <0.21.0",
|
39
39
|
"constructs>=10.3.0, <11.0.0",
|
40
|
-
"jsii>=1.
|
40
|
+
"jsii>=1.106.0, <2.0.0",
|
41
41
|
"publication>=0.0.3",
|
42
42
|
"typeguard>=2.13.3,<4.3.0"
|
43
43
|
],
|
@@ -34,9 +34,9 @@ import constructs._jsii
|
|
34
34
|
|
35
35
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
36
36
|
"cdktf-gitlab-runner",
|
37
|
-
"0.0.
|
37
|
+
"0.0.1121",
|
38
38
|
__name__[0:-6],
|
39
|
-
"cdktf-gitlab-runner@0.0.
|
39
|
+
"cdktf-gitlab-runner@0.0.1121.jsii.tgz",
|
40
40
|
)
|
41
41
|
|
42
42
|
__all__ = [
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: cdktf-gitlab-runner
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.1121
|
4
4
|
Summary: The CDK for Terraform Construct for Gitlab Runner on GCP
|
5
5
|
Home-page: https://github.com/neilkuan/cdktf-gitlab-runner.git
|
6
6
|
Author: Neil Kuan<guan840912@gmail.com>
|
@@ -23,7 +23,7 @@ License-File: LICENSE
|
|
23
23
|
Requires-Dist: cdktf-cdktf-provider-google<14.0.0,>=13.0.0
|
24
24
|
Requires-Dist: cdktf<0.21.0,>=0.20.0
|
25
25
|
Requires-Dist: constructs<11.0.0,>=10.3.0
|
26
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
26
|
+
Requires-Dist: jsii<2.0.0,>=1.106.0
|
27
27
|
Requires-Dist: publication>=0.0.3
|
28
28
|
Requires-Dist: typeguard<4.3.0,>=2.13.3
|
29
29
|
|
@@ -11,4 +11,4 @@ src/cdktf_gitlab_runner.egg-info/dependency_links.txt
|
|
11
11
|
src/cdktf_gitlab_runner.egg-info/requires.txt
|
12
12
|
src/cdktf_gitlab_runner.egg-info/top_level.txt
|
13
13
|
src/cdktf_gitlab_runner/_jsii/__init__.py
|
14
|
-
src/cdktf_gitlab_runner/_jsii/cdktf-gitlab-runner@0.0.
|
14
|
+
src/cdktf_gitlab_runner/_jsii/cdktf-gitlab-runner@0.0.1121.jsii.tgz
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{cdktf_gitlab_runner-0.0.1119 → cdktf_gitlab_runner-0.0.1121}/src/cdktf_gitlab_runner/__init__.py
RENAMED
File without changes
|
{cdktf_gitlab_runner-0.0.1119 → cdktf_gitlab_runner-0.0.1121}/src/cdktf_gitlab_runner/py.typed
RENAMED
File without changes
|
File without changes
|
File without changes
|