Update dataprotocol client (#418)

* close

* connection is working

* formatting

* adds all

* formatting

* removed unneeded logging

* readd npm shrinkwrap

* addressed comments

* fix capabilities cacheing

* updated shrinkwrap

* fixed tests

* remove dead code
This commit is contained in:
Anthony Dresser
2018-01-16 11:16:02 -08:00
committed by GitHub
parent ad27f7dbba
commit 7808496416
110 changed files with 3891 additions and 11664 deletions

View File

@@ -1,21 +1,4 @@
{
"name": "mssql",
"version": "0.1.0",
"dependencies": {
"dataprotocol-client": {
"version": "2.6.3",
"from": "..\\..\\dataprotocol-node\\client",
"resolved": "file:..\\..\\dataprotocol-node\\client"
},
"dataprotocol-jsonrpc": {
"version": "2.4.0",
"from": "..\\..\\dataprotocol-node\\jsonrpc",
"resolved": "file:..\\..\\dataprotocol-node\\jsonrpc"
},
"dataprotocol-languageserver-types": {
"version": "1.0.4",
"from": "..\\..\\dataprotocol-node\\types",
"resolved": "file:..\\..\\dataprotocol-node\\types"
}
}
}
"version": "0.1.0"
}