cc4-embedded-system 3.1.0 → 3.1.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/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
  - This version based on [html-minifier-next](https://github.com/j9t/html-minifier-next) and rewrite [lwIP makefsdata](https://github.com/m-labs/lwip/tree/master/src/apps/httpd/makefsdata), run on localhost, default port: ```3000```.
3
3
  - This tool is deployed on [npm package](https://www.npmjs.com/package/cc4-embedded-system).
4
4
 
5
- ![](./Screenshot/v3.1.0.png)
5
+ ![](./Screenshot/v3.1.1.png)
6
6
 
7
7
  ## Structure
8
8
  ```text
@@ -14,7 +14,7 @@ CC4EmbeddedSystem/
14
14
  ├── public/
15
15
  │ └── index.html // Web GUI dashboard
16
16
  ├── Sereenshot/
17
- │ └── v3.1.0.png // Demo image
17
+ │ └── v3.1.1.png // Demo image
18
18
  ├── node_modules/ // Required submodules during development
19
19
  ├── dist/ // Compiled JavaScript output (Auto-generated)
20
20
  ├── package.json // Project configuration & dependencies
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cc4-embedded-system",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "description": "A modern typescript version of makefsdata based on html-minifier-next and lwIP v1.3.1",
5
5
  "bin": {
6
6
  "cc4es": "./dist/gui.js"
Binary file
Binary file