File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 "vscode-chokidar" : " 2.1.7" ,
5151 "vscode-proxy-agent" : " 0.4.0" ,
5252 "vscode-ripgrep" : " ^1.3.1" ,
53- "vscode-sqlite3" : " 4.0.7 " ,
53+ "vscode-sqlite3" : " 4.0.8 " ,
5454 "vscode-textmate" : " ^4.1.1" ,
5555 "xterm" : " 3.15.0-beta50" ,
5656 "xterm-addon-search" : " 0.1.0-beta6" ,
Original file line number Diff line number Diff line change 44 *--------------------------------------------------------------------------------------------*/
55
66// Type definitions for sqlite3 3.1
7- // Project: https ://github.com/mapbox/node-sqlite3
7+ // Project: http ://github.com/mapbox/node-sqlite3
88// Definitions by: Nick Malaguti <https://github.com/nmalaguti>
99// Sumant Manne <https://github.com/dpyro>
1010// Behind The Math <https://github.com/BehindTheMath>
@@ -18,6 +18,9 @@ declare module 'vscode-sqlite3' {
1818 export const OPEN_READONLY : number ;
1919 export const OPEN_READWRITE : number ;
2020 export const OPEN_CREATE : number ;
21+ export const OPEN_SHAREDCACHE : number ;
22+ export const OPEN_PRIVATECACHE : number ;
23+ export const OPEN_URI : number ;
2124
2225 export const cached : {
2326 Database ( filename : string , callback ?: ( this : Database , err : Error | null ) => void ) : Database ;
@@ -100,6 +103,9 @@ declare module 'vscode-sqlite3' {
100103 OPEN_READONLY : number ;
101104 OPEN_READWRITE : number ;
102105 OPEN_CREATE : number ;
106+ OPEN_SHAREDCACHE : number ;
107+ OPEN_PRIVATECACHE : number ;
108+ OPEN_URI : number ;
103109 cached : typeof cached ;
104110 RunResult : RunResult ;
105111 Statement : typeof Statement ;
Original file line number Diff line number Diff line change @@ -5931,7 +5931,7 @@ nan@^2.12.1:
59315931 resolved "https://registry.yarnpkg.com/nan/-/nan-2.12.1.tgz#7b1aa193e9aa86057e3c7bbd0ac448e770925552"
59325932 integrity sha512-JY7V6lRkStKcKTvHO5NVSQRv+RV+FIL5pvDoLiAtSL9pKlC5x9PKQcZDsq7m4FO4d57mkhC6Z+QhAh3Jdk5JFw==
59335933
5934- nan@^2.9.2, nan@~2.10.0 :
5934+ nan@^2.9.2 :
59355935 version "2.10.0"
59365936 resolved "https://registry.yarnpkg.com/nan/-/nan-2.10.0.tgz#96d0cd610ebd58d4b4de9cc0c6828cda99c7548f"
59375937 integrity sha512-bAdJv7fBLhWC+/Bls0Oza+mvTaNQtP+1RyhhhvD95pgUJz6XM5IzgmxOkItJ9tkoCiplvAnXI1tNmmUD/eScyA==
@@ -9515,12 +9515,12 @@ vscode-ripgrep@^1.3.1:
95159515 resolved "https://registry.yarnpkg.com/vscode-ripgrep/-/vscode-ripgrep-1.3.1.tgz#51fb93debcd0c18a8b90dbc37f84f94333d0c486"
95169516 integrity sha512-4WLB/n4ZeWNi5AEzPTkfYrqbKtXlv0SlgmxbRVdulwZzGx/lfWeWPu9Shy32orM27IofQAQDuirbRBOYNJVzBA==
95179517
9518- vscode-sqlite3@4.0.7 :
9519- version "4.0.7 "
9520- resolved "https://registry.yarnpkg.com/vscode-sqlite3/-/vscode-sqlite3-4.0.7 .tgz#7adbf0fe411c87716ca3c4e467f04de3a7353125 "
9521- integrity sha512-1BqWdf6Nzs+q7JC+JFXDLX2Z8ZID7lZH69AoLh9FXos7XgLbF4dsmUZO5a6d9X3Jccu/m0PfKK1K4E6dk/xiRg ==
9518+ vscode-sqlite3@4.0.8 :
9519+ version "4.0.8 "
9520+ resolved "https://registry.yarnpkg.com/vscode-sqlite3/-/vscode-sqlite3-4.0.8 .tgz#1eba415b996d2661628d80d4a191a20767713829 "
9521+ integrity sha512-FsFtYSHmy0mYjtt9ibFKsJqbRzqaltDKZ5SLdpykjvORugFMr0HfGunkh+qGaz9CvAiqjM2KVO91NE9KdyTWKQ ==
95229522 dependencies :
9523- nan "~2.10 .0"
9523+ nan "^2.14 .0"
95249524
95259525vscode-textmate@^4.1.1 :
95269526 version "4.1.1"
You can’t perform that action at this time.
0 commit comments