@pdfvector/instance-contract 0.2.3 → 0.2.6

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/package.json +5 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @pdfvector/instance-contract
2
2
 
3
+ ## 0.2.6
4
+ ### Patch Changes
5
+
6
+
7
+
8
+ - [#323](https://github.com/phuctm97/pdfvector/pull/323) [`52046a0`](https://github.com/phuctm97/pdfvector/commit/52046a0724307d9bc3397197def735c12d269b24) Thanks [@khanhduyvt0101](https://github.com/khanhduyvt0101)! - Install required release runtimes, propagate publish profiles to artifact
9
+ verification, and republish the affected npm packages and applications.
10
+ - Updated dependencies [[`52046a0`](https://github.com/phuctm97/pdfvector/commit/52046a0724307d9bc3397197def735c12d269b24)]:
11
+ - @pdfvector/util@0.0.29
12
+
13
+ ## 0.2.5
14
+ ### Patch Changes
15
+
16
+
17
+
18
+ - [#320](https://github.com/phuctm97/pdfvector/pull/320) [`4b725ca`](https://github.com/phuctm97/pdfvector/commit/4b725cabc187c74e2899735c2f0969c71696725e) Thanks [@khanhduyvt0101](https://github.com/khanhduyvt0101)! - Publish compiled utility entrypoints with matching type declarations, and verify every npm artifact entrypoint before publishing.
19
+
20
+ - Updated dependencies [[`4b725ca`](https://github.com/phuctm97/pdfvector/commit/4b725cabc187c74e2899735c2f0969c71696725e)]:
21
+ - @pdfvector/util@0.0.28
22
+
23
+ ## 0.2.4
24
+ ### Patch Changes
25
+
26
+
27
+
28
+ - [#317](https://github.com/phuctm97/pdfvector/pull/317) [`cb1f2ec`](https://github.com/phuctm97/pdfvector/commit/cb1f2ec3296c6428f5d12fa69789a269b3418182) Thanks [@khanhduyvt0101](https://github.com/khanhduyvt0101)! - Upgrade dependencies across every app and package to their latest compatible releases.
29
+
30
+ - Updated dependencies [[`cb1f2ec`](https://github.com/phuctm97/pdfvector/commit/cb1f2ec3296c6428f5d12fa69789a269b3418182)]:
31
+ - @pdfvector/util@0.0.27
32
+
3
33
  ## 0.2.3
4
34
  ### Patch Changes
5
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdfvector/instance-contract",
3
- "version": "0.2.3",
3
+ "version": "0.2.6",
4
4
  "type": "module",
5
5
  "description": "API contract definitions for PDF Vector instance server",
6
6
  "license": "MIT",
@@ -20,14 +20,15 @@
20
20
  },
21
21
  "main": ".tsc/lib/index.js",
22
22
  "dependencies": {
23
- "@orpc/client": "^1.14.8",
24
- "@orpc/contract": "^1.14.8",
23
+ "@orpc/client": "^1.14.12",
24
+ "@orpc/contract": "^1.14.12",
25
25
  "@pdfvector/api-docs": "^0.0.7",
26
- "@pdfvector/util": "^0.0.26"
26
+ "@pdfvector/util": "^0.0.29"
27
27
  },
28
28
  "peerDependencies": {
29
29
  "zod": "^4.4.3"
30
30
  },
31
+ "types": ".tsc/lib/index.d.ts",
31
32
  "files": [
32
33
  ".tsc",
33
34
  "CHANGELOG.md"