@pdfvector/instance-client 0.0.30 → 0.0.31

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 +7 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @pdfvector/instance-client
2
2
 
3
+ ## 0.0.31
4
+ ### Patch Changes
5
+
6
+
7
+
8
+ - [#153](https://github.com/phuctm97/pdfvector/pull/153) [`8c3db48`](https://github.com/phuctm97/pdfvector/commit/8c3db48955105ebd6902bd557013de1de655f4fe) Thanks [@khanhduyvt0101](https://github.com/khanhduyvt0101)! - Fix workspace dependency resolution in release workflows to publish correct contract version
9
+
3
10
  ## 0.0.30
4
11
  ### Patch Changes
5
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdfvector/instance-client",
3
- "version": "0.0.30",
3
+ "version": "0.0.31",
4
4
  "type": "module",
5
5
  "description": "Official TypeScript/JavaScript SDK for PDFVector API - Parse PDF/Word/Image/Excel documents to clean, structured markdown format and search academic publications across multiple databases",
6
6
  "license": "MIT",
@@ -35,7 +35,7 @@
35
35
  "dependencies": {
36
36
  "@orpc/client": "^1.13.13",
37
37
  "@orpc/contract": "^1.13.13",
38
- "@pdfvector/instance-contract": "^0.0.28"
38
+ "@pdfvector/instance-contract": "^0.0.31"
39
39
  },
40
40
  "files": [
41
41
  ".tsc",