Skip to content

Commit e6172ab

Browse files
committed
chore: version bump, dist outdir
1 parent 9c8ae09 commit e6172ab

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

package.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
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": {

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"outDir": "lib",
3+
"outDir": "dist",
44
"declaration": true,
55
"target": "ES2022",
66
"moduleResolution": "node",

0 commit comments

Comments
 (0)