lurqrun 0.1.5 → 0.1.6

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
@@ -185,10 +185,12 @@ and resolve with what calls your code references.
185
185
  **The gate needs no tests at all.**
186
186
 
187
187
  ```
188
- blocking a referenced symbol disappears → the code will throw
189
- warning a referenced symbol changed arity it may silently misbehave
188
+ blocking a referenced symbol or deep import disappears,
189
+ or require() of a now-ESM package breaks the code will throw
190
+ warning a call's argument count no longer fits, a new type
191
+ error, or a Node / peer version the repo lacks → it may misbehave or not build
190
192
  ok nothing referenced is affected
191
- unverified could not be established → never counted as safe
193
+ unverified could not be established → never counted as safe
192
194
  ```
193
195
 
194
196
  ### The loop