@eightyfourthousand/lib-instr 2026.3.0 → 2026.3.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 +4 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
# lib-instr
|
|
1
|
+
# @eightyfourthousand/lib-instr
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Feature flag and instrumentation helpers for 84000 applications.
|
|
4
|
+
|
|
5
|
+
This package contains shared feature-gating and instrumentation utilities used by frontend applications and companion libraries.
|
|
4
6
|
|
|
5
7
|
## Running unit tests
|
|
6
8
|
|