Comparing version 0.0.35 to 0.0.36
@@ -68,3 +68,3 @@ "use strict"; | ||
return client.start().initialStart.then(() => { | ||
return handler.repoWatch({ repo: "repo", refspec: "*" }).then(() => { | ||
return handler.repoWatch({ repo: "repo", refspecs: ["*"] }).then(() => { | ||
workspace.mockRecordOp({ head: "a" }); | ||
@@ -71,0 +71,0 @@ return util_1.assertResolved(ok, "server did not receive 'ref/update' from client"); |
@@ -130,3 +130,3 @@ import { NotificationType, NotificationType0, RequestType, RequestType0 } from "vscode-jsonrpc"; | ||
repo: string; | ||
refspec: string; | ||
refspecs: string; | ||
} | ||
@@ -156,3 +156,3 @@ export interface RefConfiguration { | ||
repo: string; | ||
refspec: string; | ||
refspecs: string[]; | ||
} | ||
@@ -159,0 +159,0 @@ export declare namespace RepoWatchRequest { |
{ | ||
"name": "libzap", | ||
"version": "0.0.35", | ||
"version": "0.0.36", | ||
"description": "JavaScript library for Zap", | ||
@@ -5,0 +5,0 @@ "license": "none", |
@@ -75,3 +75,3 @@ import * as assert from "assert"; | ||
return client.start().initialStart.then(() => { | ||
return handler.repoWatch({ repo: "repo", refspec: "*" }).then(() => { | ||
return handler.repoWatch({ repo: "repo", refspecs: ["*"] }).then(() => { | ||
workspace.mockRecordOp({ head: "a" }); | ||
@@ -78,0 +78,0 @@ return assertResolved(ok, "server did not receive 'ref/update' from client"); |
@@ -308,3 +308,3 @@ import { NotificationType, NotificationType0, RequestType, RequestType0 } from "vscode-jsonrpc"; | ||
repo: string; | ||
refspec: string; | ||
refspecs: string; | ||
} | ||
@@ -335,3 +335,3 @@ | ||
repo: string; | ||
refspec: string; | ||
refspecs: string[]; | ||
} | ||
@@ -338,0 +338,0 @@ |
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
482324