@pdfvector/util 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 +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @pdfvector/util
2
2
 
3
+ ## 0.0.31
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)! - Upgrade every workspace dependency to its latest compatible version, migrate the SPA to TanStack Table 9, and use Papa Parse for robust blog CSV imports.
8
+
3
9
  ## 0.0.30
4
10
  ### Patch Changes
5
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdfvector/util",
3
- "version": "0.0.30",
3
+ "version": "0.0.31",
4
4
  "type": "module",
5
5
  "main": "./.tsc/lib/index.js",
6
6
  "exports": {
@@ -22,7 +22,7 @@
22
22
  }
23
23
  },
24
24
  "dependencies": {
25
- "@sentry/core": "^10.68.0"
25
+ "@sentry/core": "^10.70.0"
26
26
  },
27
27
  "types": "./.tsc/lib/index.d.ts",
28
28
  "files": [