@aws/language-server-runtimes-types
Advanced tools
Comparing version 0.0.3 to 0.0.4
# Changelog | ||
## [0.0.4] = 2024-05-30 | ||
- Update `ReferenceTrackerInformation`, `ChatItemAction`, `FeedbackParams`, `InfoLinkClickParams`, `LinkClickParams`, `SourceLinkClickParams` request parameter types | ||
## [0.0.3] - 2024-05-10 | ||
@@ -4,0 +8,0 @@ |
@@ -7,2 +7,3 @@ import { Position, Range, TextDocumentIdentifier } from './lsp'; | ||
description?: string; | ||
type?: string; | ||
} | ||
@@ -19,4 +20,4 @@ export interface SourceLink { | ||
recommendationContentSpan?: { | ||
start?: number; | ||
end?: number; | ||
start: number; | ||
end: number; | ||
}; | ||
@@ -80,4 +81,4 @@ information: string; | ||
tabId: string; | ||
messageId: string; | ||
feedbackPayload: FeedbackPayload; | ||
eventId?: string; | ||
} | ||
@@ -103,11 +104,12 @@ export interface TabEventParams { | ||
} | ||
export interface LinkClickParams { | ||
export interface InfoLinkClickParams { | ||
tabId: string; | ||
messageId: string; | ||
link: string; | ||
mouseEvent?: MouseEvent; | ||
eventId?: string; | ||
} | ||
export interface InfoLinkClickParams extends LinkClickParams { | ||
export interface LinkClickParams extends InfoLinkClickParams { | ||
messageId: string; | ||
} | ||
export interface SourceLinkClickParams extends LinkClickParams { | ||
export interface SourceLinkClickParams extends InfoLinkClickParams { | ||
messageId: string; | ||
} | ||
@@ -114,0 +116,0 @@ export interface FollowUpClickParams { |
{ | ||
"name": "@aws/language-server-runtimes-types", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Type definitions in Language Servers and Runtimes for AWS", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
45429
259
0