@integraledger/lcp-binding-evm-x402 0.18.1 → 0.18.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 +10 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @integraledger/lcp-binding-evm-x402
2
2
 
3
+ ## 0.18.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @integraledger/lcp-binding-evm-common@0.18.2
9
+ - @integraledger/lcp-binding-core@0.18.2
10
+ - @integraledger/lcp-kernel@0.18.2
11
+
3
12
  ## 0.18.1
4
13
 
5
14
  ### Patch Changes
@@ -24,7 +33,7 @@
24
33
  all — turning a dependency convergence into a breaking-change sweep across two repositories. Nothing in
25
34
  the public surface changed; only the versions these packages ask their host to supply.
26
35
 
27
- ⛔ **WHY IT HAD TO BE RELEASED RATHER THAN LEFT.** `integra-agentic-commerce` runs `check:shared-pins`,
36
+ ⛔ **WHY IT HAD TO BE RELEASED RATHER THAN LEFT.** A private downstream consumer runs a shared-pin gate,
28
37
  which compares its catalogue against what the **published** `@integraledger/*` tarballs declare, read out
29
38
  of `node_modules`. With the catalogue moved here and nothing published, that gate reported the line at two
30
39
  versions of each name and its `protocol-integration` job went red **with no commit landing in that
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integraledger/lcp-binding-evm-x402",
3
- "version": "0.18.1",
3
+ "version": "0.18.2",
4
4
  "description": "Welds an ATR hash into an x402 instant settlement on any EVM chain.",
5
5
  "keywords": [
6
6
  "lcp",
@@ -44,14 +44,14 @@
44
44
  },
45
45
  "homepage": "https://github.com/IntegraLedger/integra-protocol/tree/main/packages/binding-evm-x402#readme",
46
46
  "dependencies": {
47
- "@integraledger/lcp-binding-core": "0.18.1",
48
- "@integraledger/lcp-binding-evm-common": "0.18.1",
49
- "@integraledger/lcp-kernel": "0.18.1",
47
+ "@integraledger/lcp-binding-core": "0.18.2",
48
+ "@integraledger/lcp-binding-evm-common": "0.18.2",
49
+ "@integraledger/lcp-kernel": "0.18.2",
50
50
  "viem": "2.56.3"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@types/node": "24.13.3",
54
- "vitest": "4.1.11"
54
+ "vitest": "5.0.0"
55
55
  },
56
56
  "license": "Apache-2.0",
57
57
  "engines": {