Comparing version 1.0.3 to 1.0.4
@@ -10,3 +10,2 @@ "use strict"; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const assert = require("assert"); | ||
@@ -39,3 +38,3 @@ const client_1 = require("./client"); | ||
ref: "branch/b", | ||
state: { data: { gitBase: "c", gitBranch: "d" } }, | ||
state: { gitBase: "c", gitBranch: "d" }, | ||
}); | ||
@@ -49,5 +48,4 @@ }); | ||
ref: "branch/b", | ||
current: { base: { gitBase: "c", gitBranch: "d" } }, | ||
current: { gitBase: "c", gitBranch: "d", rev: 0 }, | ||
op: { head: "a" }, | ||
rev: 0, | ||
}); | ||
@@ -68,3 +66,3 @@ resolve(); | ||
ref: "branch/b", | ||
state: { data: { gitBase: "c", gitBranch: "d" } }, | ||
state: { gitBase: "c", gitBranch: "d" }, | ||
}); | ||
@@ -85,3 +83,3 @@ const workspace = createMockWorkspace(); | ||
ref: "branch/b", | ||
state: { data: { gitBase: "c", gitBranch: "d" } }, | ||
state: { gitBase: "c", gitBranch: "d" }, | ||
}); | ||
@@ -95,3 +93,3 @@ }); | ||
ref: "branch/b", | ||
state: { data: { gitBase: "c", gitBranch: "d" } }, | ||
state: { gitBase: "c", gitBranch: "d" }, | ||
}); | ||
@@ -106,3 +104,3 @@ const workspace = createMockWorkspace(); | ||
ref: "branch/b", | ||
current: { base: { gitBase: "c", gitBranch: "d" } }, | ||
current: { gitBase: "c", gitBranch: "d" }, | ||
ack: true, | ||
@@ -109,0 +107,0 @@ op: {}, |
@@ -150,3 +150,2 @@ import { NotificationType, NotificationType0, RequestType, RequestType0 } from "vscode-jsonrpc"; | ||
export interface RepoConfiguration { | ||
workspace?: WorkspaceConfiguration; | ||
remotes?: { | ||
@@ -213,11 +212,2 @@ [remote: string]: RepoRemoteConfiguration; | ||
} | ||
export interface WorkspaceConfiguration { | ||
} | ||
export interface WorkspaceConfigureParams extends WorkspaceIdentifier, WorkspaceConfiguration { | ||
} | ||
export interface WorkspaceConfigureResult { | ||
} | ||
export declare namespace WorkspaceConfigureRequest { | ||
const type: RequestType<WorkspaceConfigureParams, WorkspaceConfigureResult, any, void>; | ||
} | ||
export interface WorkspaceBranchCreateParams extends WorkspaceIdentifier { | ||
@@ -224,0 +214,0 @@ branch?: BranchName; |
@@ -128,6 +128,2 @@ "use strict"; | ||
})(WorkspaceRemoveRequest = exports.WorkspaceRemoveRequest || (exports.WorkspaceRemoveRequest = {})); | ||
var WorkspaceConfigureRequest; | ||
(function (WorkspaceConfigureRequest) { | ||
WorkspaceConfigureRequest.type = new vscode_jsonrpc_1.RequestType("workspace/configure"); | ||
})(WorkspaceConfigureRequest = exports.WorkspaceConfigureRequest || (exports.WorkspaceConfigureRequest = {})); | ||
var WorkspaceBranchCreateRequest; | ||
@@ -134,0 +130,0 @@ (function (WorkspaceBranchCreateRequest) { |
{ | ||
"name": "libzap", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "JavaScript library for Zap", | ||
@@ -5,0 +5,0 @@ "license": "none", |
Sorry, the diff of this file is not supported yet
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
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
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
754025
21319
1