@mavogel/cdk-vscode-server 0.0.30 → 0.0.32
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.
package/.jsii
CHANGED
|
@@ -4069,7 +4069,7 @@
|
|
|
4069
4069
|
"stability": "experimental"
|
|
4070
4070
|
},
|
|
4071
4071
|
"homepage": "https://github.com/MV-Consulting/cdk-vscode-server.git",
|
|
4072
|
-
"jsiiVersion": "5.7.
|
|
4072
|
+
"jsiiVersion": "5.7.11 (build fad4bb4)",
|
|
4073
4073
|
"keywords": [
|
|
4074
4074
|
"aws",
|
|
4075
4075
|
"cdk",
|
|
@@ -4518,6 +4518,6 @@
|
|
|
4518
4518
|
"symbolId": "src/vscode-server:VSCodeServerProps"
|
|
4519
4519
|
}
|
|
4520
4520
|
},
|
|
4521
|
-
"version": "0.0.
|
|
4522
|
-
"fingerprint": "
|
|
4521
|
+
"version": "0.0.32",
|
|
4522
|
+
"fingerprint": "V5UMpWlktNjra8+Cu9XOzKNi1uy1OYYlSR9zbR2Nf3M="
|
|
4523
4523
|
}
|
package/lib/vscode-server.js
CHANGED
|
@@ -442,7 +442,7 @@ class VSCodeServer extends constructs_1.Construct {
|
|
|
442
442
|
}
|
|
443
443
|
exports.VSCodeServer = VSCodeServer;
|
|
444
444
|
_a = JSII_RTTI_SYMBOL_1;
|
|
445
|
-
VSCodeServer[_a] = { fqn: "@mavogel/cdk-vscode-server.VSCodeServer", version: "0.0.
|
|
445
|
+
VSCodeServer[_a] = { fqn: "@mavogel/cdk-vscode-server.VSCodeServer", version: "0.0.32" };
|
|
446
446
|
/**
|
|
447
447
|
* Tags all the resources in the construct
|
|
448
448
|
*/
|
|
@@ -3,10 +3,10 @@ module github.com/MV-Consulting/cdk-vscode-server/mavogelcdkvscodeserver
|
|
|
3
3
|
go 1.18
|
|
4
4
|
|
|
5
5
|
require (
|
|
6
|
-
github.com/aws/jsii-runtime-go v1.
|
|
6
|
+
github.com/aws/jsii-runtime-go v1.111.0
|
|
7
7
|
github.com/MV-Consulting/mvc-projen/mavogelmvcprojen v0.0.4
|
|
8
8
|
github.com/aws/aws-cdk-go/awscdk/v2 v2.177.0
|
|
9
|
-
github.com/cdklabs/cdk-nag-go/cdknag/v2 v2.35.
|
|
9
|
+
github.com/cdklabs/cdk-nag-go/cdknag/v2 v2.35.65
|
|
10
10
|
github.com/aws/constructs-go/constructs/v10 v10.4.2
|
|
11
11
|
github.com/projen/projen-go/projen v0.91.8 // indirect
|
|
12
12
|
github.com/cdklabs/awscdk-asset-awscli-go/awscliv1/v2 v2.2.220 // indirect
|
|
@@ -15,7 +15,7 @@ import (
|
|
|
15
15
|
mavogelmvcprojen "github.com/MV-Consulting/mvc-projen/mavogelmvcprojen/jsii"
|
|
16
16
|
)
|
|
17
17
|
|
|
18
|
-
//go:embed mavogel-cdk-vscode-server-0.0.
|
|
18
|
+
//go:embed mavogel-cdk-vscode-server-0.0.31.tgz
|
|
19
19
|
var tarball []byte
|
|
20
20
|
|
|
21
21
|
// Initialize loads the necessary packages in the @jsii/kernel to support the enclosing module.
|
|
@@ -28,5 +28,5 @@ func Initialize() {
|
|
|
28
28
|
constructs.Initialize()
|
|
29
29
|
|
|
30
30
|
// Load this library into the kernel
|
|
31
|
-
_jsii_.Load("@mavogel/cdk-vscode-server", "0.0.
|
|
31
|
+
_jsii_.Load("@mavogel/cdk-vscode-server", "0.0.31", tarball)
|
|
32
32
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.31
|