File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @macalinao/gill-extra " : patch
3+ " @macalinao/grill " : patch
4+ ---
5+
6+ Add re-exports from Gill
Original file line number Diff line number Diff line change 77 "dnum": "^2.15.0",
88 },
99 "devDependencies": {
10- "@biomejs/biome": "^2.2.3 ",
11- "@changesets/cli": "^2.29.6 ",
12- "eslint": "^9.35 .0",
10+ "@biomejs/biome": "^2.2.4 ",
11+ "@changesets/cli": "^2.29.7 ",
12+ "eslint": "^9.36 .0",
1313 "husky": "^9.1.7",
1414 "lint-staged": "^16.1.6",
1515 "prettier": "^3.6.2",
Original file line number Diff line number Diff line change 11export type { SolanaClient } from "gill" ;
22export * from "@macalinao/token-utils" ;
33export * from "@macalinao/zod-solana" ;
4+ export { createSolanaClient , getExplorerLink } from "gill" ;
45// Export gill-extra specific utilities
56export * from "./build-get-explorer-link-function.js" ;
67export * from "./constants.js" ;
Original file line number Diff line number Diff line change 1+ export { SolanaProvider , useSolanaClient } from "@gillsdk/react" ;
12export * from "@macalinao/gill-extra" ;
23export * from "./contexts/index.js" ;
34export * from "./hooks/index.js" ;
You can’t perform that action at this time.
0 commit comments