Browse Source

Reverts back to vsls 0.3.1291

getApi seems to always return null with the newer package
main
Eric Amodio 4 years ago
parent
commit
945e2fd230
2 changed files with 5 additions and 5 deletions
  1. +1
    -1
      package.json
  2. +4
    -4
      yarn.lock

+ 1
- 1
package.json View File

@ -6119,7 +6119,7 @@
"dayjs": "1.8.22",
"iconv-lite": "0.5.1",
"lodash-es": "4.17.15",
"vsls": "1.0.1526"
"vsls": "0.3.1291"
},
"devDependencies": {
"@types/keytar": "4.4.2",

+ 4
- 4
yarn.lock View File

@ -7346,10 +7346,10 @@ vsce@1.74.0:
yauzl "^2.3.1"
yazl "^2.2.2"
vsls@1.0.1526:
version "1.0.1526"
resolved "https://registry.yarnpkg.com/vsls/-/vsls-1.0.1526.tgz#7940cb77335a15de5cdbc74f169fc81b7b602dda"
integrity sha512-bxqb2iZzauwVluidgFS1CPZHF1KbNwIGqHeIow/7gtrJpLBLg+Bs0dgSvHLJafwfQulO+dsycWYPF64R6D3R/A==
vsls@0.3.1291:
version "0.3.1291"
resolved "https://registry.yarnpkg.com/vsls/-/vsls-0.3.1291.tgz#55928c363b24d39a5d03d8e946ba85d7dcec3e38"
integrity sha512-8yJPN9p7k+XYyczOVtQmpun4K1CRDsw/hdnIzT/c40r5bIkpptfsBlHmmLemoIV+CAHvrTLdWKEf5OtRvdcn9A==
watchpack@^1.6.0:
version "1.6.0"

Loading…
Cancel
Save