File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @algorandfoundation/xgov" ,
3- "version" : " 0 .0.0" ,
3+ "version" : " 3 .0.0" ,
44 "type" : " module" ,
55 "description" : " xGov Beta Smart Contract Clients" ,
6+ "files" : [
7+ " dist"
8+ ],
69 "exports" : {
7- "." : {
8- "types" : " ./lib/ProposalClient.d.ts" ,
9- "default" : " ./lib/ProposalClient.js"
10- },
1110 "./proposal" : {
12- "types" : " ./lib /ProposalClient.d.ts" ,
13- "default" : " ./lib /ProposalClient.js"
11+ "types" : " ./dist /ProposalClient.d.ts" ,
12+ "default" : " ./dist /ProposalClient.js"
1413 },
1514 "./registry" : {
16- "types" : " ./lib /XGovRegistryClient.d.ts" ,
17- "default" : " ./lib /XGovRegistryClient.js"
15+ "types" : " ./dist /XGovRegistryClient.d.ts" ,
16+ "default" : " ./dist /XGovRegistryClient.js"
1817 }
1918 },
2019 "scripts" : {
Original file line number Diff line number Diff line change 11{
22 "compilerOptions" : {
3- "outDir" : " lib " ,
3+ "outDir" : " dist " ,
44 "declaration" : true ,
55 "target" : " ES2022" ,
66 "moduleResolution" : " node" ,
You can’t perform that action at this time.
0 commit comments