ness-js 1.9.0 → 1.11.0
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 +4 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,11 +1,6 @@
|
|
|
1
1
|
<br>
|
|
2
2
|
|
|
3
|
-
# HELLO FROM NESS-JS
|
|
4
|
-
|
|
5
|
-
<br>
|
|
6
|
-
|
|
7
|
-
> IMPORTANT!
|
|
8
|
-
> **We are in beta!**
|
|
3
|
+
# HELLO FROM NESS-JS
|
|
9
4
|
|
|
10
5
|
<br>
|
|
11
6
|
|
|
@@ -28,8 +23,8 @@ It is not just a framework - it is a structured Node.js userland for developers,
|
|
|
28
23
|
|
|
29
24
|
<hr>
|
|
30
25
|
|
|
31
|
-
**WARNING:**
|
|
32
26
|
**This npm package is a launcher / entry package, not the complete project.**
|
|
33
|
-
To understand the architecture, philosophy, and system layers, read the official manifest and
|
|
27
|
+
To understand the architecture, philosophy, and system layers, read the official manifest and all other info here:
|
|
34
28
|
|
|
35
|
-
👉 https://gitlab.com/ness-js
|
|
29
|
+
> 👉 https://gitlab.com/ness-js <br>
|
|
30
|
+
> ⚠️ WARNING: **We are in beta!**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ness-js",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.11.0",
|
|
4
4
|
"description": "NESS-js is a Node.js Engineered Stack System that provides a structured, auditable, and extensible runtime for building long-living software through composable system layers.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|