@stellar-agent/mpp-client 0.4.1 → 0.4.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.
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stellar-agent/mpp-client",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"description": "Local Testnet MPP one-time and session-budget demo client and server helpers for Stellar Agent Bridge.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"test": "vitest run"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@stellar-agent/core": "0.4.
|
|
36
|
-
"@stellar-agent/ledger-logger": "0.4.
|
|
37
|
-
"@stellar-agent/policy": "0.4.
|
|
38
|
-
"@stellar-agent/stellar": "0.4.
|
|
35
|
+
"@stellar-agent/core": "0.4.2",
|
|
36
|
+
"@stellar-agent/ledger-logger": "0.4.2",
|
|
37
|
+
"@stellar-agent/policy": "0.4.2",
|
|
38
|
+
"@stellar-agent/stellar": "0.4.2"
|
|
39
39
|
}
|
|
40
40
|
}
|