File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
langchain-oracle-js/libs/oracledb/langchain-oracledb Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1414 },
1515 "homepage" : " https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-oracle/" ,
1616 "scripts" : {
17- "build" : " turbo build:compile --filter @langchain/oracle " ,
18- "build:compile" : " pnpm --filter @langchain/build compile @langchain/oracle " ,
17+ "build" : " tsc " ,
18+ "build:compile" : " tsc -p tsconfig.json " ,
1919 "lint:eslint" : " eslint --cache src/" ,
2020 "lint:dpdm" : " dpdm --skip-dynamic-imports circular --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts" ,
2121 "lint" : " pnpm lint:eslint && pnpm lint:dpdm" ,
4444 "devDependencies" : {
4545 "@cfworker/json-schema" : " ^4.1.1" ,
4646 "@jest/globals" : " ^29.5.0" ,
47- "@langchain/core" : " workspace:*" ,
48- "@langchain/eslint" : " workspace:*" ,
49- "@langchain/standard-tests" : " workspace:*" ,
50- "@langchain/textsplitters" : " workspace:*" ,
47+ "@langchain/core" : " ^1.0.0" ,
48+ "@langchain/textsplitters" : " ^1.0.0" ,
5149 "@swc/jest" : " ^0.2.29" ,
5250 "@tsconfig/recommended" : " ^1.0.3" ,
5351 "@types/oracledb" : " ^6.6.0" ,
You can’t perform that action at this time.
0 commit comments