@aws/lsp-codewhisperer 0.0.98 → 0.0.99
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/CHANGELOG.md +14 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.99](https://github.com/aws/language-servers/compare/lsp-codewhisperer/v0.0.98...lsp-codewhisperer/v0.0.99) (2025-12-19)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* network connection error caused by server runtime dependency changes on windows machine ([#2568](https://github.com/aws/language-servers/issues/2568)) ([5d38b12](https://github.com/aws/language-servers/commit/5d38b1297a384e5c30d88b05bce075afbaa1a2fa))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @aws/lsp-core bumped from ^0.0.19 to ^0.0.20
|
|
16
|
+
|
|
3
17
|
## [0.0.98](https://github.com/aws/language-servers/compare/lsp-codewhisperer/v0.0.97...lsp-codewhisperer/v0.0.98) (2025-12-17)
|
|
4
18
|
|
|
5
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws/lsp-codewhisperer",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.99",
|
|
4
4
|
"description": "CodeWhisperer Language Server",
|
|
5
5
|
"main": "out/index.js",
|
|
6
6
|
"repository": {
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"@aws-sdk/util-arn-parser": "^3.723.0",
|
|
39
39
|
"@aws-sdk/util-retry": "^3.374.0",
|
|
40
40
|
"@aws/chat-client-ui-types": "0.1.68",
|
|
41
|
-
"@aws/language-server-runtimes": "^0.3.
|
|
42
|
-
"@aws/lsp-core": "^0.0.
|
|
41
|
+
"@aws/language-server-runtimes": "^0.3.12",
|
|
42
|
+
"@aws/lsp-core": "^0.0.20",
|
|
43
43
|
"@modelcontextprotocol/sdk": "^1.23.0",
|
|
44
44
|
"@mozilla/readability": "^0.6.0",
|
|
45
45
|
"@smithy/node-http-handler": "^2.5.0",
|