diff options
| author | Frank <[email protected]> | 2025-08-08 18:39:47 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-08-08 18:39:47 -0400 |
| commit | c9a3b35ac23ccb105a8f0a4feb79d5bdfbe9ad46 (patch) | |
| tree | 2f32ba6fe1aa4be82a2d511a9e87f8e38521c3c9 | |
| parent | 0dde6d0840b47a216e7324acc1499ec8c70a14e8 (diff) | |
| download | opencode-c9a3b35ac23ccb105a8f0a4feb79d5bdfbe9ad46.tar.gz opencode-c9a3b35ac23ccb105a8f0a4feb79d5bdfbe9ad46.zip | |
fix deploy
| -rw-r--r-- | bun.lock | 3 | ||||
| -rw-r--r-- | cloud/core/package.json | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -17,6 +17,7 @@ "dependencies": { "@aws-sdk/client-sts": "3.782.0", "drizzle-orm": "0.41.0", + "postgres": "3.4.7", "stripe": "18.0.0", "ulid": "3.0.0", }, @@ -2206,6 +2207,8 @@ "postcss-selector-parser": ["[email protected]", "", { "dependencies": { "cssesc": "^3.0.0", "util-deprecate": "^1.0.2" } }, "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg=="], + "postgres": ["[email protected]", "", {}, "sha512-Jtc2612XINuBjIl/QTWsV5UvE8UHuNblcO3vVADSrKsrc6RqGX6lOW1cEo3CM2v0XG4Nat8nI+YM7/f26VxXLw=="], + "postgres-array": ["[email protected]", "", {}, "sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA=="], "postgres-bytea": ["[email protected]", "", {}, "sha512-xy3pmLuQqRBZBXDULy7KbaitYqLcmxigw14Q5sj8QBVLqEwXfeybIKVWiqAXTlcvdvb0+xkOtDbfQMOf4lST1w=="], diff --git a/cloud/core/package.json b/cloud/core/package.json index eeebf4392..9fc71f056 100644 --- a/cloud/core/package.json +++ b/cloud/core/package.json @@ -7,6 +7,7 @@ "dependencies": { "@aws-sdk/client-sts": "3.782.0", "drizzle-orm": "0.41.0", + "postgres": "3.4.7", "stripe": "18.0.0", "ulid": "3.0.0" }, |
