@pdfvector/instance-client 0.0.67 → 0.0.69

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 +18 -0
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @pdfvector/instance-client
2
2
 
3
+ ## 0.0.69
4
+
5
+ ### Patch Changes
6
+
7
+ - [#353](https://github.com/phuctm97/pdfvector/pull/353) [`f36260d`](https://github.com/phuctm97/pdfvector/commit/f36260d3f793f7b58b005dadd66adfd90dcdb598) Thanks [@khanhduyvt0101](https://github.com/khanhduyvt0101)! - Persist invoice-reconcilable Azure usage meters, charge credits when provider work succeeds before a request error, and preserve overage usage in gateway totals.
8
+ - Updated dependencies [[`f36260d`](https://github.com/phuctm97/pdfvector/commit/f36260d3f793f7b58b005dadd66adfd90dcdb598), [`f36260d`](https://github.com/phuctm97/pdfvector/commit/f36260d3f793f7b58b005dadd66adfd90dcdb598)]:
9
+ - @pdfvector/instance-contract@0.2.8
10
+
11
+ ## 0.0.68
12
+ ### Patch Changes
13
+
14
+
15
+
16
+ - [#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.
17
+
18
+ - Updated dependencies [[`f73ad67`](https://github.com/phuctm97/pdfvector/commit/f73ad675d3d3a1c5f02faa209857e4db795fef40)]:
19
+ - @pdfvector/instance-contract@0.2.7
20
+
3
21
  ## 0.0.67
4
22
  ### Patch Changes
5
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdfvector/instance-client",
3
- "version": "0.0.67",
3
+ "version": "0.0.69",
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,8 +33,9 @@
33
33
  },
34
34
  "main": ".tsc/lib/index.js",
35
35
  "dependencies": {
36
- "@pdfvector/instance-contract": "^0.2.2"
36
+ "@pdfvector/instance-contract": "^0.2.8"
37
37
  },
38
+ "types": ".tsc/lib/index.d.ts",
38
39
  "files": [
39
40
  ".tsc",
40
41
  "CHANGELOG.md",