Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
v9n committed Jan 7, 2025
1 parent b7259c5 commit b98a5dd
Show file tree
Hide file tree
Showing 4 changed files with 227 additions and 189 deletions.
2 changes: 1 addition & 1 deletion packages/sdk-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@avaprotocol/types": "0.9.2-dev.4",
"@avaprotocol/types": "workspace:0.9.2-dev.5",
"@grpc/grpc-js": "^1.11.3",
"@grpc/proto-loader": "^0.7.13",
"dotenv": "^16.4.5",
Expand Down
5 changes: 4 additions & 1 deletion packages/sdk-js/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
"outDir": "./dist",
"rootDir": "./src"
},
"include": ["src/**/*"]
"include": ["src/**/*"],
"references": [
{"path": "../types"}
]
}
5 changes: 4 additions & 1 deletion packages/types/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
"outDir": "./dist",
"rootDir": "./src"
},
"include": ["src/**/*"]
"include": ["src/**/*"],
"paths": {
"@avaprotocol/*": ["./packages/*"]
}
}
Loading

0 comments on commit b98a5dd

Please sign in to comment.