@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.59",
4607
- "fingerprint": "VYawEM4HgsYqX3BfoYjI69qv7Q8cXiV/0U0B5FRHmzw="
4606
+ "version": "0.0.60",
4607
+ "fingerprint": "KALG9BRQbEbg6W5HIa8LnU78Xd+kyM0I4M1IzhCDdy8="
4608
4608
  }
@@ -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.59" };
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.115.0
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.51
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.58.tgz
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.58", tarball)
31
+ _jsii_.Load("@mavogel/cdk-vscode-server", "0.0.59", tarball)
32
32
  }
@@ -1 +1 @@
1
- 0.0.58
1
+ 0.0.59
package/package.json CHANGED
@@ -104,7 +104,7 @@
104
104
  "publishConfig": {
105
105
  "access": "public"
106
106
  },
107
- "version": "0.0.59",
107
+ "version": "0.0.60",
108
108
  "jest": {
109
109
  "coverageProvider": "v8",
110
110
  "testMatch": [