@pdfvector/instance-client 0.0.69 → 0.0.70

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 +12 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @pdfvector/instance-client
2
2
 
3
+ ## 0.0.70
4
+
5
+ ### Patch Changes
6
+
7
+ - [#366](https://github.com/phuctm97/pdfvector/pull/366) [`6eff6a7`](https://github.com/phuctm97/pdfvector/commit/6eff6a724246f47d7c4216fe1a81368e96d271ce) Thanks [@khanhduyvt0101](https://github.com/khanhduyvt0101)! - Move gateway and instance contracts into util while preserving their existing package exports. Upgrade workspace dependencies and adapt authentication storage, routing, Jotai atoms, schema validation, and package publishing to the current APIs. Replace redundant parsing, types, and retry code with library features.
8
+
9
+ Preserve academic request deadlines through proxy fallback, bound proxy attempts and discovery, batch similar-paper seed metadata, and retain graph enrichment results.
10
+
11
+ Return exact OpenAlex search offsets and split large citation and metadata requests into supported pages and batches.
12
+ - Updated dependencies [[`6eff6a7`](https://github.com/phuctm97/pdfvector/commit/6eff6a724246f47d7c4216fe1a81368e96d271ce)]:
13
+ - @pdfvector/instance-contract@0.2.9
14
+
3
15
  ## 0.0.69
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdfvector/instance-client",
3
- "version": "0.0.69",
3
+ "version": "0.0.70",
4
4
  "type": "module",
5
5
  "description": "Official TypeScript/JavaScript SDK for PDF Vector API - Parse PDF/Word/Image/Excel documents to clean, structured markdown format and search academic publications across multiple databases",
6
6
  "license": "MIT",
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "main": ".tsc/lib/index.js",
35
35
  "dependencies": {
36
- "@pdfvector/instance-contract": "^0.2.8"
36
+ "@pdfvector/instance-contract": "^0.2.9"
37
37
  },
38
38
  "types": ".tsc/lib/index.d.ts",
39
39
  "files": [