Skip to content

Commit a97614c

Browse files
authored
fix(deps): Add explicit @aws/language-server-runtimes-types dependency (aws#6912)
## Problem [sessionManager](https://github.com/aws/aws-toolkit-vscode/blob/master/packages/amazonq/src/app/inline/sessionManager.ts#L6) has an implicit dependency on `@aws/language-server-runtimes-types` that isn't present in the package.json ## Solution Add an explicit dependency, that way when the underling package currently controlling runtime-types's version changes it doesn't cause a build error as current observed in aws#6825 --- - Treat all work as PUBLIC. Private `feature/x` branches will not be squash-merged at release time. - Your code changes must meet the guidelines in [CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines). - License: I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 3cf9e4b commit a97614c

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

package-lock.json

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@
442442
"@aws-sdk/types": "^3.13.1",
443443
"@aws/chat-client-ui-types": "^0.0.8",
444444
"@aws/language-server-runtimes": "^0.2.49",
445+
"@aws/language-server-runtimes-types": "^0.1.10",
445446
"@cspotcode/source-map-support": "^0.8.1",
446447
"@sinonjs/fake-timers": "^10.0.2",
447448
"@types/adm-zip": "^0.4.34",

0 commit comments

Comments
 (0)