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 1
1
{
2
2
"name" : " pg-bundler-test" ,
3
- "version" : " 0.0.1 " ,
3
+ "version" : " 0.0.2 " ,
4
4
"description" : " Test bundlers with pg-cloudflare, https://github.com/brianc/node-postgres/issues/3452" ,
5
5
"license" : " MIT" ,
6
6
"private" : true ,
9
9
"@rollup/plugin-commonjs" : " ^28.0.3" ,
10
10
"@rollup/plugin-node-resolve" : " ^16.0.1" ,
11
11
"esbuild" : " ^0.25.5" ,
12
- "pg-cloudflare" : " ^1.2.6 " ,
12
+ "pg-cloudflare" : " ^1.2.7 " ,
13
13
"rollup" : " ^4.41.1" ,
14
14
"vite" : " ^6.3.5" ,
15
15
"webpack" : " ^5.99.9" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pg-cloudflare" ,
3
- "version" : " 1.2.6 " ,
3
+ "version" : " 1.2.7 " ,
4
4
"description" : " A socket implementation that can run on Cloudflare Workers using native TCP connections." ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pg-cursor" ,
3
- "version" : " 2.15.2 " ,
3
+ "version" : " 2.15.3 " ,
4
4
"description" : " Query cursor extension for node-postgres" ,
5
5
"main" : " index.js" ,
6
6
"exports" : {
25
25
"license" : " MIT" ,
26
26
"devDependencies" : {
27
27
"mocha" : " ^10.5.2" ,
28
- "pg" : " ^8.16.2 "
28
+ "pg" : " ^8.16.3 "
29
29
},
30
30
"peerDependencies" : {
31
31
"pg" : " ^8"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pg-esm-test" ,
3
- "version" : " 1.2.2 " ,
3
+ "version" : " 1.2.3 " ,
4
4
"description" : " A test module for PostgreSQL with ESM support" ,
5
5
"main" : " index.js" ,
6
6
"type" : " module" ,
14
14
" test"
15
15
],
16
16
"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 " ,
21
21
"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 "
24
24
},
25
25
"author" : " Brian M. Carlson <brian.m.carlson@gmail.com>" ,
26
26
"license" : " MIT"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pg-native" ,
3
- "version" : " 3.5.1 " ,
3
+ "version" : " 3.5.2 " ,
4
4
"description" : " A slightly nicer interface to Postgres over node-libpq" ,
5
5
"main" : " index.js" ,
6
6
"exports" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pg-protocol" ,
3
- "version" : " 1.10.2 " ,
3
+ "version" : " 1.10.3 " ,
4
4
"description" : " The postgres client/server binary protocol, implemented in TypeScript" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pg-query-stream" ,
3
- "version" : " 4.10.2 " ,
3
+ "version" : " 4.10.3 " ,
4
4
"description" : " Postgres query result returned as readable stream" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"types" : " ./dist/index.d.ts" ,
45
45
"concat-stream" : " ~1.0.1" ,
46
46
"eslint-plugin-promise" : " ^7.2.1" ,
47
47
"mocha" : " ^10.5.2" ,
48
- "pg" : " ^8.16.2 " ,
48
+ "pg" : " ^8.16.3 " ,
49
49
"stream-spec" : " ~0.3.5" ,
50
50
"ts-node" : " ^8.5.4" ,
51
51
"typescript" : " ^4.0.3"
54
54
"pg" : " ^8"
55
55
},
56
56
"dependencies" : {
57
- "pg-cursor" : " ^2.15.2 "
57
+ "pg-cursor" : " ^2.15.3 "
58
58
}
59
59
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pg" ,
3
- "version" : " 8.16.2 " ,
3
+ "version" : " 8.16.3 " ,
4
4
"description" : " PostgreSQL client - pure javascript & libpq with the same API" ,
5
5
"keywords" : [
6
6
" database" ,
34
34
"dependencies" : {
35
35
"pg-connection-string" : " ^2.9.1" ,
36
36
"pg-pool" : " ^3.10.1" ,
37
- "pg-protocol" : " ^1.10.2 " ,
37
+ "pg-protocol" : " ^1.10.3 " ,
38
38
"pg-types" : " 2.2.0" ,
39
39
"pgpass" : " 1.0.5"
40
40
},
50
50
"wrangler" : " ^3.x"
51
51
},
52
52
"optionalDependencies" : {
53
- "pg-cloudflare" : " ^1.2.6 "
53
+ "pg-cloudflare" : " ^1.2.7 "
54
54
},
55
55
"peerDependencies" : {
56
56
"pg-native" : " >=3.0.1"
You can’t perform that action at this time.
0 commit comments