-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #142 from edge/develop
v1.8.7
- Loading branch information
Showing
12 changed files
with
92 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,8 @@ ARG NODE=node16 | |
ENV PKG_CACHE_PATH=/pkg-cache | ||
|
||
# Pre-fetch Node base binaries to avoid build time issues | ||
RUN npm install -g pkg-fetch | ||
# https://github.com/vercel/pkg-fetch/releases/tag/v3.4 | ||
RUN npm install -g [email protected] | ||
RUN pkg-fetch -n ${NODE} -p linux -a $ARCH | ||
RUN pkg-fetch -n ${NODE} -p macos -a $ARCH | ||
RUN pkg-fetch -n ${NODE} -p win -a $ARCH | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@edge/cli", | ||
"version": "1.8.5", | ||
"version": "1.8.7", | ||
"description": "Command line interface for the Edge network", | ||
"private": true, | ||
"author": "Edge Network <[email protected]>", | ||
|
@@ -38,7 +38,7 @@ | |
"typescript": "^4.9.4" | ||
}, | ||
"dependencies": { | ||
"@edge/index-utils": "^0.3.5", | ||
"@edge/index-utils": "^0.7.2", | ||
"@edge/log": "^1.3.0", | ||
"@edge/stargate-utils": "^0.5.0", | ||
"@edge/wallet-utils": "^0.14.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters