@mavogel/cdk-vscode-server 0.0.52 → 0.0.54
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
|
@@ -4531,6 +4531,6 @@
|
|
|
4531
4531
|
"symbolId": "src/vscode-server:VSCodeServerProps"
|
|
4532
4532
|
}
|
|
4533
4533
|
},
|
|
4534
|
-
"version": "0.0.
|
|
4535
|
-
"fingerprint": "
|
|
4534
|
+
"version": "0.0.54",
|
|
4535
|
+
"fingerprint": "P5Hvmbt4eDm9OtyKjL9ThKhQnbnAqsTgn3DQ/EYFnkw="
|
|
4536
4536
|
}
|
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.54" };
|
|
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.23
|
|
4
4
|
|
|
5
5
|
require (
|
|
6
|
-
github.com/aws/jsii-runtime-go v1.
|
|
6
|
+
github.com/aws/jsii-runtime-go v1.114.1
|
|
7
7
|
github.com/MV-Consulting/mvc-projen/mavogelmvcprojen v0.0.7
|
|
8
8
|
github.com/aws/aws-cdk-go/awscdk/v2 v2.190.0
|
|
9
|
-
github.com/cdklabs/cdk-nag-go/cdknag/v2 v2.37.
|
|
9
|
+
github.com/cdklabs/cdk-nag-go/cdknag/v2 v2.37.27
|
|
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.242 // 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.53.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.53", tarball)
|
|
32
32
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.53
|