armory-cli 0.3.2-alpha.3.21 → 0.3.2-alpha.3.23

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/dist/cli.js +1 -1
  2. package/package.json +3 -3
package/dist/cli.js CHANGED
@@ -217,7 +217,7 @@ app.use(
217
217
  requirements: {
218
218
  scheme: "exact",
219
219
  network: "base",
220
- maxAmountRequired: "2000000",
220
+ amount: "2000000",
221
221
  resource: "https://example.com/api",
222
222
  description: "API access",
223
223
  mimeType: "application/json",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "armory-cli",
3
- "version": "0.3.2-alpha.3.21",
3
+ "version": "0.3.2-alpha.3.23",
4
4
  "description": "Scaffold x402 payment-enabled apps",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -39,8 +39,8 @@
39
39
  "test": "bun test"
40
40
  },
41
41
  "dependencies": {
42
- "@armory-sh/base": "0.2.22-alpha.3.21",
43
- "@armory-sh/extensions": "0.1.3-alpha.3.21",
42
+ "@armory-sh/base": "0.2.22-alpha.3.23",
43
+ "@armory-sh/extensions": "0.1.3-alpha.3.23",
44
44
  "prompts": "2.4.2"
45
45
  },
46
46
  "devDependencies": {