File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 "name" : " tlog-vscode" ,
33 "displayName" : " tlog" ,
44 "description" : " Transient Log - Quick console.log with [TLOG] prefix for easy identification and removal" ,
5- "version" : " 0.1.3 " ,
5+ "version" : " 0.1.4 " ,
66 "publisher" : " KubrickCode" ,
77 "license" : " MIT" ,
88 "repository" : {
99 "type" : " git" ,
1010 "url" : " https://github.com/KubrickCode/tlog.git"
1111 },
1212 "engines" : {
13- "vscode" : " ^1.103 .0"
13+ "vscode" : " ^1.90 .0"
1414 },
1515 "categories" : [
1616 " Snippets" ,
5656 "scripts" : {
5757 "compile" : " tsc -p ./" ,
5858 "package" : " vsce package" ,
59- "install-package" : " code --install-extension tlog-vscode-0.1.3 .vsix" ,
59+ "install-package" : " code --install-extension tlog-vscode-0.1.4 .vsix" ,
6060 "vsce-publish" : " vsce publish" ,
6161 "ovsx-publish" : " ovsx publish"
6262 },
6363 "devDependencies" : {
6464 "@types/node" : " 24.3.0" ,
65- "@types/vscode" : " ^1.103 .0" ,
65+ "@types/vscode" : " ^1.90 .0" ,
6666 "typescript" : " 5.9.2" ,
6767 "@vscode/vsce" : " 3.0.0"
6868 }
Original file line number Diff line number Diff line change 137137 dependencies :
138138 undici-types "~7.10.0"
139139
140- " @types/vscode@^1.103 .0 " :
140+ " @types/vscode@^1.90 .0 " :
141141 version "1.103.0"
142142 resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.103.0.tgz#4a0d9777d952992c9ebdbe8dad067032d2fbc1fb"
143143 integrity sha512-o4hanZAQdNfsKecexq9L3eHICd0AAvdbLk6hA60UzGXbGH/q8b/9xv2RgR7vV3ZcHuyKVq7b37IGd/+gM4Tu+Q==
You can’t perform that action at this time.
0 commit comments