@llamaindex/liteparse-grpc 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@llamaindex/liteparse-grpc",
|
|
3
3
|
"description": "gRPC server powered by LiteParse to perform parsing, screenshotting and complexity estimation of unstructured documents",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.2",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"parsing",
|
|
7
7
|
"text-extraction",
|
|
@@ -51,7 +51,6 @@
|
|
|
51
51
|
"eslint": "^10.6.0",
|
|
52
52
|
"globals": "^17.7.0",
|
|
53
53
|
"jiti": "^2.7.0",
|
|
54
|
-
"pino-pretty": "^13.1.3",
|
|
55
54
|
"prettier": "^3.9.4",
|
|
56
55
|
"ts-proto": "^2.11.10",
|
|
57
56
|
"typescript-eslint": "^8.62.1"
|
|
@@ -63,7 +62,8 @@
|
|
|
63
62
|
"@bufbuild/protobuf": "^2.12.1",
|
|
64
63
|
"@grpc/grpc-js": "^1.14.4",
|
|
65
64
|
"@llamaindex/liteparse": "^2.4.0",
|
|
66
|
-
"pino": "^10.3.1"
|
|
65
|
+
"pino": "^10.3.1",
|
|
66
|
+
"pino-pretty": "^13.1.3"
|
|
67
67
|
},
|
|
68
68
|
"files": [
|
|
69
69
|
"dist/**/*.js",
|