Skip to content

Commit

Permalink
Develop (#27)
Browse files Browse the repository at this point in the history
Update transpiler package.
  • Loading branch information
Varagos authored May 31, 2023
1 parent 111267e commit 307b78c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to the "bitloops-language" extension will be documented in t

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

### 0.4.2

Update transpiler package.

### 0.4.1

Fixed bug of hover for multiple files workspace
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"icon": "assets/images/bitloops-language-logo-256x256.png",
"license": "MIT",
"version": "0.4.1",
"version": "0.4.2",
"scripts": {
"vs:package": "vsce package",
"vs:publish": "vsce publish",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type": "module",
"scripts": {},
"dependencies": {
"@bitloops/bl-transpiler": "^0.6.10",
"@bitloops/bl-transpiler": "^0.6.11",
"debounce": "^1.2.1",
"fs": "^0.0.1-security",
"path": "^0.12.7",
Expand Down
8 changes: 4 additions & 4 deletions server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@bitloops/bl-transpiler@^0.6.10":
version "0.6.10"
resolved "https://registry.yarnpkg.com/@bitloops/bl-transpiler/-/bl-transpiler-0.6.10.tgz#5acbfb349963b91bfe3628154f8285a6b3c9ff85"
integrity sha512-MUrjH7lWVD42fZv1OQnSCwO97OZhm1io3GYv+1AZ2rgIT9MczJCASY4BtB/LqkB9zevReo3KFX0XF/5Yhpr5Hw==
"@bitloops/bl-transpiler@^0.6.11":
version "0.6.11"
resolved "https://registry.yarnpkg.com/@bitloops/bl-transpiler/-/bl-transpiler-0.6.11.tgz#6be3bf6bab6a7915539708a8b18c05d573417227"
integrity sha512-rE39fr4cupvIrkefxY3G0aZQ6eugZK0DXSLL8BOc6vHXNemCJ1Hi1+eDUqurlcv4Wh+AfzCjlaT6F/Xg0M/U2A==
dependencies:
antlr4 "4.11.0"
lodash "^4.17.21"
Expand Down

0 comments on commit 307b78c

Please sign in to comment.