@tulipes/core 0.1.12 → 0.1.13

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.
Files changed (2) hide show
  1. package/README.md +21 -12
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,16 +1,25 @@
1
1
  ```
2
- _/\_/\_
3
- ( \ || / ) _ _ _ _
4
- \ || / | |_ _ _| (_)_ __ ___ ___ | |___
5
- \_||_/ | __| | | | | | '_ \ / _ \/ __|_ | / __|
6
- || | |_| |_| | | | |_) | __/\__ \ |_| \__ \
7
- \ || / \__|\__,_|_|_| .__/ \___||___/\___/|___/
8
- \||/ |_|
9
- ||
10
- _ _ ____ __
11
- | |_/ |__ / __ ___ _ _ / _|
12
- | / / ||_ \_/ _/ _ \ ' \| _|
13
- |_\_\_|___(_)__\___/_||_|_|
2
+ ▄█▄ ▄█▄ ▄█▄
3
+ ▄█████████████▄
4
+ ▐███████████████▌
5
+ ▐███████████████▌
6
+ ▀█████████████▀
7
+ ▀███████████▀
8
+ ▀███████▀
9
+ ▀███▀
10
+ ███
11
+ ▄▄ ███ ▄▄
12
+ ▐██▄▄▄███▄▄▄██▌
13
+ ▀▀▀▀███▀▀▀▀
14
+ ███
15
+
16
+ ████████╗██╗ ██╗██╗ ██╗██████╗ ███████╗███████╗ ██╗███████╗
17
+ ╚══██╔══╝██║ ██║██║ ██║██╔══██╗██╔════╝██╔════╝ ██║██╔════╝
18
+ ██║ ██║ ██║██║ ██║██████╔╝█████╗ ███████╗ ██║███████╗
19
+ ██║ ██║ ██║██║ ██║██╔═══╝ ██╔══╝ ╚════██║██ ██║╚════██║
20
+ ██║ ╚██████╔╝███████╗██║██║ ███████╗███████║╚█████╔╝███████║
21
+ ╚═╝ ╚═════╝ ╚══════╝╚═╝╚═╝ ╚══════╝╚══════╝ ╚════╝ ╚══════╝
22
+ k13.conf
14
23
  ```
15
24
 
16
25
  <div align="center">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tulipes/core",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "description": "Module-based Express framework: convention-driven boot pipeline, env contracts, ACL, queues, sockets and CLI",
5
5
  "type": "module",
6
6
  "bin": {