chore(package) v15.4.3

This commit is contained in:
coderaiser 2021-01-25 20:56:57 +02:00
parent b0e63fd3fd
commit ee5cbb13b0
5 changed files with 12 additions and 4 deletions

View file

@ -1,3 +1,11 @@
2021.01.25, v15.4.3
feature:
- (package) restbox v3.0.0
- (package) ponse v6.0.0
- (package) files-io v4.0.0
2021.01.21, v15.4.2
feature:

View file

@ -1,4 +1,4 @@
# Cloud Commander v15.4.2
# Cloud Commander v15.4.3
### [Main][MainURL] [Blog][BlogURL] Live(![Heroku][Heroku_LIVE_IMG] [Heroku][HerokuURL])

View file

@ -1,4 +1,4 @@
# Cloud Commander v15.4.2 [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL]
# Cloud Commander v15.4.3 [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL]
### [Main][MainURL] [Blog][BlogURL] Live([Heroku][HerokuURL])

View file

@ -1,6 +1,6 @@
{
"name": "cloudcmd",
"version": "15.4.2",
"version": "15.4.3",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "File manager for the web with console and editor",
"homepage": "http://cloudcmd.io",

View file

@ -16,7 +16,7 @@ test('cloudcmd: rest: fs: path', async (t) => {
const {path} = body;
t.equal('/', path, 'should dir path be "/"');
t.equal(path, '/', 'should dir path be "/"');
t.end();
});