@pdfvector/instance-client 0.0.13 → 0.0.15

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 +21 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @pdfvector/instance-client
2
2
 
3
+ ## 0.0.15
4
+ ### Patch Changes
5
+
6
+ - Updated dependencies [[`f726901`](https://github.com/phuctm97/pdfvector/commit/f7269017780da691cf7fc3c9463a28050ad8453f)]:
7
+ - @pdfvector/instance-contract@0.0.18
8
+
9
+ ## 0.0.14
10
+ ### Patch Changes
11
+
12
+
13
+
14
+ - [#112](https://github.com/phuctm97/pdfvector/pull/112) [`58bd7b0`](https://github.com/phuctm97/pdfvector/commit/58bd7b03fb6181d41ecb6b6c4558d2dd81cba9ad) Thanks [@khanhduyvt0101](https://github.com/khanhduyvt0101)! - Upgrade all dependencies and fix auth issues
15
+
16
+ - Upgrade all dependencies across all packages (Stripe v21, AI SDK v6, file-type v22, nodemailer v8, oRPC 1.13.13)
17
+ - Fix Google OAuth signup not creating workspace by enabling drizzle adapter transactions
18
+ - Seed general instance automatically on local server startup
19
+ - Support legacy API secret env var fallback for enterprise user in instance server
20
+ - Add `bun upgrade-deps` script for upgrading dependencies across all packages
21
+ - Updated dependencies [[`58bd7b0`](https://github.com/phuctm97/pdfvector/commit/58bd7b03fb6181d41ecb6b6c4558d2dd81cba9ad)]:
22
+ - @pdfvector/instance-contract@0.0.17
23
+
3
24
  ## 0.0.13
4
25
  ### Patch Changes
5
26
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@pdfvector/instance-client",
3
- "version": "0.0.13",
3
+ "version": "0.0.15",
4
4
  "type": "module",
5
5
  "main": ".tsc/lib/index.js",
6
6
  "dependencies": {
7
- "@orpc/client": "^1.13.10",
8
- "@orpc/contract": "^1.13.10",
9
- "@pdfvector/instance-contract": "^0.0.15"
7
+ "@orpc/client": "^1.13.13",
8
+ "@orpc/contract": "^1.13.13",
9
+ "@pdfvector/instance-contract": "^0.0.17"
10
10
  },
11
11
  "files": [
12
12
  ".tsc",