mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(package) v15.0.0
This commit is contained in:
parent
8f0f6db9d6
commit
7371871f15
5 changed files with 38 additions and 5 deletions
30
ChangeLog
30
ChangeLog
|
|
@ -1,3 +1,33 @@
|
||||||
|
2020.12.28, v15.0.0
|
||||||
|
|
||||||
|
fix:
|
||||||
|
- (cloudcmd) app, help: remove duplicate keys
|
||||||
|
- chore(cloudcmd) menu: add lint, :lint, test, coverage
|
||||||
|
- (cloudcmd) importListen prevent server from start (#295)
|
||||||
|
|
||||||
|
feature:
|
||||||
|
- (package) auto-globals v2.0.0
|
||||||
|
- (cloudcmd) convert to EcmaScriptModules
|
||||||
|
- (package) supertape v4.1.0
|
||||||
|
- (package) supertape v3.10.0
|
||||||
|
- (package) babel-plugin-macros v3.0.0
|
||||||
|
- (package) putout v12.0.0
|
||||||
|
- (package) supertape v3.1.3
|
||||||
|
- (package) madrun v8.0.0
|
||||||
|
- (package) gritty v6.0.0
|
||||||
|
- (package) console-io v12.0.0
|
||||||
|
- (package) socket.io-client v3.0.1
|
||||||
|
- (package) socket.io v3.0.1
|
||||||
|
- (package) putout v11.0.2
|
||||||
|
- (package) eslint-plugin-putout v6.0.0
|
||||||
|
- (package) markdown-it v12.0.0
|
||||||
|
- (package) putout v10.0.0
|
||||||
|
- (package) gritty v5.0.0
|
||||||
|
- (distribute) import: do not import if env variable set
|
||||||
|
- (package) drop support of node < 12
|
||||||
|
- (package) table v6.0.1
|
||||||
|
|
||||||
|
|
||||||
2020.08.21, v14.9.3
|
2020.08.21, v14.9.3
|
||||||
|
|
||||||
fix:
|
fix:
|
||||||
|
|
|
||||||
2
HELP.md
2
HELP.md
|
|
@ -1,4 +1,4 @@
|
||||||
# Cloud Commander v14.9.3
|
# Cloud Commander v15.0.0
|
||||||
|
|
||||||
### [Main][MainURL] [Blog][BlogURL] Live(![Heroku][Heroku_LIVE_IMG] [Heroku][HerokuURL])
|
### [Main][MainURL] [Blog][BlogURL] Live(![Heroku][Heroku_LIVE_IMG] [Heroku][HerokuURL])
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# Cloud Commander v14.9.3 [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL] [](https://app.fossa.io/projects/git%2Bgithub.com%2Fcoderaiser%2Fcloudcmd?ref=badge_shield)
|
# Cloud Commander v15.0.0 [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL] [](https://app.fossa.io/projects/git%2Bgithub.com%2Fcoderaiser%2Fcloudcmd?ref=badge_shield)
|
||||||
|
|
||||||
### [Main][MainURL] [Blog][BlogURL] Live([Heroku][HerokuURL])
|
### [Main][MainURL] [Blog][BlogURL] Live([Heroku][HerokuURL])
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,15 @@
|
||||||
#!/usr/bin/env node
|
#!/usr/bin/env node
|
||||||
|
|
||||||
import Info from '../package.js';
|
import {createSimport} from 'simport';
|
||||||
|
|
||||||
import minor from 'minor';
|
import minor from 'minor';
|
||||||
import place from 'place';
|
import place from 'place';
|
||||||
import rendy from 'rendy';
|
import rendy from 'rendy';
|
||||||
import shortdate from 'shortdate';
|
import shortdate from 'shortdate';
|
||||||
|
|
||||||
|
const simport = createSimport(import.meta.url);
|
||||||
|
|
||||||
|
const Info = await simport('../package.json');
|
||||||
|
|
||||||
const ERROR = Error('ERROR: version is missing. release --patch|--minor|--major');
|
const ERROR = Error('ERROR: version is missing. release --patch|--minor|--major');
|
||||||
|
|
||||||
main((error) => {
|
main((error) => {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "cloudcmd",
|
"name": "cloudcmd",
|
||||||
"version": "14.9.3",
|
"version": "15.0.0",
|
||||||
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
|
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
|
||||||
"description": "File manager for the web with console and editor",
|
"description": "File manager for the web with console and editor",
|
||||||
"homepage": "http://cloudcmd.io",
|
"homepage": "http://cloudcmd.io",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue