cdktf-gitlab-runner 0.0.1126__tar.gz → 0.0.1127__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.1126/src/cdktf_gitlab_runner.egg-info → cdktf_gitlab_runner-0.0.1127}/PKG-INFO +1 -1
- {cdktf_gitlab_runner-0.0.1126 → cdktf_gitlab_runner-0.0.1127}/setup.py +2 -2
- {cdktf_gitlab_runner-0.0.1126 → cdktf_gitlab_runner-0.0.1127}/src/cdktf_gitlab_runner/_jsii/__init__.py +2 -2
- cdktf_gitlab_runner-0.0.1127/src/cdktf_gitlab_runner/_jsii/cdktf-gitlab-runner@0.0.1127.jsii.tgz +0 -0
- {cdktf_gitlab_runner-0.0.1126 → cdktf_gitlab_runner-0.0.1127/src/cdktf_gitlab_runner.egg-info}/PKG-INFO +1 -1
- {cdktf_gitlab_runner-0.0.1126 → cdktf_gitlab_runner-0.0.1127}/src/cdktf_gitlab_runner.egg-info/SOURCES.txt +1 -1
- cdktf_gitlab_runner-0.0.1126/src/cdktf_gitlab_runner/_jsii/cdktf-gitlab-runner@0.0.1126.jsii.tgz +0 -0
- {cdktf_gitlab_runner-0.0.1126 → cdktf_gitlab_runner-0.0.1127}/LICENSE +0 -0
- {cdktf_gitlab_runner-0.0.1126 → cdktf_gitlab_runner-0.0.1127}/MANIFEST.in +0 -0
- {cdktf_gitlab_runner-0.0.1126 → cdktf_gitlab_runner-0.0.1127}/README.md +0 -0
- {cdktf_gitlab_runner-0.0.1126 → cdktf_gitlab_runner-0.0.1127}/pyproject.toml +0 -0
- {cdktf_gitlab_runner-0.0.1126 → cdktf_gitlab_runner-0.0.1127}/setup.cfg +0 -0
- {cdktf_gitlab_runner-0.0.1126 → cdktf_gitlab_runner-0.0.1127}/src/cdktf_gitlab_runner/__init__.py +0 -0
- {cdktf_gitlab_runner-0.0.1126 → cdktf_gitlab_runner-0.0.1127}/src/cdktf_gitlab_runner/py.typed +0 -0
- {cdktf_gitlab_runner-0.0.1126 → cdktf_gitlab_runner-0.0.1127}/src/cdktf_gitlab_runner.egg-info/dependency_links.txt +0 -0
- {cdktf_gitlab_runner-0.0.1126 → cdktf_gitlab_runner-0.0.1127}/src/cdktf_gitlab_runner.egg-info/requires.txt +0 -0
- {cdktf_gitlab_runner-0.0.1126 → cdktf_gitlab_runner-0.0.1127}/src/cdktf_gitlab_runner.egg-info/top_level.txt +0 -0
@@ -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.1127",
|
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.1127.jsii.tgz"
|
30
30
|
],
|
31
31
|
"cdktf_gitlab_runner": [
|
32
32
|
"py.typed"
|
@@ -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.1127",
|
38
38
|
__name__[0:-6],
|
39
|
-
"cdktf-gitlab-runner@0.0.
|
39
|
+
"cdktf-gitlab-runner@0.0.1127.jsii.tgz",
|
40
40
|
)
|
41
41
|
|
42
42
|
__all__ = [
|
cdktf_gitlab_runner-0.0.1127/src/cdktf_gitlab_runner/_jsii/cdktf-gitlab-runner@0.0.1127.jsii.tgz
ADDED
Binary file
|
@@ -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.1127.jsii.tgz
|
cdktf_gitlab_runner-0.0.1126/src/cdktf_gitlab_runner/_jsii/cdktf-gitlab-runner@0.0.1126.jsii.tgz
DELETED
Binary file
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{cdktf_gitlab_runner-0.0.1126 → cdktf_gitlab_runner-0.0.1127}/src/cdktf_gitlab_runner/__init__.py
RENAMED
File without changes
|
{cdktf_gitlab_runner-0.0.1126 → cdktf_gitlab_runner-0.0.1127}/src/cdktf_gitlab_runner/py.typed
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|