@pdfvector/instance-contract 0.1.0 → 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/CHANGELOG.md +14 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @pdfvector/instance-contract
|
|
2
2
|
|
|
3
|
+
## 0.1.2
|
|
4
|
+
### Patch Changes
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
- [#295](https://github.com/phuctm97/pdfvector/pull/295) [`e7261af`](https://github.com/phuctm97/pdfvector/commit/e7261afc27c1fd5a79d1506b198ffb0a98f46d72) Thanks [@khanhduyvt0101](https://github.com/khanhduyvt0101)! - Restore package publishing compatibility with the latest TypeScript alias tooling.
|
|
9
|
+
|
|
10
|
+
## 0.1.1
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
- [#294](https://github.com/phuctm97/pdfvector/pull/294) [`af25309`](https://github.com/phuctm97/pdfvector/commit/af2530939ebbc77c0a43118b7e6ec9c7425a1e41) Thanks [@khanhduyvt0101](https://github.com/khanhduyvt0101)! - Upgrade workspace dependencies and refresh Azure model routing for the GPT-5.6 family.
|
|
16
|
+
|
|
3
17
|
## 0.1.0
|
|
4
18
|
### Minor Changes
|
|
5
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pdfvector/instance-contract",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "API contract definitions for PDF Vector instance server",
|
|
6
6
|
"license": "MIT",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
},
|
|
21
21
|
"main": ".tsc/lib/index.js",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@orpc/client": "^1.14.
|
|
24
|
-
"@orpc/contract": "^1.14.
|
|
23
|
+
"@orpc/client": "^1.14.8",
|
|
24
|
+
"@orpc/contract": "^1.14.8",
|
|
25
25
|
"@pdfvector/api-docs": "^0.0.6",
|
|
26
26
|
"@pdfvector/util": "^0.0.23"
|
|
27
27
|
},
|