Skip to content

Commit 5cd119e

Browse files
chore: Remove '@hono/bun-compress' dependency (Bun already supports CompressionStream)
1 parent 87ec5ed commit 5cd119e

File tree

3 files changed

+3
-17
lines changed

3 files changed

+3
-17
lines changed

drizzle-kit/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
"@aws-sdk/client-rds-data": "^3.556.0",
6363
"@cloudflare/workers-types": "^4.20230518.0",
6464
"@electric-sql/pglite": "^0.2.12",
65-
"@hono/bun-compress": "^0.1.0",
6665
"@hono/node-server": "^1.9.0",
6766
"@hono/zod-validator": "^0.2.1",
6867
"@libsql/client": "^0.10.0",

drizzle-kit/src/cli/commands/studio.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ import type { AnySQLiteTable } from 'drizzle-orm/sqlite-core';
2525
import { getTableConfig as sqliteTableConfig, SQLiteTable } from 'drizzle-orm/sqlite-core';
2626
import fs from 'fs';
2727
import { Hono } from 'hono';
28-
// TODO: replace with '@hono/compress' when Bun supports CompressionStream
29-
import { compress } from '@hono/bun-compress';
28+
import { compress } from 'hono/compress';
3029
import { cors } from 'hono/cors';
3130
import { createServer } from 'node:https';
3231
import type { CasingType } from 'src/cli/validations/common';

pnpm-lock.yaml

Lines changed: 2 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)