forked from ArkEcosystem/core
-
Notifications
You must be signed in to change notification settings - Fork 0
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 ArkEcosystem#2199 from ArkEcosystem/2.2
- Loading branch information
Showing
325 changed files
with
8,930 additions
and
7,077 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,3 +68,8 @@ docker/development | |
|
||
# Vagrant | ||
.vagrant | ||
|
||
# oclif | ||
tmp | ||
oclif.manifest.json | ||
npm-shrinkwrap.json |
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,7 +1,7 @@ | ||
{ | ||
"name": "@arkecosystem/core-snapshots-cli", | ||
"description": "Provides live cli interface to the core-snapshots module for ARK Core", | ||
"version": "2.1.2", | ||
"version": "2.2.0", | ||
"contributors": [ | ||
"Kristjan Košič <[email protected]>" | ||
], | ||
|
@@ -17,6 +17,10 @@ | |
}, | ||
"scripts": { | ||
"snapshot": "./bin/run", | ||
"publish:alpha": "npm publish --tag alpha", | ||
"publish:beta": "npm publish --tag beta", | ||
"publish:rc": "npm publish --tag rc", | ||
"publish:latest": "npm publish --tag latest", | ||
"prepublishOnly": "yarn build", | ||
"pretest": "yarn lint && yarn build", | ||
"prepack": "oclif-dev manifest && npm shrinkwrap", | ||
|
@@ -51,17 +55,17 @@ | |
"updates": "../../node_modules/npm-check-updates/bin/npm-check-updates -a" | ||
}, | ||
"dependencies": { | ||
"@arkecosystem/core-container": "^2.1.0", | ||
"@arkecosystem/core-interfaces": "^2.1.0", | ||
"@arkecosystem/core-snapshots": "^2.1.0", | ||
"@oclif/command": "^1.5.8", | ||
"@oclif/config": "^1.12.4", | ||
"@arkecosystem/core-container": "^2.2.0-beta.7", | ||
"@arkecosystem/core-interfaces": "^2.2.0-beta.7", | ||
"@arkecosystem/core-snapshots": "^2.2.0-beta.7", | ||
"@oclif/command": "^1.5.10", | ||
"@oclif/config": "^1.12.6", | ||
"@oclif/plugin-help": "^2.1.6", | ||
"@oclif/plugin-not-found": "^1.2.2", | ||
"@types/boom": "^7.2.1", | ||
"@types/cli-progress": "^1.8.0", | ||
"@types/commander": "^2.12.2", | ||
"@types/fs-extra": "^5.0.4", | ||
"@types/fs-extra": "^5.0.5", | ||
"cli-progress": "^2.1.1", | ||
"fs-extra": "^7.0.1" | ||
}, | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
Oops, something went wrong.