@integraledger/lcp-binding-evm-x402 0.18.1 → 0.18.3
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 +18 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @integraledger/lcp-binding-evm-x402
|
|
2
2
|
|
|
3
|
+
## 0.18.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @integraledger/lcp-binding-core@0.18.3
|
|
8
|
+
- @integraledger/lcp-binding-evm-common@0.18.3
|
|
9
|
+
- @integraledger/lcp-kernel@0.18.3
|
|
10
|
+
|
|
11
|
+
## 0.18.2
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
- @integraledger/lcp-binding-evm-common@0.18.2
|
|
17
|
+
- @integraledger/lcp-binding-core@0.18.2
|
|
18
|
+
- @integraledger/lcp-kernel@0.18.2
|
|
19
|
+
|
|
3
20
|
## 0.18.1
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
|
@@ -24,7 +41,7 @@
|
|
|
24
41
|
all — turning a dependency convergence into a breaking-change sweep across two repositories. Nothing in
|
|
25
42
|
the public surface changed; only the versions these packages ask their host to supply.
|
|
26
43
|
|
|
27
|
-
⛔ **WHY IT HAD TO BE RELEASED RATHER THAN LEFT.**
|
|
44
|
+
⛔ **WHY IT HAD TO BE RELEASED RATHER THAN LEFT.** A private downstream consumer runs a shared-pin gate,
|
|
28
45
|
which compares its catalogue against what the **published** `@integraledger/*` tarballs declare, read out
|
|
29
46
|
of `node_modules`. With the catalogue moved here and nothing published, that gate reported the line at two
|
|
30
47
|
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.
|
|
3
|
+
"version": "0.18.3",
|
|
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.
|
|
48
|
-
"@integraledger/lcp-binding-evm-common": "0.18.
|
|
49
|
-
"@integraledger/lcp-kernel": "0.18.
|
|
47
|
+
"@integraledger/lcp-binding-core": "0.18.3",
|
|
48
|
+
"@integraledger/lcp-binding-evm-common": "0.18.3",
|
|
49
|
+
"@integraledger/lcp-kernel": "0.18.3",
|
|
50
50
|
"viem": "2.56.3"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@types/node": "24.13.
|
|
54
|
-
"vitest": "
|
|
53
|
+
"@types/node": "24.13.4",
|
|
54
|
+
"vitest": "5.0.0"
|
|
55
55
|
},
|
|
56
56
|
"license": "Apache-2.0",
|
|
57
57
|
"engines": {
|