Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d7bdcdc

Browse files
committedDec 6, 2024·
more stuff
1 parent 6830646 commit d7bdcdc

File tree

12 files changed

+114
-281
lines changed

12 files changed

+114
-281
lines changed
 

‎typescript/.npmrc

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
engine-strict=true
2+
save-exact=true

‎typescript/examples/eleven-labs/conversational-agent/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
},
1111
"dependencies": {
1212
"@11labs/react": "^0.0.4",
13-
"@goat-sdk/adapter-eleven-labs": "0.1.2",
14-
"@goat-sdk/core": "0.3.10",
15-
"@goat-sdk/wallet-viem": "0.1.3",
13+
"@goat-sdk/adapter-eleven-labs": "workspace:*",
14+
"@goat-sdk/core": "workspace:*",
15+
"@goat-sdk/wallet-viem": "workspace:*",
1616
"@tanstack/react-query": "^5.62.2",
1717
"connectkit": "^1.8.2",
1818
"next": "15.0.3",

‎typescript/examples/langchain/viem/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"author": "",
1010
"license": "MIT",
1111
"dependencies": {
12-
"@goat-sdk/adapter-langchain": "0.1.4",
13-
"@goat-sdk/core": "0.3.8",
14-
"@goat-sdk/plugin-erc20": "0.1.4",
15-
"@goat-sdk/wallet-viem": "0.1.3",
12+
"@goat-sdk/adapter-langchain": "workspace:*",
13+
"@goat-sdk/core": "workspace:*",
14+
"@goat-sdk/plugin-erc20": "workspace:*",
15+
"@goat-sdk/wallet-viem": "workspace:*",
1616
"@langchain/core": "^0.3.6",
1717
"@langchain/openai": "^0.3.5",
1818
"dotenv": "^16.4.5",

‎typescript/examples/vercel-ai/crossmint-smart-wallets/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"license": "MIT",
1212
"dependencies": {
1313
"@ai-sdk/openai": "^1.0.4",
14-
"@goat-sdk/adapter-vercel-ai": "0.1.4",
15-
"@goat-sdk/core": "0.3.5",
16-
"@goat-sdk/plugin-erc20": "0.1.4",
17-
"@goat-sdk/crossmint": "0.1.4",
14+
"@goat-sdk/adapter-vercel-ai": "workspace:*",
15+
"@goat-sdk/core": "workspace:*",
16+
"@goat-sdk/plugin-erc20": "workspace:*",
17+
"@goat-sdk/crossmint": "workspace:*",
1818
"ai": "^4.0.3",
1919
"dotenv": "^16.4.5",
2020
"viem": "2.21.49"

‎typescript/examples/vercel-ai/crossmint-solana-custodial-wallets/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"license": "MIT",
1212
"dependencies": {
1313
"@ai-sdk/openai": "^1.0.4",
14-
"@goat-sdk/adapter-vercel-ai": "0.1.4",
15-
"@goat-sdk/core": "0.3.8",
16-
"@goat-sdk/plugin-erc20": "0.1.4",
17-
"@goat-sdk/crossmint": "0.1.4",
14+
"@goat-sdk/adapter-vercel-ai": "workspace:*",
15+
"@goat-sdk/core": "workspace:*",
16+
"@goat-sdk/plugin-erc20": "workspace:*",
17+
"@goat-sdk/crossmint": "workspace:*",
1818
"@solana/web3.js": "1.95.8",
1919
"ai": "^4.0.3",
2020
"dotenv": "^16.4.5",

‎typescript/examples/vercel-ai/polymarket/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"license": "MIT",
1414
"dependencies": {
1515
"@ai-sdk/openai": "^1.0.4",
16-
"@goat-sdk/adapter-vercel-ai": "0.1.4",
17-
"@goat-sdk/core": "0.3.8",
16+
"@goat-sdk/adapter-vercel-ai": "workspace:*",
17+
"@goat-sdk/core": "workspace:*",
1818
"@goat-sdk/plugin-polymarket": "workspace:*",
19-
"@goat-sdk/wallet-viem": "0.1.3",
19+
"@goat-sdk/wallet-viem": "workspace:*",
2020
"ai": "^4.0.3",
2121
"dotenv": "^16.4.5",
2222
"viem": "2.21.49"

‎typescript/examples/vercel-ai/solana/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"license": "MIT",
1111
"dependencies": {
1212
"@ai-sdk/openai": "^1.0.4",
13-
"@goat-sdk/adapter-vercel-ai": "0.1.4",
14-
"@goat-sdk/core": "0.3.8",
15-
"@goat-sdk/plugin-erc20": "0.1.4",
16-
"@goat-sdk/wallet-solana": "0.1.3",
13+
"@goat-sdk/adapter-vercel-ai": "workspace:*",
14+
"@goat-sdk/core": "workspace:*",
15+
"@goat-sdk/plugin-erc20": "workspace:*",
16+
"@goat-sdk/wallet-solana": "workspace:*",
1717
"@solana/web3.js": "1.95.8",
1818
"ai": "^4.0.3",
1919
"bip39": "^3.1.0",

‎typescript/examples/vercel-ai/viem/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"license": "MIT",
1111
"dependencies": {
1212
"@ai-sdk/openai": "^1.0.4",
13-
"@goat-sdk/adapter-vercel-ai": "0.1.4",
14-
"@goat-sdk/core": "0.3.8",
15-
"@goat-sdk/plugin-erc20": "0.1.4",
16-
"@goat-sdk/wallet-viem": "0.1.3",
13+
"@goat-sdk/adapter-vercel-ai": "workspace:*",
14+
"@goat-sdk/core": "workspace:*",
15+
"@goat-sdk/plugin-erc20": "workspace:*",
16+
"@goat-sdk/wallet-viem": "workspace:*",
1717
"ai": "^4.0.3",
1818
"dotenv": "^16.4.5",
1919
"viem": "2.21.49"

‎typescript/package.json

+12-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"version": "0.1.1",
55
"scripts": {
66
"build": "pnpm turbo build",
7+
"build:libs": "pnpm turbo --filter \"./packages/**\" build",
8+
"build:libs:prod": "cross-env NODE_ENV=production pnpm build:libs",
79
"clean": "pnpm turbo clean",
810
"change:add": "pnpm changeset add",
911
"change:publish": "pnpm build && pnpm changeset publish --no-git-tag",
@@ -16,6 +18,7 @@
1618
"@biomejs/biome": "1.9.4",
1719
"@changesets/cli": "2.27.10",
1820
"@types/node": "22.7.4",
21+
"cross-env": "7.0.3",
1922
"globals": "15.12.0",
2023
"ts-node": "10.9.2",
2124
"tsup": "8.3.5",
@@ -38,7 +41,14 @@
3841
"bugs": {
3942
"url": "https://github.com/crossmint/goat/issues"
4043
},
41-
"keywords": ["ai", "agents", "web3"],
44+
"keywords": [
45+
"ai",
46+
"agents",
47+
"web3"
48+
],
4249
"packageManager": "pnpm@9.14.2",
43-
"workspaces": ["packages/*", "examples/*"]
50+
"workspaces": [
51+
"packages/*",
52+
"examples/*"
53+
]
4454
}

0 commit comments

Comments
 (0)
Please sign in to comment.