@pdfvector/instance-contract 0.0.44 → 0.0.46
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/CHANGELOG.md +14 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @pdfvector/instance-contract
|
|
2
2
|
|
|
3
|
+
## 0.0.46
|
|
4
|
+
### Patch Changes
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
- [#239](https://github.com/phuctm97/pdfvector/pull/239) [`ace9506`](https://github.com/phuctm97/pdfvector/commit/ace9506edf3d71db66e36e2651e3cf79adaa4f58) Thanks [@khanhduyvt0101](https://github.com/khanhduyvt0101)! - Upgrade workspace dependencies.
|
|
9
|
+
|
|
10
|
+
## 0.0.45
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
- [#235](https://github.com/phuctm97/pdfvector/pull/235) [`721ecc6`](https://github.com/phuctm97/pdfvector/commit/721ecc609d77dc4670c1af61a125a4e30cc52ceb) Thanks [@khanhduyvt0101](https://github.com/khanhduyvt0101)! - Update dependencies and improve Document Ask errors
|
|
16
|
+
|
|
3
17
|
## 0.0.44
|
|
4
18
|
### Patch Changes
|
|
5
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pdfvector/instance-contract",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.46",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "API contract definitions for PDF Vector instance server",
|
|
6
6
|
"license": "MIT",
|
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
},
|
|
21
21
|
"main": ".tsc/lib/index.js",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@orpc/client": "^1.14.
|
|
24
|
-
"@orpc/contract": "^1.14.
|
|
25
|
-
"@pdfvector/util": "0.0.
|
|
23
|
+
"@orpc/client": "^1.14.2",
|
|
24
|
+
"@orpc/contract": "^1.14.2",
|
|
25
|
+
"@pdfvector/util": "0.0.22"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
|
-
"zod": "^4.4.
|
|
28
|
+
"zod": "^4.4.3"
|
|
29
29
|
},
|
|
30
30
|
"files": [
|
|
31
31
|
".tsc",
|