@equinor/echo-framework 2.2.3 → 2.3.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 CHANGED
@@ -8,6 +8,26 @@ Framework provides all the necessary components to put the echo web client toget
8
8
 
9
9
  Check the [docs for details](doc/echo-framework.md).
10
10
 
11
+ ## ⚠️ Dependency Rules
12
+
13
+ **Source of truth: `/eslint.config.js`** - The `@nx/enforce-module-boundaries` rule defines all allowed dependencies.
14
+
15
+ **echo-framework can import from:**
16
+
17
+ - `echo-search` ✅
18
+ - `echo-core` ✅
19
+ - `echo-base` ✅
20
+ - `echo-components` ✅
21
+ - `echo-utils` ✅
22
+
23
+ **echo-framework CANNOT import from:**
24
+
25
+ - `echopedia-web` (app) ❌
26
+
27
+ See `libs/README.md` for the full dependency flow diagram.
28
+
29
+ ---
30
+
11
31
  ## How to develop and release EchoFramework
12
32
 
13
33
  Check the [readme](/libs/README.md) in the NX libraries folder.
@@ -18,9 +38,9 @@ Framework houses multiple tools for UI bars, panels and menu functionality that
18
38
 
19
39
  ## Available NPM scripts
20
40
 
21
- - `lint-framework`
22
- - `build-framework`
23
- - `test-framework`
41
+ - `lint-framework`
42
+ - `build-framework`
43
+ - `test-framework`
24
44
 
25
45
  ## Old repository of echoFramework
26
46