Skip to content

Commit

Permalink
Add optional dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Dec 24, 2024
1 parent d8a5f75 commit 7c4f09f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libs/langchain-community/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
"eslint-plugin-no-instanceof": "^1.0.1",
"eslint-plugin-prettier": "^4.2.1",
"faiss-node": "^0.5.1",
"fast-xml-parser": "^4.5.1",
"firebase-admin": "^11.9.0 || ^12.0.0",
"google-auth-library": "^9.10.0",
"googleapis": "^126.0.1",
Expand Down Expand Up @@ -302,6 +303,7 @@
"duck-duck-scrape": "^2.2.5",
"epub2": "^3.0.1",
"faiss-node": "^0.5.1",
"fast-xml-parser": "*",
"firebase-admin": "^11.9.0 || ^12.0.0",
"google-auth-library": "*",
"googleapis": "*",
Expand Down Expand Up @@ -584,6 +586,9 @@
"faiss-node": {
"optional": true
},
"fast-xml-parser": {
"optional": true
},
"firebase-admin": {
"optional": true
},
Expand Down
15 changes: 15 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11908,6 +11908,7 @@ __metadata:
eslint-plugin-prettier: ^4.2.1
expr-eval: ^2.0.2
faiss-node: ^0.5.1
fast-xml-parser: ^4.5.1
firebase-admin: ^11.9.0 || ^12.0.0
flat: ^5.0.2
google-auth-library: ^9.10.0
Expand Down Expand Up @@ -12050,6 +12051,7 @@ __metadata:
duck-duck-scrape: ^2.2.5
epub2: ^3.0.1
faiss-node: ^0.5.1
fast-xml-parser: "*"
firebase-admin: ^11.9.0 || ^12.0.0
google-auth-library: "*"
googleapis: "*"
Expand Down Expand Up @@ -12252,6 +12254,8 @@ __metadata:
optional: true
faiss-node:
optional: true
fast-xml-parser:
optional: true
firebase-admin:
optional: true
google-auth-library:
Expand Down Expand Up @@ -28227,6 +28231,17 @@ __metadata:
languageName: node
linkType: hard

"fast-xml-parser@npm:^4.5.1":
version: 4.5.1
resolution: "fast-xml-parser@npm:4.5.1"
dependencies:
strnum: ^1.0.5
bin:
fxparser: src/cli/cli.js
checksum: aab32d7f08a95b20f9ecdc2d769531a9dc454faf12740873972f8169c04ab9335ac5df1029ebfe829a01ddbb0ec60572cb7769d6be2409e95a9be8fc6a86e92c
languageName: node
linkType: hard

"fastq@npm:^1.6.0":
version: 1.15.0
resolution: "fastq@npm:1.15.0"
Expand Down

0 comments on commit 7c4f09f

Please sign in to comment.