@integraledger/lcp-placements 0.9.0 → 0.10.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 +19 -0
- package/README.md +2 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @integraledger/lcp-placements
|
|
2
2
|
|
|
3
|
+
## 0.10.1
|
|
4
|
+
|
|
5
|
+
**0.10.0 was staged and withdrawn before approval; this is that release, re-cut.** The conformance corpus
|
|
6
|
+
was re-sealed after 0.10.0 was staged — its root moved `32fa90a6…` → `28bbf4ef…` when the vector tree was
|
|
7
|
+
brought inside the prose gates — so the staged `lcp-conformance` tarball carried a seal that no longer
|
|
8
|
+
matched the repository. The seal is what proves corpus authenticity to an independent implementer, and a
|
|
9
|
+
published version cannot be replaced, so the whole set was rejected and re-cut rather than shipping one
|
|
10
|
+
package that disagreed with its own source. No version 0.10.0 exists on the registry.
|
|
11
|
+
|
|
12
|
+
Released as part of a flat `0.10.1` across the whole suite, so this package carries the suite version even
|
|
13
|
+
though its own change is dependency-level: two placements it re-exports renamed an export, and the registry
|
|
14
|
+
itself is unchanged.
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies [3f2d2e3]
|
|
19
|
+
- @integraledger/lcp-placement-mastercard-vi@0.10.0
|
|
20
|
+
- @integraledger/lcp-placement-visa-tap@0.10.0
|
|
21
|
+
|
|
3
22
|
## 0.9.0
|
|
4
23
|
|
|
5
24
|
First public release.
|
package/README.md
CHANGED
|
@@ -43,7 +43,8 @@ which unit landed first.
|
|
|
43
43
|
|
|
44
44
|
## `mcp` is absent because MCP has no field carrier
|
|
45
45
|
|
|
46
|
-
Not a pending `placement-mcp`. LCP
|
|
46
|
+
Not a pending `placement-mcp`. LCP §C.9 and §10 — v1.38, and unchanged on this point from v1.37 — describe
|
|
47
|
+
an LCP-aware MCP **server** — tools,
|
|
47
48
|
resources and prompts, plus a `capabilities.extensions` negotiation map keyed by a reverse domain — and no
|
|
48
49
|
document field for a reference to ride in. MCP is a delivery surface, not a placement, so `mcp`'s absence
|
|
49
50
|
from this registry is the correct terminal state. The corpus pins it: `placement.dispatch` asserts that a
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@integraledger/lcp-placements",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.10.1",
|
|
4
4
|
"description": "The LCP placement registry — the one place a protocol is registered.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"lcp",
|
|
@@ -40,16 +40,16 @@
|
|
|
40
40
|
},
|
|
41
41
|
"homepage": "https://github.com/IntegraLedger/integra-protocol/tree/main/packages/placements#readme",
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@integraledger/lcp-binding-core": "0.
|
|
44
|
-
"@integraledger/lcp-placement-a2a": "0.
|
|
45
|
-
"@integraledger/lcp-placement-ack": "0.
|
|
46
|
-
"@integraledger/lcp-placement-acp": "0.
|
|
47
|
-
"@integraledger/lcp-placement-
|
|
48
|
-
"@integraledger/lcp-placement-
|
|
49
|
-
"@integraledger/lcp-placement-mpp": "0.
|
|
50
|
-
"@integraledger/lcp-placement-ucp": "0.
|
|
51
|
-
"@integraledger/lcp-placement-visa-tap": "0.
|
|
52
|
-
"@integraledger/lcp-placement-x402": "0.
|
|
43
|
+
"@integraledger/lcp-binding-core": "0.10.1",
|
|
44
|
+
"@integraledger/lcp-placement-a2a": "0.10.1",
|
|
45
|
+
"@integraledger/lcp-placement-ack": "0.10.1",
|
|
46
|
+
"@integraledger/lcp-placement-acp": "0.10.1",
|
|
47
|
+
"@integraledger/lcp-placement-mastercard-vi": "0.10.1",
|
|
48
|
+
"@integraledger/lcp-placement-ap2": "0.10.1",
|
|
49
|
+
"@integraledger/lcp-placement-mpp": "0.10.1",
|
|
50
|
+
"@integraledger/lcp-placement-ucp": "0.10.1",
|
|
51
|
+
"@integraledger/lcp-placement-visa-tap": "0.10.1",
|
|
52
|
+
"@integraledger/lcp-placement-x402": "0.10.1"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@types/node": "24.13.3",
|