@mavogel/cdk-vscode-server 0.0.21 → 0.0.22
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 +3 -3
- package/lib/vscode-server.js +1 -1
- package/package.json +1 -1
package/.jsii
CHANGED
|
@@ -4014,7 +4014,7 @@
|
|
|
4014
4014
|
"stability": "stable"
|
|
4015
4015
|
},
|
|
4016
4016
|
"homepage": "https://github.com/MV-Consulting/cdk-vscode-server.git",
|
|
4017
|
-
"jsiiVersion": "5.5.
|
|
4017
|
+
"jsiiVersion": "5.5.20 (build d4f0601)",
|
|
4018
4018
|
"keywords": [
|
|
4019
4019
|
"aws",
|
|
4020
4020
|
"cdk",
|
|
@@ -4463,6 +4463,6 @@
|
|
|
4463
4463
|
"symbolId": "src/vscode-server:VSCodeServerProps"
|
|
4464
4464
|
}
|
|
4465
4465
|
},
|
|
4466
|
-
"version": "0.0.
|
|
4467
|
-
"fingerprint": "
|
|
4466
|
+
"version": "0.0.22",
|
|
4467
|
+
"fingerprint": "ExtmH6g7+ZGdkMm2kjNM0f/ih1JB7ePMz+NtGeCdEpQ="
|
|
4468
4468
|
}
|
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.22" };
|
|
446
446
|
/**
|
|
447
447
|
* Tags all the resources in the construct
|
|
448
448
|
*/
|