@langchain/exa
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "@langchain/exa", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Exa integration for LangChain.js", | ||
@@ -17,3 +17,3 @@ "type": "module", | ||
"scripts": { | ||
"build": "yarn clean && yarn build:deps && yarn build:esm && yarn build:cjs && yarn build:scripts", | ||
"build": "yarn build:deps && yarn clean && yarn build:esm && yarn build:cjs && yarn build:scripts", | ||
"build:deps": "yarn run turbo:command build --filter=@langchain/core", | ||
@@ -28,3 +28,3 @@ "build:esm": "NODE_OPTIONS=--max-old-space-size=4096 tsc --outDir dist/ && rm -rf dist/tests dist/**/tests", | ||
"lint:fix": "yarn lint:eslint --fix && yarn lint:dpdm", | ||
"clean": "rm -rf dist/ && NODE_OPTIONS=--max-old-space-size=4096 yarn create-entrypoints -- --pre", | ||
"clean": "rm -rf dist/ && NODE_OPTIONS=--max-old-space-size=4096 yarn lc-build --config ./langchain.config.js --create-entrypoints --pre", | ||
"prepack": "yarn build", | ||
@@ -44,3 +44,3 @@ "test": "NODE_OPTIONS=--experimental-vm-modules jest --testPathIgnorePatterns=\\.int\\.test.ts --testTimeout 30000 --maxWorkers=50%", | ||
"dependencies": { | ||
"@langchain/core": "~0.1", | ||
"@langchain/core": "<0.3.0 || >0.1.0", | ||
"exa-js": "^1.0.12" | ||
@@ -47,0 +47,0 @@ }, |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
19127
0
+ Added@cfworker/json-schema@4.1.0(transitive)
+ Added@langchain/core@0.3.37(transitive)
+ Addedansi-styles@4.3.0(transitive)
+ Addedchalk@4.1.2(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addedconsole-table-printer@2.12.1(transitive)
+ Addedhas-flag@4.0.0(transitive)
+ Addedlangsmith@0.3.3(transitive)
+ Addedsimple-wcswidth@1.0.1(transitive)
+ Addedsupports-color@7.2.0(transitive)
- Removed@langchain/core@0.1.63(transitive)
- Removedbinary-search@1.3.6(transitive)
- Removedcommander@10.0.1(transitive)
- Removedis-any-array@2.0.1(transitive)
- Removedlangsmith@0.1.68(transitive)
- Removedml-array-mean@1.1.6(transitive)
- Removedml-array-sum@1.1.6(transitive)
- Removedml-distance@4.0.1(transitive)
- Removedml-distance-euclidean@2.0.0(transitive)
- Removedml-tree-similarity@1.0.0(transitive)
- Removednum-sort@2.1.0(transitive)
- Removeduuid@9.0.1(transitive)