@mavogel/cdk-vscode-server 0.0.59 → 0.0.60
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
|
@@ -4603,6 +4603,6 @@
|
|
|
4603
4603
|
"symbolId": "src/vscode-server:VSCodeServerProps"
|
|
4604
4604
|
}
|
|
4605
4605
|
},
|
|
4606
|
-
"version": "0.0.
|
|
4607
|
-
"fingerprint": "
|
|
4606
|
+
"version": "0.0.60",
|
|
4607
|
+
"fingerprint": "KALG9BRQbEbg6W5HIa8LnU78Xd+kyM0I4M1IzhCDdy8="
|
|
4608
4608
|
}
|
package/lib/vscode-server.js
CHANGED
|
@@ -572,7 +572,7 @@ class VSCodeServer extends constructs_1.Construct {
|
|
|
572
572
|
}
|
|
573
573
|
exports.VSCodeServer = VSCodeServer;
|
|
574
574
|
_a = JSII_RTTI_SYMBOL_1;
|
|
575
|
-
VSCodeServer[_a] = { fqn: "@mavogel/cdk-vscode-server.VSCodeServer", version: "0.0.
|
|
575
|
+
VSCodeServer[_a] = { fqn: "@mavogel/cdk-vscode-server.VSCodeServer", version: "0.0.60" };
|
|
576
576
|
/**
|
|
577
577
|
* Tags all the resources in the construct
|
|
578
578
|
*/
|
|
@@ -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.116.0
|
|
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.55
|
|
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.59.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.59", tarball)
|
|
32
32
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.59
|