@pdfvector/instance-contract 0.2.4 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/package.json +4 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
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
+
14
+ ## 0.2.6
15
+ ### Patch Changes
16
+
17
+
18
+
19
+ - [#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
20
+ verification, and republish the affected npm packages and applications.
21
+ - Updated dependencies [[`52046a0`](https://github.com/phuctm97/pdfvector/commit/52046a0724307d9bc3397197def735c12d269b24)]:
22
+ - @pdfvector/util@0.0.29
23
+
24
+ ## 0.2.5
25
+ ### Patch Changes
26
+
27
+
28
+
29
+ - [#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.
30
+
31
+ - Updated dependencies [[`4b725ca`](https://github.com/phuctm97/pdfvector/commit/4b725cabc187c74e2899735c2f0969c71696725e)]:
32
+ - @pdfvector/util@0.0.28
33
+
3
34
  ## 0.2.4
4
35
  ### Patch Changes
5
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdfvector/instance-contract",
3
- "version": "0.2.4",
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,12 +22,13 @@
22
22
  "dependencies": {
23
23
  "@orpc/client": "^1.14.12",
24
24
  "@orpc/contract": "^1.14.12",
25
- "@pdfvector/api-docs": "^0.0.7",
26
- "@pdfvector/util": "^0.0.27"
25
+ "@pdfvector/api-docs": "^0.0.8",
26
+ "@pdfvector/util": "^0.0.30"
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"