|
1 | 1 | { |
2 | 2 | "name": "helius-sdk", |
3 | | - "version": "2.0.1", |
| 3 | + "version": "2.0.2", |
4 | 4 | "description": "A Helius Node.js SDK for building the future of Solana", |
5 | 5 | "type": "module", |
6 | 6 | "exports": { |
7 | 7 | ".": { |
8 | | - "types": "./dist/src/rpc/index.d.ts", |
9 | | - "import": "./dist/src/rpc/index.js" |
| 8 | + "types": "./dist/rpc/index.d.ts", |
| 9 | + "import": "./dist/rpc/index.js" |
10 | 10 | }, |
11 | 11 | "./rpc": { |
12 | | - "types": "./dist/src/rpc/index.d.ts", |
13 | | - "import": "./dist/src/rpc/index.js" |
| 12 | + "types": "./dist/rpc/index.d.ts", |
| 13 | + "import": "./dist/rpc/index.js" |
14 | 14 | }, |
15 | 15 | "./rpc/eager": { |
16 | | - "types": "./dist/src/rpc/createHelius.eager.d.ts", |
17 | | - "import": "./dist/src/rpc/createHelius.eager.js" |
| 16 | + "types": "./dist/rpc/createHelius.eager.d.ts", |
| 17 | + "import": "./dist/rpc/createHelius.eager.js" |
18 | 18 | }, |
19 | 19 | "./rpc/methods/*": { |
20 | | - "types": "./dist/src/rpc/methods/*.d.ts", |
21 | | - "import": "./dist/src/rpc/methods/*.js" |
| 20 | + "types": "./dist/rpc/methods/*.d.ts", |
| 21 | + "import": "./dist/rpc/methods/*.js" |
22 | 22 | }, |
23 | 23 | "./transactions/*": { |
24 | | - "types": "./dist/src/transactions/*.d.ts", |
25 | | - "import": "./dist/src/transactions/*.js" |
| 24 | + "types": "./dist/transactions/*.d.ts", |
| 25 | + "import": "./dist/transactions/*.js" |
26 | 26 | }, |
27 | 27 | "./rpc/wrapAutoSend": { |
28 | | - "types": "./dist/src/rpc/wrapAutoSend.d.ts", |
29 | | - "import": "./dist/src/rpc/wrapAutoSend.js" |
| 28 | + "types": "./dist/rpc/wrapAutoSend.d.ts", |
| 29 | + "import": "./dist/rpc/wrapAutoSend.js" |
30 | 30 | }, |
31 | 31 | "./webhooks/*": { |
32 | | - "types": "./dist/src/webhooks/*.d.ts", |
33 | | - "import": "./dist/src/webhooks/*.js" |
| 32 | + "types": "./dist/webhooks/*.d.ts", |
| 33 | + "import": "./dist/webhooks/*.js" |
34 | 34 | }, |
35 | 35 | "./enhanced/*": { |
36 | | - "types": "./dist/src/enhanced/*.d.ts", |
37 | | - "import": "./dist/src/enhanced/*.js" |
| 36 | + "types": "./dist/enhanced/*.d.ts", |
| 37 | + "import": "./dist/enhanced/*.js" |
38 | 38 | }, |
39 | 39 | "./staking/*": { |
40 | | - "types": "./dist/src/staking/*.d.ts", |
41 | | - "import": "./dist/src/staking/*.js" |
| 40 | + "types": "./dist/staking/*.d.ts", |
| 41 | + "import": "./dist/staking/*.js" |
42 | 42 | }, |
43 | 43 | "./websockets/*": { |
44 | | - "types": "./dist/src/websockets/*.d.ts", |
45 | | - "import": "./dist/src/websockets/*.js" |
| 44 | + "types": "./dist/websockets/*.d.ts", |
| 45 | + "import": "./dist/websockets/*.js" |
46 | 46 | }, |
47 | 47 | "./zk/*": { |
48 | | - "types": "./dist/src/zk/*.d.ts", |
49 | | - "import": "./dist/src/zk/*.js" |
| 48 | + "types": "./dist/zk/*.d.ts", |
| 49 | + "import": "./dist/zk/*.js" |
50 | 50 | }, |
51 | 51 | "./types/*": { |
52 | | - "types": "./dist/src/types/*.d.ts", |
53 | | - "import": "./dist/src/types/*.js" |
| 52 | + "types": "./dist/types/*.d.ts", |
| 53 | + "import": "./dist/types/*.js" |
54 | 54 | }, |
55 | 55 | "./package.json": "./package.json" |
56 | 56 | }, |
|
0 commit comments