cdk-code-server 0.0.1__tar.gz → 0.0.2__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: 0.0.1
3
+ Version: 0.0.2
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>
@@ -61,7 +61,7 @@ import { CodeServer } from 'cdk-code-server';
61
61
  new CodeServer(this, 'CodeServer');
62
62
  ```
63
63
 
64
- You can customize the instance type, node.js version, and other properties:
64
+ You can customize the instance type, vpc, and other properties:
65
65
 
66
66
  ```python
67
67
  import { CodeServer } from 'cdk-code-server';
@@ -31,7 +31,7 @@ import { CodeServer } from 'cdk-code-server';
31
31
  new CodeServer(this, 'CodeServer');
32
32
  ```
33
33
 
34
- You can customize the instance type, node.js version, and other properties:
34
+ You can customize the instance type, vpc, and other properties:
35
35
 
36
36
  ```python
37
37
  import { CodeServer } from 'cdk-code-server';
@@ -5,7 +5,7 @@ kwargs = json.loads(
5
5
  """
6
6
  {
7
7
  "name": "cdk-code-server",
8
- "version": "0.0.1",
8
+ "version": "0.0.2",
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@0.0.1.jsii.tgz"
29
+ "cdk-code-server@0.0.2.jsii.tgz"
30
30
  ],
31
31
  "cdk_code-server": [
32
32
  "py.typed"
@@ -32,7 +32,7 @@ import { CodeServer } from 'cdk-code-server';
32
32
  new CodeServer(this, 'CodeServer');
33
33
  ```
34
34
 
35
- You can customize the instance type, node.js version, and other properties:
35
+ You can customize the instance type, vpc, and other properties:
36
36
 
37
37
  ```python
38
38
  import { CodeServer } from 'cdk-code-server';
@@ -19,7 +19,7 @@ import constructs._jsii
19
19
  import open_constructs_aws_cdk._jsii
20
20
 
21
21
  __jsii_assembly__ = jsii.JSIIAssembly.load(
22
- "cdk-code-server", "0.0.1", __name__[0:-6], "cdk-code-server@0.0.1.jsii.tgz"
22
+ "cdk-code-server", "0.0.2", __name__[0:-6], "cdk-code-server@0.0.2.jsii.tgz"
23
23
  )
24
24
 
25
25
  __all__ = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cdk-code-server
3
- Version: 0.0.1
3
+ Version: 0.0.2
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>
@@ -61,7 +61,7 @@ import { CodeServer } from 'cdk-code-server';
61
61
  new CodeServer(this, 'CodeServer');
62
62
  ```
63
63
 
64
- You can customize the instance type, node.js version, and other properties:
64
+ You can customize the instance type, vpc, and other properties:
65
65
 
66
66
  ```python
67
67
  import { CodeServer } from 'cdk-code-server';
@@ -6,7 +6,7 @@ setup.py
6
6
  src/cdk_code-server/__init__.py
7
7
  src/cdk_code-server/py.typed
8
8
  src/cdk_code-server/_jsii/__init__.py
9
- src/cdk_code-server/_jsii/cdk-code-server@0.0.1.jsii.tgz
9
+ src/cdk_code-server/_jsii/cdk-code-server@0.0.2.jsii.tgz
10
10
  src/cdk_code_server.egg-info/PKG-INFO
11
11
  src/cdk_code_server.egg-info/SOURCES.txt
12
12
  src/cdk_code_server.egg-info/dependency_links.txt
File without changes