@vouch-protocol/sdk 0.1.0 → 0.1.3

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 +3 -3
  2. package/package.json +1 -5
package/README.md CHANGED
@@ -1,17 +1,17 @@
1
- # @vouch/sdk
1
+ # @vouch-protocol/sdk
2
2
 
3
3
  TypeScript SDK for the **Vouch** on-chain identity and trust protocol on Solana.
4
4
 
5
5
  ## Install
6
6
 
7
7
  ```bash
8
- npm install @vouch/sdk
8
+ npm install @vouch-protocol/sdk
9
9
  ```
10
10
 
11
11
  ## Quick Start
12
12
 
13
13
  ```typescript
14
- import { RegistryClient, VaultClient, VOUCH_PROGRAM_ID } from "@vouch/sdk";
14
+ import { RegistryClient, VaultClient, VOUCH_PROGRAM_ID } from "@vouch-protocol/sdk";
15
15
  import { AnchorProvider, Program } from "@coral-xyz/anchor";
16
16
 
17
17
  // Initialize clients
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vouch-protocol/sdk",
3
- "version": "0.1.0",
3
+ "version": "0.1.3",
4
4
  "description": "TypeScript SDK for the KYA on-chain identity and trust protocol on Solana",
5
5
  "main": "dist/sdk/src/index.js",
6
6
  "types": "dist/sdk/src/index.d.ts",
@@ -26,10 +26,6 @@
26
26
  "!dist/sdk/src/admin"
27
27
  ],
28
28
  "license": "MIT",
29
- "repository": {
30
- "type": "git",
31
- "url": "git+https://github.com/kya-protocol/kya.git"
32
- },
33
29
  "keywords": [
34
30
  "solana",
35
31
  "ai-agents",