|
20 | 20 | }, |
21 | 21 | "homepage": "https://github.com/FilOzone/synapse-sdk/tree/main/packages/synapse-sdk", |
22 | 22 | "type": "module", |
23 | | - "main": "dist/index.js", |
24 | | - "types": "dist/index.d.ts", |
| 23 | + "main": "dist/src/index.js", |
| 24 | + "types": "dist/src/index.d.ts", |
25 | 25 | "exports": { |
26 | 26 | ".": { |
27 | | - "import": "./dist/index.js", |
28 | | - "types": "./dist/index.d.ts" |
| 27 | + "import": "./dist/src/index.js", |
| 28 | + "types": "./dist/src/index.d.ts" |
29 | 29 | }, |
30 | 30 | "./piece": { |
31 | | - "import": "./dist/piece/index.js", |
32 | | - "types": "./dist/piece/index.d.ts" |
| 31 | + "import": "./dist/src/piece/index.js", |
| 32 | + "types": "./dist/src/piece/index.d.ts" |
33 | 33 | }, |
34 | 34 | "./pdp": { |
35 | | - "import": "./dist/pdp/index.js", |
36 | | - "types": "./dist/pdp/index.d.ts" |
| 35 | + "import": "./dist/src/pdp/index.js", |
| 36 | + "types": "./dist/src/pdp/index.d.ts" |
37 | 37 | }, |
38 | 38 | "./payments": { |
39 | | - "import": "./dist/payments/index.js", |
40 | | - "types": "./dist/payments/index.d.ts" |
| 39 | + "import": "./dist/src/payments/index.js", |
| 40 | + "types": "./dist/src/payments/index.d.ts" |
41 | 41 | }, |
42 | 42 | "./warm-storage": { |
43 | | - "import": "./dist/warm-storage/index.js", |
44 | | - "types": "./dist/warm-storage/index.d.ts" |
| 43 | + "import": "./dist/src/warm-storage/index.js", |
| 44 | + "types": "./dist/src/warm-storage/index.d.ts" |
45 | 45 | }, |
46 | 46 | "./subgraph": { |
47 | | - "import": "./dist/subgraph/index.js", |
48 | | - "types": "./dist/subgraph/index.d.ts" |
| 47 | + "import": "./dist/src/subgraph/index.js", |
| 48 | + "types": "./dist/src/subgraph/index.d.ts" |
49 | 49 | }, |
50 | 50 | "./sp-registry": { |
51 | | - "import": "./dist/sp-registry/index.js", |
52 | | - "types": "./dist/sp-registry/index.d.ts" |
| 51 | + "import": "./dist/src/sp-registry/index.js", |
| 52 | + "types": "./dist/src/sp-registry/index.d.ts" |
53 | 53 | } |
54 | 54 | }, |
55 | 55 | "scripts": { |
|
0 commit comments