@integraledger/lcp-binding-canton-x402 0.9.0 → 0.10.2

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/CHANGELOG.md +28 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @integraledger/lcp-binding-canton-x402
2
2
 
3
+ ## 0.10.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b2ffecc]
8
+ - Updated dependencies [822190a]
9
+ - @integraledger/lcp-binding-core@0.11.0
10
+ - @integraledger/lcp-kernel@0.11.0
11
+
12
+ ## 0.10.1
13
+
14
+ **0.10.0 was staged and withdrawn before approval; this is that release, re-cut.** The conformance corpus
15
+ was re-sealed after 0.10.0 was staged — its root moved `32fa90a6…` → `28bbf4ef…` when the vector tree was
16
+ brought inside the prose gates — so the staged `lcp-conformance` tarball carried a seal that no longer
17
+ matched the repository. The seal is what proves corpus authenticity to an independent implementer, and a
18
+ published version cannot be replaced, so the whole set was rejected and re-cut rather than shipping one
19
+ package that disagreed with its own source. No version 0.10.0 exists on the registry.
20
+
21
+ Released as part of a flat `0.10.1` across the whole suite. One number describes the set that was built,
22
+ tested and sealed together, so a consumer never has to work out which combination of versions was verified.
23
+
24
+ This package has no source change of its own in this release. What moved across the suite: three exported
25
+ names were corrected before anyone depends on them — `USDC_DECIMALS` became rail-qualified after it was
26
+ found to mean 6 on three rails and 7 on Stellar under one name, `VISA_TAP_PLACEMENT_TIER_A` lost the tier
27
+ it had baked into an identifier, and the memo codecs were named for the carrier they encode. Two wire
28
+ identities were respelled to match the vocabulary they are written into. Five gates were added or widened,
29
+ and a large number of documentation claims were corrected against the host specifications at HEAD.
30
+
3
31
  ## 0.9.0
4
32
 
5
33
  First release. Welds an ATR hash into a Canton Coin settlement over x402's `exact` scheme for Canton:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integraledger/lcp-binding-canton-x402",
3
- "version": "0.9.0",
3
+ "version": "0.10.2",
4
4
  "description": "Welds an ATR hash into a Canton Coin settlement over x402's exact scheme.",
5
5
  "keywords": [
6
6
  "lcp",
@@ -43,8 +43,8 @@
43
43
  },
44
44
  "homepage": "https://github.com/IntegraLedger/integra-protocol/tree/main/packages/binding-canton-x402#readme",
45
45
  "dependencies": {
46
- "@integraledger/lcp-kernel": "0.9.0",
47
- "@integraledger/lcp-binding-core": "0.9.0"
46
+ "@integraledger/lcp-kernel": "0.11.0",
47
+ "@integraledger/lcp-binding-core": "0.11.0"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@types/node": "24.13.3",