Drop the anti-mention from the audience
Test / lint (pull_request) Successful in 22s
Test / test (18) (pull_request) Successful in 23s
Test / test (20) (pull_request) Successful in 20s
Test / test (22) (pull_request) Successful in 20s
Test / test (24) (pull_request) Successful in 21s
Test / test (26) (pull_request) Successful in 20s
Mirror / push (push) Successful in 6s

This commit was merged in pull request #9.
This commit is contained in:
2026-09-19 00:59:29 +02:00
parent 0f13951e8c
commit c90b855958
+2 -2
View File
@@ -679,8 +679,8 @@ one wins. They do not override the hard rules below.
Who depends on this library, and what they may rely on. Who depends on this library, and what they may rely on.
- **The public npm audience, not only larvit's own applications.** Only what `src/index.ts` exports - **The public npm audience.** Only what `src/index.ts` exports is public; everything behind it is
is public; everything behind it is reshaped freely. reshaped freely.
- **Node 18 and newer, ESM only, no runtime dependencies.** The floor is verified in CI rather than - **Node 18 and newer, ESM only, no runtime dependencies.** The floor is verified in CI rather than
asserted, so the library drops into a service or a container without pulling a tree behind it. asserted, so the library drops into a service or a container without pulling a tree behind it.
- **Real SMSCs and ESMEs as operators actually run them**, not a reference implementation. Jasmin, - **Real SMSCs and ESMEs as operators actually run them**, not a reference implementation. Jasmin,