File tree Expand file tree Collapse file tree 8 files changed +20
-20
lines changed Expand file tree Collapse file tree 8 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " pg-bundler-test" ,
3- "version" : " 0.0.1 " ,
3+ "version" : " 0.0.2 " ,
44 "description" : " Test bundlers with pg-cloudflare, https://github.com/brianc/node-postgres/issues/3452" ,
55 "license" : " MIT" ,
66 "private" : true ,
99 "@rollup/plugin-commonjs" : " ^28.0.3" ,
1010 "@rollup/plugin-node-resolve" : " ^16.0.1" ,
1111 "esbuild" : " ^0.25.5" ,
12- "pg-cloudflare" : " ^1.2.6 " ,
12+ "pg-cloudflare" : " ^1.2.7 " ,
1313 "rollup" : " ^4.41.1" ,
1414 "vite" : " ^6.3.5" ,
1515 "webpack" : " ^5.99.9" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " pg-cloudflare" ,
3- "version" : " 1.2.6 " ,
3+ "version" : " 1.2.7 " ,
44 "description" : " A socket implementation that can run on Cloudflare Workers using native TCP connections." ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " pg-cursor" ,
3- "version" : " 2.15.2 " ,
3+ "version" : " 2.15.3 " ,
44 "description" : " Query cursor extension for node-postgres" ,
55 "main" : " index.js" ,
66 "exports" : {
2525 "license" : " MIT" ,
2626 "devDependencies" : {
2727 "mocha" : " ^10.5.2" ,
28- "pg" : " ^8.16.2 "
28+ "pg" : " ^8.16.3 "
2929 },
3030 "peerDependencies" : {
3131 "pg" : " ^8"
Original file line number Diff line number Diff line change 11{
22 "name" : " pg-esm-test" ,
3- "version" : " 1.2.2 " ,
3+ "version" : " 1.2.3 " ,
44 "description" : " A test module for PostgreSQL with ESM support" ,
55 "main" : " index.js" ,
66 "type" : " module" ,
1414 " test"
1515 ],
1616 "devDependencies" : {
17- "pg" : " ^8.16.2 " ,
18- "pg-cloudflare" : " ^1.2.6 " ,
19- "pg-cursor" : " ^2.15.2 " ,
20- "pg-native" : " ^3.5.1 " ,
17+ "pg" : " ^8.16.3 " ,
18+ "pg-cloudflare" : " ^1.2.7 " ,
19+ "pg-cursor" : " ^2.15.3 " ,
20+ "pg-native" : " ^3.5.2 " ,
2121 "pg-pool" : " ^3.10.1" ,
22- "pg-protocol" : " ^1.10.2 " ,
23- "pg-query-stream" : " ^4.10.2 "
22+ "pg-protocol" : " ^1.10.3 " ,
23+ "pg-query-stream" : " ^4.10.3 "
2424 },
2525 "author" : " Brian M. Carlson <brian.m.carlson@gmail.com>" ,
2626 "license" : " MIT"
Original file line number Diff line number Diff line change 11{
22 "name" : " pg-native" ,
3- "version" : " 3.5.1 " ,
3+ "version" : " 3.5.2 " ,
44 "description" : " A slightly nicer interface to Postgres over node-libpq" ,
55 "main" : " index.js" ,
66 "exports" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " pg-protocol" ,
3- "version" : " 1.10.2 " ,
3+ "version" : " 1.10.3 " ,
44 "description" : " The postgres client/server binary protocol, implemented in TypeScript" ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " pg-query-stream" ,
3- "version" : " 4.10.2 " ,
3+ "version" : " 4.10.3 " ,
44 "description" : " Postgres query result returned as readable stream" ,
55 "main" : " ./dist/index.js" ,
66 "types" : " ./dist/index.d.ts" ,
4545 "concat-stream" : " ~1.0.1" ,
4646 "eslint-plugin-promise" : " ^7.2.1" ,
4747 "mocha" : " ^10.5.2" ,
48- "pg" : " ^8.16.2 " ,
48+ "pg" : " ^8.16.3 " ,
4949 "stream-spec" : " ~0.3.5" ,
5050 "ts-node" : " ^8.5.4" ,
5151 "typescript" : " ^4.0.3"
5454 "pg" : " ^8"
5555 },
5656 "dependencies" : {
57- "pg-cursor" : " ^2.15.2 "
57+ "pg-cursor" : " ^2.15.3 "
5858 }
5959}
Original file line number Diff line number Diff line change 11{
22 "name" : " pg" ,
3- "version" : " 8.16.2 " ,
3+ "version" : " 8.16.3 " ,
44 "description" : " PostgreSQL client - pure javascript & libpq with the same API" ,
55 "keywords" : [
66 " database" ,
3434 "dependencies" : {
3535 "pg-connection-string" : " ^2.9.1" ,
3636 "pg-pool" : " ^3.10.1" ,
37- "pg-protocol" : " ^1.10.2 " ,
37+ "pg-protocol" : " ^1.10.3 " ,
3838 "pg-types" : " 2.2.0" ,
3939 "pgpass" : " 1.0.5"
4040 },
5050 "wrangler" : " ^3.x"
5151 },
5252 "optionalDependencies" : {
53- "pg-cloudflare" : " ^1.2.6 "
53+ "pg-cloudflare" : " ^1.2.7 "
5454 },
5555 "peerDependencies" : {
5656 "pg-native" : " >=3.0.1"
You can’t perform that action at this time.
0 commit comments