cdk-code-server 1.0.12__tar.gz → 1.0.13__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-code-server
3
- Version: 1.0.12
3
+ Version: 1.0.13
4
4
  Summary: CDK Construct for a VSCode Server development environment on EC2
5
5
  Home-page: https://github.com/badmintoncryer/cdk-code-server.git
6
6
  Author: Kazuho CryerShinozuka<malaysia.cryer@gmail.com>
@@ -23,7 +23,7 @@ Description-Content-Type: text/markdown
23
23
  License-File: LICENSE
24
24
  Requires-Dist: aws-cdk-lib<3.0.0,>=2.168.0
25
25
  Requires-Dist: constructs<11.0.0,>=10.5.1
26
- Requires-Dist: jsii<2.0.0,>=1.136.0
26
+ Requires-Dist: jsii<2.0.0,>=1.140.0
27
27
  Requires-Dist: publication>=0.0.3
28
28
 
29
29
  # CDK VSCode Server Construct
@@ -5,7 +5,7 @@ kwargs = json.loads(
5
5
  """
6
6
  {
7
7
  "name": "cdk-code-server",
8
- "version": "1.0.12",
8
+ "version": "1.0.13",
9
9
  "description": "CDK Construct for a VSCode Server development environment on EC2",
10
10
  "license": "Apache-2.0",
11
11
  "url": "https://github.com/badmintoncryer/cdk-code-server.git",
@@ -26,7 +26,7 @@ kwargs = json.loads(
26
26
  ],
27
27
  "package_data": {
28
28
  "cdk_code_server._jsii": [
29
- "cdk-code-server@1.0.12.jsii.tgz"
29
+ "cdk-code-server@1.0.13.jsii.tgz"
30
30
  ],
31
31
  "cdk_code_server": [
32
32
  "py.typed"
@@ -36,7 +36,7 @@ kwargs = json.loads(
36
36
  "install_requires": [
37
37
  "aws-cdk-lib>=2.168.0, <3.0.0",
38
38
  "constructs>=10.5.1, <11.0.0",
39
- "jsii>=1.136.0, <2.0.0",
39
+ "jsii>=1.140.0, <2.0.0",
40
40
  "publication>=0.0.3"
41
41
  ],
42
42
  "classifiers": [
@@ -148,7 +148,7 @@ import jsii
148
148
  import publication
149
149
  import typing_extensions
150
150
 
151
- from jsii._type_checking import check_type
151
+ from jsii._type_checking import cached_type_hints, check_type
152
152
 
153
153
 
154
154
  from ._jsii import *
@@ -207,7 +207,7 @@ class CodeServer(
207
207
  :param vpc: The VPC where the instance will be deployed. Default: - A new VPC will be created
208
208
  '''
209
209
  if __debug__:
210
- type_hints = typing.get_type_hints(_typecheckingstub__a3dc073ef85aeeab8ffd2fe5c32c737ce76d0e4197f8d84ff2cfe4d4ae5bf187)
210
+ type_hints = cached_type_hints(_typecheckingstub__a3dc073ef85aeeab8ffd2fe5c32c737ce76d0e4197f8d84ff2cfe4d4ae5bf187)
211
211
  check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
212
212
  check_type(argname="argument id", value=id, expected_type=type_hints["id"])
213
213
  props = CodeServerProps(
@@ -259,7 +259,7 @@ class CodeServerProps:
259
259
  :param vpc: The VPC where the instance will be deployed. Default: - A new VPC will be created
260
260
  '''
261
261
  if __debug__:
262
- type_hints = typing.get_type_hints(_typecheckingstub__fb583e2cef71433ccfaa187bf48195bf7085ded509b20a2c01dc80cffe3f0229)
262
+ type_hints = cached_type_hints(_typecheckingstub__fb583e2cef71433ccfaa187bf48195bf7085ded509b20a2c01dc80cffe3f0229)
263
263
  check_type(argname="argument cpu_type", value=cpu_type, expected_type=type_hints["cpu_type"])
264
264
  check_type(argname="argument instance_type", value=instance_type, expected_type=type_hints["instance_type"])
265
265
  check_type(argname="argument policy", value=policy, expected_type=type_hints["policy"])
@@ -11,14 +11,14 @@ import jsii
11
11
  import publication
12
12
  import typing_extensions
13
13
 
14
- from jsii._type_checking import check_type
14
+ from jsii._type_checking import cached_type_hints, check_type
15
15
 
16
16
 
17
17
  import aws_cdk._jsii
18
18
  import constructs._jsii
19
19
 
20
20
  __jsii_assembly__ = jsii.JSIIAssembly.load(
21
- "cdk-code-server", "1.0.12", __name__[0:-6], "cdk-code-server@1.0.12.jsii.tgz"
21
+ "cdk-code-server", "1.0.13", __name__[0:-6], "cdk-code-server@1.0.13.jsii.tgz"
22
22
  )
23
23
 
24
24
  __all__ = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cdk-code-server
3
- Version: 1.0.12
3
+ Version: 1.0.13
4
4
  Summary: CDK Construct for a VSCode Server development environment on EC2
5
5
  Home-page: https://github.com/badmintoncryer/cdk-code-server.git
6
6
  Author: Kazuho CryerShinozuka<malaysia.cryer@gmail.com>
@@ -23,7 +23,7 @@ Description-Content-Type: text/markdown
23
23
  License-File: LICENSE
24
24
  Requires-Dist: aws-cdk-lib<3.0.0,>=2.168.0
25
25
  Requires-Dist: constructs<11.0.0,>=10.5.1
26
- Requires-Dist: jsii<2.0.0,>=1.136.0
26
+ Requires-Dist: jsii<2.0.0,>=1.140.0
27
27
  Requires-Dist: publication>=0.0.3
28
28
 
29
29
  # CDK VSCode Server Construct
@@ -11,4 +11,4 @@ src/cdk_code_server.egg-info/dependency_links.txt
11
11
  src/cdk_code_server.egg-info/requires.txt
12
12
  src/cdk_code_server.egg-info/top_level.txt
13
13
  src/cdk_code_server/_jsii/__init__.py
14
- src/cdk_code_server/_jsii/cdk-code-server@1.0.12.jsii.tgz
14
+ src/cdk_code_server/_jsii/cdk-code-server@1.0.13.jsii.tgz
@@ -1,4 +1,4 @@
1
1
  aws-cdk-lib<3.0.0,>=2.168.0
2
2
  constructs<11.0.0,>=10.5.1
3
- jsii<2.0.0,>=1.136.0
3
+ jsii<2.0.0,>=1.140.0
4
4
  publication>=0.0.3