@mavogel/cdk-vscode-server 0.0.15 → 0.0.17

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.
@@ -4,11 +4,11 @@ go 1.18
4
4
 
5
5
  require (
6
6
  github.com/aws/jsii-runtime-go v1.106.0
7
- github.com/aws/aws-cdk-go/awscdk/v2 v2.165.0
7
+ github.com/aws/aws-cdk-go/awscdk/v2 v2.177.0
8
8
  github.com/cdklabs/cdk-nag-go/cdknag/v2 v2.35.0
9
9
  github.com/aws/constructs-go/constructs/v10 v10.0.5
10
10
  github.com/cdklabs/awscdk-asset-awscli-go/awscliv1/v2 v2.2.220 // indirect
11
11
  github.com/cdklabs/awscdk-asset-kubectl-go/kubectlv20/v2 v2.1.3 // indirect
12
12
  github.com/cdklabs/awscdk-asset-node-proxy-agent-go/nodeproxyagentv6/v2 v2.1.0 // indirect
13
- github.com/cdklabs/cloud-assembly-schema-go/awscdkcloudassemblyschema/v38 v38.0.1 // indirect
13
+ github.com/cdklabs/cloud-assembly-schema-go/awscdkcloudassemblyschema/v39 v39.2.5 // indirect
14
14
  )
@@ -14,7 +14,7 @@ import (
14
14
  cdknag "github.com/cdklabs/cdk-nag-go/cdknag/v2/jsii"
15
15
  )
16
16
 
17
- //go:embed mavogel-cdk-vscode-server-0.0.14.tgz
17
+ //go:embed mavogel-cdk-vscode-server-0.0.16.tgz
18
18
  var tarball []byte
19
19
 
20
20
  // Initialize loads the necessary packages in the @jsii/kernel to support the enclosing module.
@@ -26,5 +26,5 @@ func Initialize() {
26
26
  constructs.Initialize()
27
27
 
28
28
  // Load this library into the kernel
29
- _jsii_.Load("@mavogel/cdk-vscode-server", "0.0.14", tarball)
29
+ _jsii_.Load("@mavogel/cdk-vscode-server", "0.0.16", tarball)
30
30
  }
@@ -1 +1 @@
1
- 0.0.14
1
+ 0.0.16
package/package.json CHANGED
@@ -33,6 +33,8 @@
33
33
  "unbump": "npx projen unbump",
34
34
  "watch": "npx projen watch",
35
35
  "projen": "npx projen",
36
+ "prepare": "husky",
37
+ "awslint": "awslint",
36
38
  "integ-test": "integ-runner --directory ./integ-tests --parallel-regions eu-west-1 --parallel-regions eu-west-2 --update-on-failed"
37
39
  },
38
40
  "author": {
@@ -45,7 +47,8 @@
45
47
  "@aws-cdk/integ-tests-alpha": "^2.177.0-alpha.0",
46
48
  "@aws-sdk/client-secrets-manager": "^3.734.0",
47
49
  "@aws-sdk/client-ssm": "^3.735.0",
48
- "@stylistic/eslint-plugin": "^2",
50
+ "@commitlint/cli": "^19.6.1",
51
+ "@commitlint/config-conventional": "^19.6.0",
49
52
  "@types/aws-lambda": "^8.10.147",
50
53
  "@types/jest": "^29.5.14",
51
54
  "@types/jsdom": "^21.1.7",
@@ -53,12 +56,16 @@
53
56
  "@typescript-eslint/eslint-plugin": "^8",
54
57
  "@typescript-eslint/parser": "^8",
55
58
  "aws-cdk-lib": "2.177.0",
59
+ "awslint": "^2.72.1",
56
60
  "commit-and-tag-version": "^12",
57
61
  "constructs": "10.0.5",
58
62
  "esbuild": "^0.24.2",
59
63
  "eslint": "^9",
64
+ "eslint-config-prettier": "^10.0.1",
60
65
  "eslint-import-resolver-typescript": "^3.7.0",
61
66
  "eslint-plugin-import": "^2.31.0",
67
+ "eslint-plugin-prettier": "^5.2.3",
68
+ "husky": "^9.1.7",
62
69
  "jest": "^29.7.0",
63
70
  "jest-junit": "^16",
64
71
  "jsii": "~5.5.0",
@@ -66,6 +73,7 @@
66
73
  "jsii-docgen": "^10.5.0",
67
74
  "jsii-pacmak": "^1.106.0",
68
75
  "jsii-rosetta": "~5.5.0",
76
+ "prettier": "^3.4.2",
69
77
  "projen": "0.91.6",
70
78
  "ts-jest": "^29.2.5",
71
79
  "ts-node": "^10.9.2",
@@ -94,7 +102,7 @@
94
102
  "publishConfig": {
95
103
  "access": "public"
96
104
  },
97
- "version": "0.0.15",
105
+ "version": "0.0.17",
98
106
  "jest": {
99
107
  "coverageProvider": "v8",
100
108
  "testMatch": [