-
Notifications
You must be signed in to change notification settings - Fork 574
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 #2137 from iron-fish/staging
STAGING -> MASTER
- Loading branch information
Showing
139 changed files
with
5,622 additions
and
3,397 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
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": "ironfish", | ||
"version": "0.1.44", | ||
"version": "0.1.45", | ||
"description": "CLI for running and interacting with an Iron Fish node", | ||
"author": "Iron Fish <[email protected]> (https://ironfish.network)", | ||
"main": "build/src/index.js", | ||
|
@@ -44,18 +44,18 @@ | |
"lint:fix": "tsc -b && eslint --ext .ts,.tsx,.js,.jsx src/ --fix", | ||
"start:dev": "node start", | ||
"start": "yarn build && yarn start:js", | ||
"start:js": "cross-env OCLIF_TS_NODE=0 IRONFISH_DEBUG=1 node --expose-gc bin/run", | ||
"test": "yarn clean && tsc -b && tsc -b tsconfig.test.json && jest", | ||
"test:coverage:html": "tsc -b tsconfig.test.json && jest --coverage --coverage-reporters html --testPathIgnorePatterns", | ||
"start:js": "cross-env OCLIF_TS_NODE=0 IRONFISH_DEBUG=1 node --expose-gc --inspect --inspect-publish-uid=http --enable-source-maps bin/run", | ||
"test": "yarn clean && tsc -b && tsc -b tsconfig.test.json && jest --maxWorkers=1 --passWithNoTests", | ||
"test:coverage:html": "tsc -b tsconfig.test.json && jest --maxWorkers=1 --passWithNoTests --coverage --coverage-reporters html --testPathIgnorePatterns", | ||
"test:watch": "tsc -b tsconfig.test.json && jest --watch --coverage false", | ||
"postpack": "rimraf oclif.manifest.json", | ||
"clean": "rimraf build", | ||
"prepack": "rimraf build && yarn build && oclif manifest && oclif readme", | ||
"oclif:version": "oclif readme && git add README.md" | ||
}, | ||
"dependencies": { | ||
"@ironfish/rust-nodejs": "0.1.11", | ||
"@ironfish/sdk": "0.0.21", | ||
"@ironfish/rust-nodejs": "0.1.12", | ||
"@ironfish/sdk": "0.0.22", | ||
"@aws-sdk/client-s3": "3.127.0", | ||
"@oclif/core": "1.6.1", | ||
"@oclif/plugin-help": "5.1.12", | ||
|
@@ -111,4 +111,4 @@ | |
"url": "https://github.com/iron-fish/ironfish/issues" | ||
}, | ||
"homepage": "https://ironfish.network" | ||
} | ||
} |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.