Skip to content

Commit 7043b56

Browse files
committed
types bun
1 parent a5d0028 commit 7043b56

File tree

8 files changed

+17
-11
lines changed

8 files changed

+17
-11
lines changed

bun.lock

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@
168168
"devDependencies": {
169169
"@macalinao/eslint-config": "catalog:",
170170
"@macalinao/tsconfig": "catalog:",
171+
"@types/bun": "catalog:",
171172
"eslint": "catalog:",
172173
"typescript": "catalog:",
173174
},
@@ -197,7 +198,7 @@
197198
"devDependencies": {
198199
"@macalinao/eslint-config": "catalog:",
199200
"@macalinao/tsconfig": "catalog:",
200-
"@types/bun": "latest",
201+
"@types/bun": "catalog:",
201202
"eslint": "catalog:",
202203
"typescript": "catalog:",
203204
},
@@ -211,6 +212,7 @@
211212
"devDependencies": {
212213
"@macalinao/eslint-config": "catalog:",
213214
"@macalinao/tsconfig": "catalog:",
215+
"@types/bun": "catalog:",
214216
"eslint": "catalog:",
215217
"typescript": "catalog:",
216218
},
@@ -226,6 +228,7 @@
226228
"devDependencies": {
227229
"@macalinao/eslint-config": "catalog:",
228230
"@macalinao/tsconfig": "catalog:",
231+
"@types/bun": "catalog:",
229232
"eslint": "catalog:",
230233
"typescript": "catalog:",
231234
},

clients/voter-stake-registry/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ The `coda.config.mjs` file defines custom PDAs for the Voter Stake Registry prog
3333
## Usage
3434

3535
```typescript
36-
import {
37-
findRegistrarPda,
38-
findVoterPda,
39-
findVoterWeightRecordPda
36+
import {
37+
findRegistrarPda,
38+
findVoterPda,
39+
findVoterWeightRecordPda,
4040
} from "@macalinao/clients-voter-stake-registry";
4141

4242
// Get the registrar PDA
43-
const registrarPda = await findRegistrarPda({
43+
const registrarPda = await findRegistrarPda({
4444
realm: realmPublicKey,
4545
realmGoverningTokenMint: mintPublicKey,
4646
});
@@ -62,4 +62,4 @@ const voterWeightRecordPda = await findVoterWeightRecordPda({
6262

6363
Copyright © 2025 Ian Macalinao
6464

65-
Licensed under the Apache License, Version 2.0
65+
Licensed under the Apache License, Version 2.0

packages/coda-visitors/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"@macalinao/eslint-config": "catalog:",
5656
"@macalinao/tsconfig": "catalog:",
5757
"eslint": "catalog:",
58+
"@types/bun": "catalog:",
5859
"typescript": "catalog:"
5960
}
6061
}

packages/codama-nodes-from-anchor-x/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"devDependencies": {
4747
"@macalinao/eslint-config": "catalog:",
4848
"@macalinao/tsconfig": "catalog:",
49-
"@types/bun": "latest",
49+
"@types/bun": "catalog:",
5050
"eslint": "catalog:",
5151
"typescript": "catalog:"
5252
}

packages/codama-rename-visitor/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"codama": "catalog:"
4949
},
5050
"devDependencies": {
51+
"@types/bun": "catalog:",
5152
"@macalinao/eslint-config": "catalog:",
5253
"@macalinao/tsconfig": "catalog:",
5354
"eslint": "catalog:",

packages/codama-renderers-js-esm/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"@macalinao/eslint-config": "catalog:",
5151
"@macalinao/tsconfig": "catalog:",
5252
"eslint": "catalog:",
53-
"typescript": "catalog:"
53+
"typescript": "catalog:",
54+
"@types/bun": "catalog:"
5455
}
5556
}

packages/codama-renderers-markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"url": "https://github.com/macalinao/coda.git"
5252
},
5353
"author": "Ian Macalinao <[email protected]>",
54-
"license": "MIT",
54+
"license": "Apache-2.0",
5555
"publishConfig": {
5656
"access": "public"
5757
}

packages/create-coda/template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@macalinao/eslint-config": "^6.0.2",
3838
"@macalinao/tsconfig": "^3.2.3",
3939
"@solana/kit": "*",
40-
"@types/bun": "latest",
40+
"@types/bun": "catalog:",
4141
"eslint": "^9.37.0",
4242
"typescript": "^5.9.3"
4343
}

0 commit comments

Comments
 (0)