Skip to content

Commit

Permalink
update deps, fix actions script name
Browse files Browse the repository at this point in the history
  • Loading branch information
ngundotra committed Feb 1, 2025
1 parent 1d6e4a4 commit dc8512d
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"docs": "typedoc src --out docs",
"test": "tsx test/index.ts",
"test:vercel-ai": "tsx test/agent_sdks/vercel_ai.ts",
"test:all": "vitest --run",
"test:actions": "vitest --run",
"generate": "tsx src/utils/keypair.ts",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
Expand All @@ -35,7 +35,7 @@
"@ai-sdk/openai": "^1.0.11",
"@alloralabs/allora-sdk": "^0.1.0",
"@bonfida/spl-name-service": "^3.0.7",
"@cks-systems/manifest-sdk": "0.1.78",
"@cks-systems/manifest-sdk": "0.1.59",
"@coral-xyz/anchor": "0.29",
"@drift-labs/sdk": "2.108.0-beta.4",
"@drift-labs/vaults-sdk": "^0.3.2",
Expand Down
99 changes: 94 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dc8512d

Please sign in to comment.