Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws/language-server-runtimes-types

Package Overview
Dependencies
Maintainers
8
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws/language-server-runtimes-types - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

4

CHANGELOG.md
# 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 @@

18

chat.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc