-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9856e87
commit 6bb3b7f
Showing
19 changed files
with
69 additions
and
64 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@fujia/cli-init", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "cli init", | ||
"author": "fujia <[email protected]>", | ||
"homepage": "https://github.com/fujia-cli/stage/tree/main/commands/cli-init#readme", | ||
|
@@ -29,11 +29,11 @@ | |
"url": "https://github.com/fujia-cli/stage/issues" | ||
}, | ||
"dependencies": { | ||
"@fujia/cli-command": "^1.4.0", | ||
"@fujia/cli-log": "^1.4.0", | ||
"@fujia/cli-command": "^1.5.0", | ||
"@fujia/cli-log": "^1.5.0", | ||
"@fujia/cli-package": "file:../../models/cli-package", | ||
"@fujia/cli-request": "^1.2.0", | ||
"@fujia/cli-utils": "^1.4.0", | ||
"@fujia/cli-request": "^1.5.0", | ||
"@fujia/cli-utils": "^1.5.0", | ||
"@fujia/spawn": "^1.0.1", | ||
"@fujia/user-home": "^1.1.0", | ||
"ejs": "^3.1.6", | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@fujia/cli-core", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "cli core", | ||
"author": "fujia <[email protected]>", | ||
"homepage": "https://github.com/fujia-cli/stage/tree/main/packages/core#readme", | ||
|
@@ -35,11 +35,11 @@ | |
}, | ||
"dependencies": { | ||
"@fujia/check-path": "^1.2.0", | ||
"@fujia/cli-exec": "^1.4.0", | ||
"@fujia/cli-init": "^1.4.0", | ||
"@fujia/cli-log": "^1.4.0", | ||
"@fujia/cli-utils": "^1.4.0", | ||
"@fujia/get-pkg-info": "^1.4.0", | ||
"@fujia/cli-exec": "^1.5.0", | ||
"@fujia/cli-init": "^1.5.0", | ||
"@fujia/cli-log": "^1.5.0", | ||
"@fujia/cli-utils": "^1.5.0", | ||
"@fujia/get-pkg-info": "^1.5.0", | ||
"@fujia/root": "^0.3.2", | ||
"@fujia/user-home": "^1.1.0", | ||
"colors": "^1.4.0", | ||
|
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,4 +1,9 @@ | ||
{ | ||
"packages": ["commands/*", "core/*", "models/*", "utils/*"], | ||
"version": "1.4.0" | ||
"packages": [ | ||
"commands/*", | ||
"core/*", | ||
"models/*", | ||
"utils/*" | ||
], | ||
"version": "1.5.0" | ||
} |
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": "@fujia/cli-command", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "A command class of stage", | ||
"author": "fujia <[email protected]>", | ||
"homepage": "https://github.com/fujia-cli/stage/tree/main/models/cli-command#readme", | ||
|
@@ -32,8 +32,8 @@ | |
"rimraf": "^3.0.2" | ||
}, | ||
"dependencies": { | ||
"@fujia/cli-log": "^1.4.0", | ||
"@fujia/cli-utils": "^1.4.0" | ||
"@fujia/cli-log": "^1.5.0", | ||
"@fujia/cli-utils": "^1.5.0" | ||
}, | ||
"gitHead": "34eeaf98160d388ac383bc5087951a4006be45d0" | ||
} |
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": "@fujia/cli-package", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "A class of cli module", | ||
"author": "fujia <[email protected]>", | ||
"homepage": "https://github.com/fujia-cli/stage/tree/main/models/cli-package#readme", | ||
|
@@ -34,10 +34,10 @@ | |
}, | ||
"dependencies": { | ||
"@fujia/check-path": "^1.1.0", | ||
"@fujia/cli-log": "^1.4.0", | ||
"@fujia/cli-utils": "^1.4.0", | ||
"@fujia/cross-path": "^1.2.0", | ||
"@fujia/get-pkg-info": "^1.4.0", | ||
"@fujia/cli-log": "^1.5.0", | ||
"@fujia/cli-utils": "^1.5.0", | ||
"@fujia/cross-path": "^1.5.0", | ||
"@fujia/get-pkg-info": "^1.5.0", | ||
"@fujia/hammer": "^0.6.2", | ||
"@fujia/user-home": "^1.0.0", | ||
"fs-extra": "^10.0.0", | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@fujia/get-pkg-info", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "Obtain the package info via npm's api", | ||
"author": "fujia <[email protected]>", | ||
"homepage": "https://github.com/fujia-cli/stage/tree/main/utils/get-pkg-info#readme", | ||
|
@@ -36,8 +36,8 @@ | |
}, | ||
"dependencies": { | ||
"@fujia/check-path": "^1.1.0", | ||
"@fujia/cli-log": "^1.4.0", | ||
"@fujia/cli-utils": "^1.4.0", | ||
"@fujia/cli-log": "^1.5.0", | ||
"@fujia/cli-utils": "^1.5.0", | ||
"axios": "^0.24.0", | ||
"fs-extra": "^10.0.0", | ||
"semver": "^7.3.5", | ||
|