@langchain/anthropic
Advanced tools
Comparing version 0.1.16 to 0.1.17-rc.0
{ | ||
"name": "@langchain/anthropic", | ||
"version": "0.1.16", | ||
"version": "0.1.17-rc.0", | ||
"description": "Anthropic integrations for LangChain.js", | ||
@@ -27,3 +27,3 @@ "type": "module", | ||
"lint:fix": "yarn lint:eslint --fix && yarn lint:dpdm", | ||
"clean": "rimraf .turbo/ dist/ && NODE_OPTIONS=--max-old-space-size=4096 yarn lc-build --config ./langchain.config.js --create-entrypoints --pre", | ||
"clean": "rimraf .turbo/ dist/ && NODE_OPTIONS=--max-old-space-size=4096 yarn lc-build --config ./langchain.config.js --create-entrypoints --pre --gen-maps", | ||
"prepack": "yarn build", | ||
@@ -51,3 +51,3 @@ "test": "yarn run build:deps && NODE_OPTIONS=--experimental-vm-modules jest --testPathIgnorePatterns=\\.int\\.test.ts --testTimeout 30000 --maxWorkers=50%", | ||
"@jest/globals": "^29.5.0", | ||
"@langchain/community": "workspace:^", | ||
"@langchain/community": "workspace:*", | ||
"@langchain/scripts": "~0.0", | ||
@@ -54,0 +54,0 @@ "@swc/core": "^1.3.90", |
169399
63
3926