Skip to content

Commit 4acb790

Browse files
committed
chore(ts-sdk): bump version to 0.3.0-beta.0
1 parent dfa197a commit 4acb790

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

sdks/ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solana/kora",
3-
"version": "0.2.0-beta.6",
3+
"version": "0.3.0-beta.0",
44
"description": "TypeScript SDK for Kora RPC",
55
"main": "dist/src/index.js",
66
"type": "module",

sdks/ts/test/unit.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { getTransferInstruction, TOKEN_PROGRAM_ADDRESS } from '@solana-program/t
22
import {
33
appendTransactionMessageInstructions,
44
Blockhash,
5-
createKeyPairSignerFromBytes,
65
createNoopSigner,
76
createTransactionMessage,
87
generateKeyPairSigner,

0 commit comments

Comments
 (0)