Skip to content

Commit 3c129be

Browse files
Release packages (#435)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fbadaf0 commit 3c129be

File tree

45 files changed

+149
-50
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+149
-50
lines changed

typescript/.changeset/witty-beds-kiss.md

-5
This file was deleted.

typescript/examples/by-framework/eleven-labs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@goat-sdk/core": "0.4.9",
2020
"@goat-sdk/plugin-coingecko": "0.2.10",
2121
"@goat-sdk/wallet-evm": "0.2.11",
22-
"@goat-sdk/wallet-solana": "0.2.15",
22+
"@goat-sdk/wallet-solana": "0.2.16",
2323
"@goat-sdk/wallet-viem": "0.2.12",
2424
"@tanstack/react-query": "^5.62.2",
2525
"next": "15.1.2",

typescript/examples/by-framework/model-context-protocol/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"@goat-sdk/adapter-model-context-protocol": "0.2.11",
2020
"@goat-sdk/core": "0.4.9",
2121
"@goat-sdk/plugin-erc20": "0.2.14",
22-
"@goat-sdk/plugin-spl-token": "0.2.17",
22+
"@goat-sdk/plugin-spl-token": "0.2.18",
2323
"@goat-sdk/wallet-evm": "0.2.11",
24-
"@goat-sdk/wallet-solana": "0.2.15",
24+
"@goat-sdk/wallet-solana": "0.2.16",
2525
"@goat-sdk/wallet-viem": "0.2.12",
2626
"@modelcontextprotocol/sdk": "1.0.4",
2727
"@solana/web3.js": "1.98.0",

typescript/examples/by-use-case/evm-mint-nft/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@ai-sdk/openai": "~1.0.4",
1313
"@goat-sdk/adapter-vercel-ai": "0.2.10",
1414
"@goat-sdk/core": "0.4.9",
15-
"@goat-sdk/crossmint": "0.4.2",
15+
"@goat-sdk/crossmint": "0.4.3",
1616
"@goat-sdk/wallet-evm": "0.2.11",
1717
"@goat-sdk/wallet-viem": "0.2.12",
1818
"ai": "4.0.3",

typescript/examples/by-use-case/evm-purchase-on-amazon/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@ai-sdk/openai": "~1.0.4",
1313
"@goat-sdk/adapter-vercel-ai": "0.2.10",
1414
"@goat-sdk/core": "0.4.9",
15-
"@goat-sdk/plugin-crossmint-headless-checkout": "0.0.12",
15+
"@goat-sdk/plugin-crossmint-headless-checkout": "0.0.13",
1616
"@goat-sdk/plugin-erc20": "0.2.14",
1717
"@goat-sdk/wallet-evm": "0.2.11",
1818
"@goat-sdk/wallet-viem": "0.2.12",

typescript/examples/by-use-case/solana-defi-agent/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"@ai-sdk/openai": "~1.0.4",
1313
"@goat-sdk/adapter-vercel-ai": "0.2.10",
1414
"@goat-sdk/core": "0.4.9",
15-
"@goat-sdk/plugin-spl-token": "0.2.17",
16-
"@goat-sdk/plugin-jupiter": "0.2.15",
17-
"@goat-sdk/plugin-orca": "0.2.18",
18-
"@goat-sdk/wallet-solana": "0.2.15",
15+
"@goat-sdk/plugin-spl-token": "0.2.18",
16+
"@goat-sdk/plugin-jupiter": "0.2.16",
17+
"@goat-sdk/plugin-orca": "0.2.19",
18+
"@goat-sdk/wallet-solana": "0.2.16",
1919
"@solana/web3.js": "1.98.0",
2020
"ai": "4.0.3",
2121
"bip39": "^3.1.0",

typescript/examples/by-use-case/solana-launch-token/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"@ai-sdk/openai": "~1.0.4",
1313
"@goat-sdk/adapter-vercel-ai": "0.2.10",
1414
"@goat-sdk/core": "0.4.9",
15-
"@goat-sdk/plugin-spl-token": "0.2.17",
16-
"@goat-sdk/plugin-pumpfun": "0.1.8",
17-
"@goat-sdk/wallet-solana": "0.2.15",
15+
"@goat-sdk/plugin-spl-token": "0.2.18",
16+
"@goat-sdk/plugin-pumpfun": "0.1.9",
17+
"@goat-sdk/wallet-solana": "0.2.16",
1818
"@solana/web3.js": "1.98.0",
1919
"ai": "4.0.3",
2020
"bip39": "^3.1.0",

typescript/examples/by-use-case/solana-mint-nft/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"@ai-sdk/openai": "~1.0.4",
1313
"@goat-sdk/adapter-vercel-ai": "0.2.10",
1414
"@goat-sdk/core": "0.4.9",
15-
"@goat-sdk/crossmint": "0.4.2",
16-
"@goat-sdk/wallet-solana": "0.2.15",
15+
"@goat-sdk/crossmint": "0.4.3",
16+
"@goat-sdk/wallet-solana": "0.2.16",
1717
"@solana/web3.js": "1.98.0",
1818
"ai": "4.0.3",
1919
"dotenv": "^16.4.5",

typescript/examples/by-use-case/solana-purchase-on-amazon/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"dependencies": {
1818
"@goat-sdk/adapter-model-context-protocol": "0.2.11",
1919
"@goat-sdk/core": "0.4.9",
20-
"@goat-sdk/plugin-crossmint-headless-checkout": "0.0.12",
21-
"@goat-sdk/plugin-spl-token": "0.2.17",
22-
"@goat-sdk/wallet-solana": "0.2.15",
20+
"@goat-sdk/plugin-crossmint-headless-checkout": "0.0.13",
21+
"@goat-sdk/plugin-spl-token": "0.2.18",
22+
"@goat-sdk/wallet-solana": "0.2.16",
2323
"@modelcontextprotocol/sdk": "1.6.0",
2424
"@solana/web3.js": "1.98.0",
2525
"bip39": "^3.1.0",

typescript/examples/by-use-case/solana-send-and-receive-tokens/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"@ai-sdk/openai": "~1.0.4",
1313
"@goat-sdk/adapter-vercel-ai": "0.2.10",
1414
"@goat-sdk/core": "0.4.9",
15-
"@goat-sdk/plugin-spl-token": "0.2.17",
16-
"@goat-sdk/wallet-solana": "0.2.15",
15+
"@goat-sdk/plugin-spl-token": "0.2.18",
16+
"@goat-sdk/wallet-solana": "0.2.16",
1717
"@solana/web3.js": "1.98.0",
1818
"ai": "4.0.3",
1919
"bip39": "^3.1.0",

typescript/examples/by-use-case/solana-swap-tokens/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"@ai-sdk/openai": "~1.0.4",
1313
"@goat-sdk/adapter-vercel-ai": "0.2.10",
1414
"@goat-sdk/core": "0.4.9",
15-
"@goat-sdk/plugin-spl-token": "0.2.17",
16-
"@goat-sdk/plugin-jupiter": "0.2.15",
17-
"@goat-sdk/wallet-solana": "0.2.15",
15+
"@goat-sdk/plugin-spl-token": "0.2.18",
16+
"@goat-sdk/plugin-jupiter": "0.2.16",
17+
"@goat-sdk/wallet-solana": "0.2.16",
1818
"@solana/web3.js": "1.98.0",
1919
"ai": "4.0.3",
2020
"bip39": "^3.1.0",

typescript/examples/by-use-case/solana-usdc-yield-deposit/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"@ai-sdk/openai": "~1.0.4",
1313
"@goat-sdk/adapter-vercel-ai": "0.2.10",
1414
"@goat-sdk/core": "0.4.9",
15-
"@goat-sdk/plugin-spl-token": "0.2.17",
16-
"@goat-sdk/wallet-solana": "0.2.15",
17-
"@goat-sdk/plugin-lulo": "0.1.4",
15+
"@goat-sdk/plugin-spl-token": "0.2.18",
16+
"@goat-sdk/wallet-solana": "0.2.16",
17+
"@goat-sdk/plugin-lulo": "0.1.5",
1818
"@solana/web3.js": "1.98.0",
1919
"ai": "4.0.3",
2020
"bip39": "^3.1.0",

typescript/examples/by-wallet/crossmint-smart-wallets/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@goat-sdk/adapter-vercel-ai": "0.2.10",
1515
"@goat-sdk/core": "0.4.9",
1616
"@goat-sdk/plugin-erc20": "0.2.14",
17-
"@goat-sdk/crossmint": "0.4.2",
17+
"@goat-sdk/crossmint": "0.4.3",
1818
"@goat-sdk/wallet-evm": "0.2.11",
1919
"ai": "4.0.3",
2020
"dotenv": "^16.4.5",

typescript/examples/by-wallet/crossmint-solana-custodial-wallets/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"@ai-sdk/openai": "~1.0.4",
1515
"@goat-sdk/adapter-vercel-ai": "0.2.10",
1616
"@goat-sdk/core": "0.4.9",
17-
"@goat-sdk/crossmint": "0.4.2",
18-
"@goat-sdk/wallet-solana": "0.2.15",
17+
"@goat-sdk/crossmint": "0.4.3",
18+
"@goat-sdk/wallet-solana": "0.2.16",
1919
"@solana/web3.js": "1.98.0",
2020
"ai": "4.0.3",
2121
"dotenv": "^16.4.5",

typescript/examples/by-wallet/lit/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"@goat-sdk/adapter-langchain": "0.2.12",
1313
"@goat-sdk/core": "0.4.9",
1414
"@goat-sdk/plugin-erc20": "0.2.14",
15-
"@goat-sdk/wallet-lit": "0.2.18",
16-
"@goat-sdk/wallet-solana": "0.2.15",
15+
"@goat-sdk/wallet-lit": "0.2.19",
16+
"@goat-sdk/wallet-solana": "0.2.16",
1717
"@goat-sdk/wallet-evm": "0.2.11",
1818
"@langchain/core": "0.3.6",
1919
"@langchain/openai": "^0.3.5",

typescript/packages/plugins/crossmint-headless-checkout/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @goat-sdk/plugin-crossmint-headless-checkout
22

3+
## 0.0.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a374315]
8+
- @goat-sdk/wallet-solana@0.2.16
9+
310
## 0.0.12
411

512
### Patch Changes

typescript/packages/plugins/crossmint-headless-checkout/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@goat-sdk/plugin-crossmint-headless-checkout",
3-
"version": "0.0.12",
3+
"version": "0.0.13",
44
"files": ["dist/**/*", "README.md", "package.json"],
55
"scripts": {
66
"build": "tsup",

typescript/packages/plugins/jupiter/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @goat-sdk/plugin-jupiter
22

3+
## 0.2.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a374315]
8+
- @goat-sdk/wallet-solana@0.2.16
9+
310
## 0.2.15
411

512
### Patch Changes

typescript/packages/plugins/jupiter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@goat-sdk/plugin-jupiter",
3-
"version": "0.2.15",
3+
"version": "0.2.16",
44
"files": ["dist/**/*", "README.md", "package.json"],
55
"scripts": {
66
"build": "tsup",

typescript/packages/plugins/lulo/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @goat-sdk/plugin-lulo
22

3+
## 0.1.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a374315]
8+
- @goat-sdk/wallet-solana@0.2.16
9+
310
## 0.1.4
411

512
### Patch Changes

typescript/packages/plugins/lulo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@goat-sdk/plugin-lulo",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"files": ["dist/**/*", "README.md", "package.json"],
55
"scripts": {
66
"build": "tsup",

typescript/packages/plugins/mayan/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @goat-sdk/plugin-mayan
22

3+
## 0.1.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a374315]
8+
- @goat-sdk/wallet-solana@0.2.16
9+
310
## 0.1.6
411

512
### Patch Changes

typescript/packages/plugins/mayan/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@goat-sdk/plugin-mayan",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"files": ["dist/**/*", "README.md", "package.json"],
55
"scripts": {
66
"build": "tsup",

typescript/packages/plugins/meteora/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @goat-sdk/plugin-meteora
22

3+
## 0.2.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a374315]
8+
- @goat-sdk/wallet-solana@0.2.16
9+
310
## 0.2.15
411

512
### Patch Changes

typescript/packages/plugins/meteora/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@goat-sdk/plugin-meteora",
3-
"version": "0.2.15",
3+
"version": "0.2.16",
44
"files": ["dist/**/*", "README.md", "package.json"],
55
"scripts": {
66
"build": "tsup",

typescript/packages/plugins/orca/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @goat-sdk/plugin-orca
22

3+
## 0.2.19
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a374315]
8+
- @goat-sdk/wallet-solana@0.2.16
9+
310
## 0.2.18
411

512
### Patch Changes

typescript/packages/plugins/orca/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@goat-sdk/plugin-orca",
3-
"version": "0.2.18",
3+
"version": "0.2.19",
44
"files": ["dist/**/*", "README.md", "package.json"],
55
"scripts": {
66
"build": "tsup",

typescript/packages/plugins/pumpfun/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @goat-sdk/plugin-pumpfun
22

3+
## 0.1.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a374315]
8+
- @goat-sdk/wallet-solana@0.2.16
9+
310
## 0.1.8
411

512
### Patch Changes

typescript/packages/plugins/pumpfun/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@goat-sdk/plugin-pumpfun",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"files": ["dist/**/*", "README.md", "package.json"],
55
"scripts": {
66
"build": "tsup",

typescript/packages/plugins/sns/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @goat-sdk/plugin-sns
22

3+
## 0.1.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a374315]
8+
- @goat-sdk/wallet-solana@0.2.16
9+
310
## 0.1.7
411

512
### Patch Changes

typescript/packages/plugins/sns/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@goat-sdk/plugin-sns",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"files": ["dist/**/*", "README.md", "package.json"],
55
"scripts": {
66
"build": "tsup",

typescript/packages/plugins/solana-magiceden/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @goat-sdk/plugin-solana-magiceden
22

3+
## 0.2.17
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a374315]
8+
- @goat-sdk/wallet-solana@0.2.16
9+
310
## 0.2.16
411

512
### Patch Changes

typescript/packages/plugins/solana-magiceden/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@goat-sdk/plugin-solana-magiceden",
3-
"version": "0.2.16",
3+
"version": "0.2.17",
44
"files": ["dist/**/*", "README.md", "package.json"],
55
"scripts": {
66
"build": "tsup",

typescript/packages/plugins/solana-nfts/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @goat-sdk/plugin-solana-nfts
22

3+
## 0.2.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a374315]
8+
- @goat-sdk/wallet-solana@0.2.16
9+
310
## 0.2.15
411

512
### Patch Changes

typescript/packages/plugins/solana-nfts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@goat-sdk/plugin-solana-nfts",
3-
"version": "0.2.15",
3+
"version": "0.2.16",
44
"files": ["dist/**/*", "README.md", "package.json"],
55
"scripts": {
66
"build": "tsup",

typescript/packages/plugins/spl-token/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @goat-sdk/plugin-spl-token
22

3+
## 0.2.18
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a374315]
8+
- @goat-sdk/wallet-solana@0.2.16
9+
310
## 0.2.17
411

512
### Patch Changes

typescript/packages/plugins/spl-token/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@goat-sdk/plugin-spl-token",
3-
"version": "0.2.17",
3+
"version": "0.2.18",
44
"files": ["dist/**/*", "README.md", "package.json"],
55
"scripts": {
66
"build": "tsup",

0 commit comments

Comments
 (0)