minia2a-skill 1.1.4 → 1.1.6

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/cli/minia2a +1 -0
  2. package/package.json +7 -3
package/cli/minia2a CHANGED
@@ -252,6 +252,7 @@ async function meta() {
252
252
  return await update();
253
253
  case 'meta':
254
254
  case 'info':
255
+ case 'stats':
255
256
  return await meta();
256
257
  case 'help':
257
258
  case '--help':
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "minia2a-skill",
3
- "version": "1.1.4",
4
- "description": "Agent skill for minia2a.uk — discover 152+ x402 services, call APIs with USDC, register your own. Zero-dep CLI. 500 free credits.",
3
+ "version": "1.1.6",
4
+ "description": "Agent skill for minia2a.uk — discover 153+ x402 services, call APIs with USDC, register your own. Zero-dep CLI. 500 free credits.",
5
5
  "bin": {
6
6
  "minia2a": "./cli/minia2a"
7
7
  },
@@ -27,7 +27,11 @@
27
27
  "license": "MIT",
28
28
  "repository": {
29
29
  "type": "git",
30
- "url": "https://github.com/minia2a/minia2a-skill.git"
30
+ "url": "git+https://github.com/afu20260324/minia2a-skill.git"
31
+ },
32
+ "homepage": "https://github.com/afu20260324/minia2a-skill#readme",
33
+ "bugs": {
34
+ "url": "https://github.com/afu20260324/minia2a-skill/issues"
31
35
  },
32
36
  "publishConfig": {
33
37
  "access": "public",