cloudcmd 16.3.0 → 16.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/ChangeLog CHANGED
@@ -1,3 +1,23 @@
1
+ 2022.07.20, v16.4.1
2
+
3
+ feature:
4
+ - (package) eslint-plugin-n v15.2.4
5
+ - (package) putout v27.0.1
6
+ - (package) eslint-plugin-putout v16.0.0
7
+
8
+
9
+ 2022.07.11, v16.4.0
10
+
11
+ feature:
12
+ - (cloudcmd) env: add ability to pass 0 and 1
13
+
14
+
15
+ 2022.07.02, v16.3.1
16
+
17
+ fix:
18
+ - (client) cloudcmd: rm window.Emitify
19
+
20
+
1
21
  2022.07.01, v16.3.0
2
22
 
3
23
  feature:
package/HELP.md CHANGED
@@ -1,9 +1,11 @@
1
- # Cloud Commander v16.3.0
1
+ # Cloud Commander v16.4.1
2
2
 
3
- ### [Main][MainURL] [Blog][BlogURL]
3
+ ### [Main][MainURL] [Blog][BlogURL] [Support][SupportURL] [Demo][DemoURL]
4
4
 
5
- [MainURL]: http://cloudcmd.io "Main"
6
- [BlogURL]: http://blog.cloudcmd.io "Blog"
5
+ [MainURL]: https://cloudcmd.io "Main"
6
+ [BlogURL]: https://blog.cloudcmd.io "Blog"
7
+ [SupportURL]: https://patreon.com/coderaiser "Patreon"
8
+ [DemoURL]: https://cloudcmd.onrender.com/
7
9
  [DWORD]: https://github.com/cloudcmd/dword "Editor based on CodeMirror"
8
10
  [EDWARD]: https://github.com/cloudcmd/edward "Editor based on Ace"
9
11
  [DEEPWORD]: https://github.com/cloudcmd/deepword "Editor based on Monaco"
@@ -447,7 +449,7 @@ Some config options can be overridden with environment variables, such as:
447
449
  - `CLOUDCMD_IMPORT` - enable import of config
448
450
  - `CLOUDCMD_IMPORT_TOKEN` - authorization token used to connect to export server
449
451
  - `CLOUDCMD_IMPORT_URL` - url of an import server
450
- - `CLOUDCMD_IMPORT_LISTEN`- enable listen on config updates from import server
452
+ - `CLOUDCMD_IMPORT_LISTEN` - enable listen on config updates from import server
451
453
 
452
454
  ### User Menu
453
455
 
@@ -1082,6 +1084,9 @@ There are a lot of ways to be involved in `Cloud Commander` development:
1082
1084
 
1083
1085
  ## Version history
1084
1086
 
1087
+ - *2022.07.20*, **[v16.4.1](//github.com/coderaiser/cloudcmd/releases/tag/v16.4.1)**
1088
+ - *2022.07.11*, **[v16.4.0](//github.com/coderaiser/cloudcmd/releases/tag/v16.4.0)**
1089
+ - *2022.07.02*, **[v16.3.1](//github.com/coderaiser/cloudcmd/releases/tag/v16.3.1)**
1085
1090
  - *2022.07.01*, **[v16.3.0](//github.com/coderaiser/cloudcmd/releases/tag/v16.3.0)**
1086
1091
  - *2022.06.17*, **[v16.2.0](//github.com/coderaiser/cloudcmd/releases/tag/v16.2.0)**
1087
1092
  - *2022.05.12*, **[v16.1.1](//github.com/coderaiser/cloudcmd/releases/tag/v16.1.1)**
package/README.md CHANGED
@@ -1,10 +1,12 @@
1
- # Cloud Commander v16.3.0 [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL]
1
+ # Cloud Commander v16.4.1 [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL]
2
2
 
3
- ### [Main][MainURL] [Blog][BlogURL]
3
+ ### [Main][MainURL] [Blog][BlogURL] [Support][SupportURL] [Demo][DemoURL]
4
4
 
5
+ [MainURL]: https://cloudcmd.io "Main"
6
+ [BlogURL]: https://blog.cloudcmd.io "Blog"
7
+ [SupportURL]: https://patreon.com/coderaiser "Patreon"
8
+ [DemoURL]: https://cloudcmd.onrender.com/
5
9
  [NPM_INFO_IMG]: https://nodei.co/npm/cloudcmd.png
6
- [MainURL]: http://cloudcmd.io "Main"
7
- [BlogURL]: http://blog.cloudcmd.io "Blog"
8
10
  [BuildStatusURL]: https://travis-ci.org/coderaiser/cloudcmd "Build Status"
9
11
  [BuildStatusIMGURL]: https://img.shields.io/travis/coderaiser/cloudcmd.svg?style=flat-squere&longCache=true
10
12
  [BuildAppveyorURL]: https://ci.appveyor.com/project/coderaiser/cloudcmd