@intentic/base 1.313.0 → 1.314.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.
Files changed (2) hide show
  1. package/README.md +5 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -40,9 +40,11 @@ flowchart LR
40
40
  downloaded model so a partial one never reads as present. Reading what whisper prints stays in the contract.
41
41
 
42
42
  - `acme.ts` orders a certificate over DNS-01 and tells the CA to look only once the zone's own nameservers serve the
43
- challenge (`authoritative-dns.ts`), since an early look fails the authorization for good. On a host whose network
44
- blocks direct DNS, a caller's `confirmChallenge` (the DNS provider reading the record back) plus
45
- `PROVIDER_SETTLE_MS` stands in for that, with a warning; without one the wait's deadline fails the order.
43
+ challenge (`authoritative-dns.ts`), since an early look fails the authorization for good. When that never shows —
44
+ the host's network blocks direct DNS, or the nameservers answer without the value because something on the network
45
+ answers in their place (the interception production hit) — a caller's `confirmChallenge` (the DNS provider reading
46
+ the record back) plus `PROVIDER_SETTLE_MS` stands in for it, with a warning that says which of the two it saw;
47
+ without one the wait's deadline fails the order.
46
48
 
47
49
  ## Key files
48
50
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intentic/base",
3
- "version": "1.313.0",
3
+ "version": "1.314.0",
4
4
  "description": "Runtime primitives every tier shares, when-expressions, disposal, and the async schedulers",
5
5
  "license": "MIT",
6
6
  "type": "module",