run402 1.12.0 → 1.12.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.
|
@@ -112,10 +112,11 @@ export function getAllowanceAuthHeaders(path, allowancePath) {
|
|
|
112
112
|
const payload = {
|
|
113
113
|
domain,
|
|
114
114
|
address: toChecksumAddress(allowance.address),
|
|
115
|
+
statement: "Sign in to Run402",
|
|
115
116
|
uri,
|
|
116
117
|
version: "1",
|
|
117
|
-
chainId: 84532,
|
|
118
|
-
type: "
|
|
118
|
+
chainId: "eip155:84532",
|
|
119
|
+
type: "eip191",
|
|
119
120
|
nonce,
|
|
120
121
|
issuedAt,
|
|
121
122
|
expirationTime,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "run402",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.2",
|
|
4
4
|
"description": "CLI for Run402 — provision Postgres databases, deploy static sites, generate images, and manage wallets via x402 micropayments.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -15,12 +15,14 @@
|
|
|
15
15
|
"core-dist/"
|
|
16
16
|
],
|
|
17
17
|
"dependencies": {
|
|
18
|
+
"@noble/curves": "^2.0.1",
|
|
19
|
+
"@noble/hashes": "^2.0.1",
|
|
18
20
|
"@x402/evm": "^2.6.0",
|
|
19
21
|
"@x402/fetch": "^2.6.0",
|
|
20
22
|
"viem": "^2.47.1"
|
|
21
23
|
},
|
|
22
24
|
"engines": {
|
|
23
|
-
"node": ">=
|
|
25
|
+
"node": ">=22"
|
|
24
26
|
},
|
|
25
27
|
"license": "MIT",
|
|
26
28
|
"homepage": "https://run402.com",
|