@expofp/utils 3.9.0 → 3.10.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 +11 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# @expofp/utils
|
|
2
|
+
|
|
3
|
+
Generic, domain-free utilities for the ExpoFP SDK. Bundled with the packages that depend on it — no
|
|
4
|
+
separate install.
|
|
5
|
+
|
|
6
|
+
**Scope rule:** strictly common-use helpers only — no domain logic. Nothing here may know about floor
|
|
7
|
+
plans, booths, exhibitors, or events, or import from a domain package. The test: _could it ship in a
|
|
8
|
+
general-purpose npm utility library unchanged?_ If not, it belongs next to the domain that owns it.
|
|
9
|
+
|
|
10
|
+
- Build: `nx build utils`
|
|
11
|
+
- Test: `nx test utils`
|