@shipooor/walletauth 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +6 -3
package/README.md CHANGED
@@ -298,3 +298,11 @@ Common issues when auth fails:
298
298
  - [SIWE (EIP-4361)](https://docs.siwe.xyz/) — session-based, human-facing login
299
299
  - [ERC-8128](https://eips.ethereum.org/EIPS/eip-8128) — per-request HTTP signing (draft)
300
300
  - [x402](https://www.x402.org/) — payment auth protocol (complementary)
301
+
302
+ ## Author
303
+
304
+ **shipped by [shipooor](https://shipooor.xyz)** — [X/Twitter](https://x.com/shipooor) · [GitHub](https://github.com/shipooor)
305
+
306
+ ## License
307
+
308
+ MIT — see [LICENSE](./LICENSE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shipooor/walletauth",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Your wallet is your API key. Agent-native auth for APIs.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -37,7 +37,10 @@
37
37
  "ed25519",
38
38
  "secp256k1"
39
39
  ],
40
- "author": "walletauth",
40
+ "author": {
41
+ "name": "shipooor",
42
+ "url": "https://shipooor.xyz"
43
+ },
41
44
  "license": "MIT",
42
45
  "repository": {
43
46
  "type": "git",
@@ -51,7 +54,7 @@
51
54
  "access": "public"
52
55
  },
53
56
  "engines": {
54
- "node": ">=18"
57
+ "node": ">=20"
55
58
  },
56
59
  "dependencies": {
57
60
  "@noble/curves": "^1.8.0",