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