Skip to content

Commit

Permalink
fix: bundle @std deps since they come from jsr
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnr committed Sep 12, 2024
1 parent 4809cfc commit 9ad9f7a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions packages/pg-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,14 @@
"lint": "biome lint --error-on-warnings .",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@std/bytes": "npm:@jsr/std__bytes@^1.0.2",
"@std/crypto": "npm:@jsr/std__crypto@^1.0.3",
"@std/encoding": "npm:@jsr/std__encoding@^1.0.3"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@electric-sql/pglite": "^0.2.6",
"@nodeweb/knex": "^3.1.0-alpha.13",
"@nodeweb/pg": "^8.12.0-alpha.5",
"@std/bytes": "npm:@jsr/std__bytes@^1.0.2",
"@std/crypto": "npm:@jsr/std__crypto@^1.0.3",
"@std/encoding": "npm:@jsr/std__encoding@^1.0.3",
"@total-typescript/tsconfig": "^1.0.4",
"@types/node": "^20.14.11",
"@types/pg": "^8.11.8",
Expand Down

0 comments on commit 9ad9f7a

Please sign in to comment.