@pdfvector/instance-contract 0.0.33 → 0.0.34

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 +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @pdfvector/instance-contract
2
2
 
3
+ ## 0.0.34
4
+ ### Patch Changes
5
+
6
+
7
+
8
+ - [#178](https://github.com/phuctm97/pdfvector/pull/178) [`14df633`](https://github.com/phuctm97/pdfvector/commit/14df633e34fae1d45f4accc2e4b634e65ba704dc) Thanks [@khanhduyvt0101](https://github.com/khanhduyvt0101)! - Refactor Sentry error capture, fix pdf-parse worker conflict
9
+
3
10
  ## 0.0.33
4
11
  ### Patch Changes
5
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdfvector/instance-contract",
3
- "version": "0.0.33",
3
+ "version": "0.0.34",
4
4
  "type": "module",
5
5
  "description": "API contract definitions for PDF Vector instance server",
6
6
  "license": "MIT",