Skip to content

Commit 52365bf

Browse files
authored
Merge pull request #69 from macalinao/igm/re-exports
Add re-exports from Gill
2 parents c90d3fc + ada2928 commit 52365bf

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.changeset/bumpy-sides-knock.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@macalinao/gill-extra": patch
3+
"@macalinao/grill": patch
4+
---
5+
6+
Add re-exports from Gill

bun.lock

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

packages/gill-extra/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
export type { SolanaClient } from "gill";
22
export * from "@macalinao/token-utils";
33
export * from "@macalinao/zod-solana";
4+
export { createSolanaClient, getExplorerLink } from "gill";
45
// Export gill-extra specific utilities
56
export * from "./build-get-explorer-link-function.js";
67
export * from "./constants.js";

packages/grill/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
export { SolanaProvider, useSolanaClient } from "@gillsdk/react";
12
export * from "@macalinao/gill-extra";
23
export * from "./contexts/index.js";
34
export * from "./hooks/index.js";

0 commit comments

Comments
 (0)