#
-----------------------------------------------
# `$CHANGELOG`

### `lmfcli@package:`
+ `edit README.MD`
+ `changed setup procedure`
+ `@worker/@client.js:48 - removed localdb.json error when publishing to server.`
+ `@worker/@cmds/help`
+ `@worker/@client.js:pkg.info(pkg) - get info about a package`
+ `@worker/@helper.js - added consoleServices helper to minimize calling console`
+ `@worker/@helper.js: changed the progressbar system to gray out unloaded steps`
+ `@worker/@console.js: +ConsoleWorker`
- `removed bug where lmfcli would not respond to commands`

## `lmfcli@worker:`
- `@worker#cmds`: 
```js
(added) helper; /*@index/helper.js*/
(added) @src; /*@src/*/

(changed) `@cmdHandle` /*-remove:MODULE:REQUIREMENT*/
(changed) `@cmds` /*-remove:MODULE:REQUIREMENT*/
(changed) `@cmds/help` /*-remove:MODULE:REQUIREMENT*/
(changed) `@cmds/init` /*-remove:MODULE:REQUIREMENT*/
(changed) `@cmds/publish` /*-remove:MODULE:REQUIREMENT*/
(changed) `@cmds/unpublish` /*-remove:MODULE:REQUIREMENT*/
(changed) `@cmds/update` /*-remove:MODULE:REQUIREMENT*/

(removed) `@worker/@cmds/install/install-nonexistent-pack`
```

## `lmfcli@client:`
- `@client#sys`: 
```js
(added) class classManager /*set as 'module.manage'*/
(added) class helperClient /*set as 'module.#helper'*/

(changed) `@cmdHandle` /*-remove:MODULE:REQUIREMENT*/
(changed) `@cmds` /*-remove:MODULE:REQUIREMENT*/

(removed) class math, zipping /*-remove:not-used*/
(removed) class pkgManager /*installed to @worker.js*/

```
-------------------------
### `version@1.4.9;` current version server: latest
### `lmfcli@1.4.9;` current package version: 1.4.9
### `bin/worker@1.4.9;` current worker version: 1.4.9
-------------------------
# `LAST UPDATED 19.05.22`
# `VERSION 1.4.9`
# `PACKAGE 1.4.9`
# `WORKER 1.4.9`
#