Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
- Creating a Java smart contract automatically targets the latest version of neow3j (per Maven Central)
- Make use of the ms-dotnettools.vscode-dotnet-sdk extension to acquire a path to dotnet
(instead of requiring a global installation accessible in the PATH)
- Updated Neo Express to latest RC1 build
- Outdated npm package dependencies have been updated (now using TypeScript 4, Node 14, React 17, webpack 5)

## [2.0-preview] - 2021-03-24
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@
},
"scripts": {
"bundle-nxp": "npm run bundle-nxp-download && npm run bundle-nxp-extract",
"bundle-nxp-download": "shx rm -rf deps/nxp && shx mkdir -p deps/nxp && nwget \"https://github.com/neo-project/neo-express/releases/download/2.0.21-preview/Neo.Express.2.0.21-preview.nupkg\" -O deps/nxp/nxp.nupkg",
"bundle-nxp-download": "shx rm -rf deps/nxp && shx mkdir -p deps/nxp && nwget \"https://github.com/neo-project/neo-express/releases/download/2.0.23-preview/Neo.Express.2.0.23-preview.nupkg\" -O deps/nxp/nxp.nupkg",
"bundle-nxp-extract": "cd deps/nxp && extract-zip nxp.nupkg",
"compile": "npm run compile-ext && npm run compile-panel",
"compile-ext": "webpack --config src/extension/webpack.config.js --mode development",
Expand Down