@pdfvector/instance-contract 0.2.6 → 0.2.7
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 +11 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @pdfvector/instance-contract
|
|
2
2
|
|
|
3
|
+
## 0.2.7
|
|
4
|
+
### Patch Changes
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
- [#344](https://github.com/phuctm97/pdfvector/pull/344) [`f73ad67`](https://github.com/phuctm97/pdfvector/commit/f73ad675d3d3a1c5f02faa209857e4db795fef40) Thanks [@khanhduyvt0101](https://github.com/khanhduyvt0101)! - Move every application into the packages workspace, remove Turbo, simplify repository scripts, and enforce Biome, typechecking, and complete package coverage in validation.
|
|
9
|
+
|
|
10
|
+
- Updated dependencies [[`f73ad67`](https://github.com/phuctm97/pdfvector/commit/f73ad675d3d3a1c5f02faa209857e4db795fef40)]:
|
|
11
|
+
- @pdfvector/api-docs@0.0.8
|
|
12
|
+
- @pdfvector/util@0.0.30
|
|
13
|
+
|
|
3
14
|
## 0.2.6
|
|
4
15
|
### Patch Changes
|
|
5
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pdfvector/instance-contract",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "API contract definitions for PDF Vector instance server",
|
|
6
6
|
"license": "MIT",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@orpc/client": "^1.14.12",
|
|
24
24
|
"@orpc/contract": "^1.14.12",
|
|
25
|
-
"@pdfvector/api-docs": "^0.0.
|
|
26
|
-
"@pdfvector/util": "^0.0.
|
|
25
|
+
"@pdfvector/api-docs": "^0.0.8",
|
|
26
|
+
"@pdfvector/util": "^0.0.30"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
29
|
"zod": "^4.4.3"
|