File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to the "bitloops-language" extension will be documented in t
4
4
5
5
Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
6
6
7
+ ### 0.4.2
8
+
9
+ Update transpiler package.
10
+
7
11
### 0.4.1
8
12
9
13
Fixed bug of hover for multiple files workspace
Original file line number Diff line number Diff line change 9
9
},
10
10
"icon" : " assets/images/bitloops-language-logo-256x256.png" ,
11
11
"license" : " MIT" ,
12
- "version" : " 0.4.1 " ,
12
+ "version" : " 0.4.2 " ,
13
13
"scripts" : {
14
14
"vs:package" : " vsce package" ,
15
15
"vs:publish" : " vsce publish" ,
Original file line number Diff line number Diff line change 10
10
"type" : " module" ,
11
11
"scripts" : {},
12
12
"dependencies" : {
13
- "@bitloops/bl-transpiler" : " ^0.6.10 " ,
13
+ "@bitloops/bl-transpiler" : " ^0.6.11 " ,
14
14
"debounce" : " ^1.2.1" ,
15
15
"fs" : " ^0.0.1-security" ,
16
16
"path" : " ^0.12.7" ,
Original file line number Diff line number Diff line change 2
2
# yarn lockfile v1
3
3
4
4
5
- " @bitloops/bl-transpiler@^0.6.10 " :
6
- version "0.6.10 "
7
- resolved "https://registry.yarnpkg.com/@bitloops/bl-transpiler/-/bl-transpiler-0.6.10 .tgz#5acbfb349963b91bfe3628154f8285a6b3c9ff85 "
8
- integrity sha512-MUrjH7lWVD42fZv1OQnSCwO97OZhm1io3GYv+1AZ2rgIT9MczJCASY4BtB/LqkB9zevReo3KFX0XF/5Yhpr5Hw ==
5
+ " @bitloops/bl-transpiler@^0.6.11 " :
6
+ version "0.6.11 "
7
+ resolved "https://registry.yarnpkg.com/@bitloops/bl-transpiler/-/bl-transpiler-0.6.11 .tgz#6be3bf6bab6a7915539708a8b18c05d573417227 "
8
+ integrity sha512-rE39fr4cupvIrkefxY3G0aZQ6eugZK0DXSLL8BOc6vHXNemCJ1Hi1+eDUqurlcv4Wh+AfzCjlaT6F/Xg0M/U2A ==
9
9
dependencies :
10
10
antlr4 "4.11.0"
11
11
lodash "^4.17.21"
You can’t perform that action at this time.
0 commit comments