@integraledger/lcp-placement-x402 0.14.0 → 0.15.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/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @integraledger/lcp-placement-x402
2
2
 
3
+ ## 0.15.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [431b8ec]
8
+ - @integraledger/lcp-binding-core@0.15.1
9
+
10
+ ## 0.15.0
11
+
12
+ ### Patch Changes
13
+
14
+ - @integraledger/lcp-binding-core@0.15.0
15
+
3
16
  ## 0.14.0
4
17
 
5
18
  ### Patch Changes
package/README.md CHANGED
@@ -78,11 +78,11 @@ Two differences, neither of which changes the design:
78
78
 
79
79
  ### Drift from a strict buyer-side reader, recorded for the same reason
80
80
 
81
- Buyer gates that parse this wire document already exist. The **paths and shapes** match field for field — `accepts[0].extra.atrHash`, `accepts[0].extra.legalContextUrl`,
81
+ Buyer gates that parse this wire document already exist. The **paths and shapes** match field for field —
82
+ `accepts[0].extra.atrHash`, `accepts[0].extra.legalContextUrl`,
82
83
  `extensions.legalContext.info.{type,value,legalContextUrl}`. The **resolution semantics do not**, and three
83
- differences are real. Recording them is the whole point of declaring the carrier: an undisclosed
84
- divergence between two readers of one document is the drift this package exists to end, not a smaller version
85
- of it.
84
+ differences are real. Recording them is the whole point of declaring the carrier: an undisclosed divergence
85
+ between two readers of one document is the drift this package exists to end, not a smaller version of it.
86
86
 
87
87
  1. **Carrier precedence is inverted.** This placement answers with the **canonical `extensions` slot** when
88
88
  both carriers are present — the manifest's declared field wins, which is `binding-core`'s rule for every
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integraledger/lcp-placement-x402",
3
- "version": "0.14.0",
3
+ "version": "0.15.1",
4
4
  "description": "Places an LCP reference into an x402 v2 payment challenge, and reads it back.",
5
5
  "keywords": [
6
6
  "lcp",
@@ -40,7 +40,7 @@
40
40
  },
41
41
  "homepage": "https://github.com/IntegraLedger/integra-protocol/tree/main/packages/placement-x402#readme",
42
42
  "dependencies": {
43
- "@integraledger/lcp-binding-core": "0.14.0"
43
+ "@integraledger/lcp-binding-core": "0.15.1"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@cfworker/json-schema": "4.1.1",