Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "libzap", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "JavaScript library for Zap", | ||
@@ -5,0 +5,0 @@ "license": "none", |
@@ -344,3 +344,2 @@ import { NotificationType, NotificationType0, RequestType, RequestType0 } from "vscode-jsonrpc"; | ||
export interface RepoConfiguration { | ||
workspace?: WorkspaceConfiguration; | ||
remotes?: { [remote: string]: RepoRemoteConfiguration }; | ||
@@ -420,13 +419,2 @@ } | ||
export interface WorkspaceConfiguration { | ||
} | ||
export interface WorkspaceConfigureParams extends WorkspaceIdentifier, WorkspaceConfiguration { } | ||
export interface WorkspaceConfigureResult { } | ||
export namespace WorkspaceConfigureRequest { | ||
export const type = new RequestType<WorkspaceConfigureParams, WorkspaceConfigureResult, any, void>("workspace/configure"); | ||
} | ||
export interface WorkspaceBranchCreateParams extends WorkspaceIdentifier { | ||
@@ -433,0 +421,0 @@ branch?: BranchName; |
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
755101
21335