@ch4r10teer41/clawpass 1.0.1 → 1.0.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/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Clawpass
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/@ch4r10teer41/clawpass.svg)](https://www.npmjs.com/package/@ch4r10teer41/clawpass)
4
+
3
5
  **ERC-8004 Interface Module for AI Agents on Blockchain**
4
6
 
5
7
  Clawpass is a modular TypeScript/JavaScript library that provides a complete interface to the ERC-8004 Trustless Agents protocol. It enables AI agents to establish decentralized identity, accumulate verifiable reputation, and validate their work through blockchain-based registries.
@@ -18,6 +20,8 @@ Clawpass is a modular TypeScript/JavaScript library that provides a complete int
18
20
 
19
21
  ## Installation
20
22
 
23
+ Install from the public npm registry:
24
+
21
25
  ```bash
22
26
  npm install @ch4r10teer41/clawpass ethers
23
27
  ```
@@ -465,6 +469,7 @@ Apache License 2.0 - see [LICENSE](LICENSE) file for details
465
469
 
466
470
  **External**
467
471
 
472
+ - [npm package](https://www.npmjs.com/package/@ch4r10teer41/clawpass) — `@ch4r10teer41/clawpass`
468
473
  - [ERC-8004 Specification](https://eips.ethereum.org/EIPS/eip-8004)
469
474
  - [GitHub Repository](https://github.com/ch4r10t33r/clawpass)
470
475
  - [Documentation](https://clawpass.dev)
@@ -2,7 +2,7 @@
2
2
  "id": "clawpass",
3
3
  "name": "Clawpass",
4
4
  "description": "ERC-8004 interface: agent identity, reputation, and validation on blockchain. Register agents, give/query feedback, request validation.",
5
- "version": "1.0.0",
5
+ "version": "1.0.2",
6
6
  "kind": "tools",
7
7
  "configSchema": {
8
8
  "type": "object",
@@ -32,8 +32,7 @@
32
32
  "type": "number",
33
33
  "description": "Chain ID (e.g. 1 for mainnet)"
34
34
  }
35
- },
36
- "required": ["rpcUrl", "identityRegistryAddress", "reputationRegistryAddress", "validationRegistryAddress"]
35
+ }
37
36
  },
38
37
  "uiHints": {
39
38
  "rpcUrl": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ch4r10teer41/clawpass",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/ch4r10t33r/clawpass.git"