Skip to content

Commit 577556b

Browse files
committed
- Remove workspace
1 parent 37e0e4f commit 577556b

File tree

1 file changed

+4
-6
lines changed
  • langchain-oracle-js/libs/oracledb/langchain-oracledb

1 file changed

+4
-6
lines changed

langchain-oracle-js/libs/oracledb/langchain-oracledb/package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
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",
@@ -44,10 +44,8 @@
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",

0 commit comments

Comments
 (0)