lsif-protocol
Advanced tools
Comparing version 0.3.0 to 0.3.1
import * as lsp from 'vscode-languageserver-protocol'; | ||
export { lsp }; | ||
export * from './protocol'; | ||
export declare const Version: any; |
@@ -13,2 +13,6 @@ "use strict"; | ||
__export(require("./protocol")); | ||
exports.Version = function () { | ||
let packageJson = require('../package.json'); | ||
return packageJson.version; | ||
}(); | ||
//# sourceMappingURL=main.js.map |
{ | ||
"name": "lsif-protocol", | ||
"description": "Typescript implementation of the LSIF protocol", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"author": "Microsoft Corporation", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
30241
815