Comparing version 0.0.67 to 0.0.68
@@ -125,5 +125,11 @@ import { NotificationType, NotificationType0, RequestType, RequestType0 } from "vscode-jsonrpc"; | ||
} | ||
export interface RefListParams { | ||
repo: string; | ||
} | ||
export declare namespace RefListRequest { | ||
const type: RequestType<void, RefInfo[], void, void>; | ||
const type: RequestType<RefListParams, RefInfo[], void, void>; | ||
} | ||
export declare namespace RepoListRequest { | ||
const type: RequestType<void, string[], void, void>; | ||
} | ||
export interface RepoRemoteConfiguration { | ||
@@ -130,0 +136,0 @@ endpoint: string; |
@@ -79,2 +79,6 @@ "use strict"; | ||
})(RefListRequest = exports.RefListRequest || (exports.RefListRequest = {})); | ||
var RepoListRequest; | ||
(function (RepoListRequest) { | ||
RepoListRequest.type = new vscode_jsonrpc_1.RequestType("repo/list"); | ||
})(RepoListRequest = exports.RepoListRequest || (exports.RepoListRequest = {})); | ||
var RepoInfoRequest; | ||
@@ -81,0 +85,0 @@ (function (RepoInfoRequest) { |
{ | ||
"name": "libzap", | ||
"version": "0.0.67", | ||
"version": "0.0.68", | ||
"description": "JavaScript library for Zap", | ||
@@ -5,0 +5,0 @@ "license": "none", |
@@ -302,6 +302,14 @@ import { NotificationType, NotificationType0, RequestType, RequestType0 } from "vscode-jsonrpc"; | ||
export interface RefListParams { | ||
repo: string; | ||
} | ||
export namespace RefListRequest { | ||
export const type = new RequestType<void, RefInfo[], void, void>("ref/list"); | ||
export const type = new RequestType<RefListParams, RefInfo[], void, void>("ref/list"); | ||
} | ||
export namespace RepoListRequest { | ||
export const type = new RequestType<void, string[], void, void>("repo/list"); | ||
} | ||
export interface RepoRemoteConfiguration { | ||
@@ -308,0 +316,0 @@ endpoint: string; |
Sorry, the diff of this file is not supported yet
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
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
641424
19202