Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Aug 23, 2024
1 parent 421c549 commit fe1e074
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 37 deletions.
4 changes: 2 additions & 2 deletions libs/checkpoint-sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"scripts": {
"build": "yarn turbo:command build:internal --filter=@langchain/langgraph-checkpoint-sqlite",
"build:internal": "yarn lc_build_v2 --create-entrypoints --pre --tree-shaking",
"build:internal": "yarn lc_build --create-entrypoints --pre --tree-shaking",
"lint:eslint": "NODE_OPTIONS=--max-old-space-size=4096 eslint --cache --ext .ts,.js src/",
"lint:dpdm": "dpdm --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts",
"lint": "yarn lint:eslint && yarn lint:dpdm",
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"@langchain/scripts": "^0.0.22",
"@langchain/scripts": "0.1.1-rc.0",
"@swc/core": "^1.3.90",
"@swc/jest": "^0.2.29",
"@tsconfig/recommended": "^1.0.3",
Expand Down
4 changes: 2 additions & 2 deletions libs/checkpoint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"scripts": {
"build": "yarn turbo:command build:internal --filter=@langchain/langgraph-checkpoint",
"build:internal": "yarn lc_build_v2 --create-entrypoints --pre --tree-shaking",
"build:internal": "yarn lc_build --create-entrypoints --pre --tree-shaking",
"lint:eslint": "NODE_OPTIONS=--max-old-space-size=4096 eslint --cache --ext .ts,.js src/",
"lint:dpdm": "dpdm --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts",
"lint": "yarn lint:eslint && yarn lint:dpdm",
Expand All @@ -37,7 +37,7 @@
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"@langchain/scripts": "^0.0.22",
"@langchain/scripts": "0.1.1-rc.0",
"@swc/core": "^1.3.90",
"@swc/jest": "^0.2.29",
"@tsconfig/recommended": "^1.0.3",
Expand Down
4 changes: 2 additions & 2 deletions libs/langgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"scripts": {
"build": "yarn turbo:command build:internal --filter=@langchain/langgraph",
"build:internal": "yarn lc_build_v2 --create-entrypoints --pre --tree-shaking",
"build:internal": "yarn lc_build --create-entrypoints --pre --tree-shaking",
"lint:eslint": "NODE_OPTIONS=--max-old-space-size=4096 eslint --cache --ext .ts,.js src/",
"lint:dpdm": "dpdm --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts",
"lint": "yarn lint:eslint && yarn lint:dpdm",
Expand Down Expand Up @@ -50,7 +50,7 @@
"@langchain/anthropic": "^0.2.12",
"@langchain/community": "^0.2.25",
"@langchain/openai": "^0.2.4",
"@langchain/scripts": "^0.0.23",
"@langchain/scripts": "0.1.1-rc.0",
"@swc/core": "^1.3.90",
"@swc/jest": "^0.2.29",
"@tsconfig/recommended": "^1.0.3",
Expand Down
39 changes: 8 additions & 31 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1878,7 +1878,7 @@ __metadata:
dependencies:
"@jest/globals": ^29.5.0
"@langchain/langgraph-checkpoint": ~0.0.0
"@langchain/scripts": ^0.0.22
"@langchain/scripts": 0.1.1-rc.0
"@swc/core": ^1.3.90
"@swc/jest": ^0.2.29
"@tsconfig/recommended": ^1.0.3
Expand Down Expand Up @@ -1918,7 +1918,7 @@ __metadata:
resolution: "@langchain/langgraph-checkpoint@workspace:libs/checkpoint"
dependencies:
"@jest/globals": ^29.5.0
"@langchain/scripts": ^0.0.22
"@langchain/scripts": 0.1.1-rc.0
"@swc/core": ^1.3.90
"@swc/jest": ^0.2.29
"@tsconfig/recommended": ^1.0.3
Expand Down Expand Up @@ -1959,7 +1959,7 @@ __metadata:
"@langchain/langgraph-checkpoint": 0.0.0
"@langchain/langgraph-checkpoint-sqlite": 0.0.0
"@langchain/openai": ^0.2.4
"@langchain/scripts": ^0.0.23
"@langchain/scripts": 0.1.1-rc.0
"@swc/core": ^1.3.90
"@swc/jest": ^0.2.29
"@tsconfig/recommended": ^1.0.3
Expand Down Expand Up @@ -2049,9 +2049,9 @@ __metadata:
languageName: node
linkType: hard

"@langchain/scripts@npm:^0.0.22":
version: 0.0.22
resolution: "@langchain/scripts@npm:0.0.22"
"@langchain/scripts@npm:0.1.1-rc.0":
version: 0.1.1-rc.0
resolution: "@langchain/scripts@npm:0.1.1-rc.0"
dependencies:
"@rollup/wasm-node": ^4.19.0
axios: ^1.6.7
Expand All @@ -2064,32 +2064,9 @@ __metadata:
ts-morph: ^21.0.1
typescript: ^5.4.5
bin:
lc-build: bin/build.js
lc_build_v2: bin/build_v2.js
lc_build: bin/build.js
notebook_validate: bin/validate_notebook.js
checksum: d44cd14e83b895959cb8692a8308eb1f740556de359de3f16a7722445c5adaafc0606b9f078743030b17bb633efccb344c8f156d8e57e3221fcc73377427a021
languageName: node
linkType: hard

"@langchain/scripts@npm:^0.0.23":
version: 0.0.23
resolution: "@langchain/scripts@npm:0.0.23"
dependencies:
"@rollup/wasm-node": ^4.19.0
axios: ^1.6.7
commander: ^11.1.0
glob: ^10.3.10
lodash: ^4.17.21
readline: ^1.3.0
rimraf: ^5.0.1
rollup: ^4.5.2
ts-morph: ^21.0.1
typescript: ^5.4.5
bin:
lc-build: bin/build.js
lc_build_v2: bin/build_v2.js
notebook_validate: bin/validate_notebook.js
checksum: 975ac6fea3832353bc15b48ae5e66087dcda9e3f8be02c3f2f5c93b2545cacb803b4d160a04b33ab14da75808909de6077d775fb51d2960d9a769fc968342e54
checksum: 896eaac44919862d1e81a6cb91c173faf9d32a789e0594a0c268a0b17524bc077d020398546bc1ab7d7e6a7e9f4064acbe9d58143c10a449f583d9537e5abf6a
languageName: node
linkType: hard

Expand Down

0 comments on commit fe1e074

Please sign in to comment.