File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 "pg" : " 8.16.3"
1313 },
1414 "devDependencies" : {
15- "@types/node" : " 25.0.3 " ,
15+ "@types/node" : " 25.3.5 " ,
1616 "@types/pg" : " 8.16.0" ,
1717 "dotenv-cli" : " 11.0.0" ,
1818 "ts-node" : " 10.9.2" ,
Original file line number Diff line number Diff line change 1212 "mysql2" : " 3.22.0"
1313 },
1414 "devDependencies" : {
15- "@types/node" : " 25.0.3 " ,
15+ "@types/node" : " 25.3.5 " ,
1616 "ts-node" : " 10.9.2" ,
1717 "typescript" : " 5.9.3"
1818 }
Original file line number Diff line number Diff line change 11{
2- "name" : " with-neon" ,
3- "version" : " 1.0.0" ,
4- "description" : " A simple example for using inquire with NeonDB." ,
5- "private" : true ,
6- "scripts" : {
7- "build" : " tsc" ,
8- "start" : " ts-node ./src/index.ts"
9- },
10- "dependencies" : {
11- "@stackpress/inquire-pg" : " 0.8.1" ,
12- "pg" : " 8.16.3"
13- },
14- "devDependencies" : {
15- "@types/node" : " 25.0.3 " ,
16- "ts-node" : " 10.9.2" ,
17- "typescript" : " 5.9.3"
18- }
19- }
2+ "name" : " with-neon" ,
3+ "version" : " 1.0.0" ,
4+ "description" : " A simple example for using inquire with NeonDB." ,
5+ "private" : true ,
6+ "scripts" : {
7+ "build" : " tsc" ,
8+ "start" : " ts-node ./src/index.ts"
9+ },
10+ "dependencies" : {
11+ "@stackpress/inquire-pg" : " 0.8.1" ,
12+ "pg" : " 8.16.3"
13+ },
14+ "devDependencies" : {
15+ "@types/node" : " 25.3.5 " ,
16+ "ts-node" : " 10.9.2" ,
17+ "typescript" : " 5.9.3"
18+ }
19+ }
Original file line number Diff line number Diff line change 1212 "pg" : " 8.16.3"
1313 },
1414 "devDependencies" : {
15- "@types/node" : " 25.0.3 " ,
15+ "@types/node" : " 25.3.5 " ,
1616 "@types/pg" : " 8.16.0" ,
1717 "ts-node" : " 10.9.2" ,
1818 "typescript" : " 5.9.3"
Original file line number Diff line number Diff line change 1212 "@stackpress/inquire-pglite" : " 0.8.1"
1313 },
1414 "devDependencies" : {
15- "@types/node" : " 25.0.3 " ,
15+ "@types/node" : " 25.3.5 " ,
1616 "ts-node" : " 10.9.2" ,
1717 "typescript" : " 5.9.3"
1818 }
Original file line number Diff line number Diff line change 1313 },
1414 "devDependencies" : {
1515 "@types/better-sqlite3" : " 7.6.13" ,
16- "@types/node" : " 25.0.3 " ,
16+ "@types/node" : " 25.3.5 " ,
1717 "ts-node" : " 10.9.2" ,
1818 "typescript" : " 5.9.3"
1919 }
Original file line number Diff line number Diff line change 11{
2- "name" : " with-supabase" ,
3- "version" : " 1.0.0" ,
4- "description" : " A simple example for using inquire with Supabase." ,
5- "private" : true ,
6- "scripts" : {
7- "build" : " tsc" ,
8- "start" : " ts-node ./src/index.ts"
9- },
10- "dependencies" : {
11- "@stackpress/inquire-pg" : " 0.8.1" ,
12- "@supabase/supabase-js" : " ^2.42.0" ,
13- "pg" : " 8.16.3" ,
14- "dotenv" : " 17.2.3"
15- },
16- "devDependencies" : {
17- "@types/node" : " 25.0.3 " ,
18- "ts-node" : " 10.9.2" ,
19- "typescript" : " 5.9.3"
20- }
21- }
2+ "name" : " with-supabase" ,
3+ "version" : " 1.0.0" ,
4+ "description" : " A simple example for using inquire with Supabase." ,
5+ "private" : true ,
6+ "scripts" : {
7+ "build" : " tsc" ,
8+ "start" : " ts-node ./src/index.ts"
9+ },
10+ "dependencies" : {
11+ "@stackpress/inquire-pg" : " 0.8.1" ,
12+ "@supabase/supabase-js" : " ^2.42.0" ,
13+ "pg" : " 8.16.3" ,
14+ "dotenv" : " 17.2.3"
15+ },
16+ "devDependencies" : {
17+ "@types/node" : " 25.3.5 " ,
18+ "ts-node" : " 10.9.2" ,
19+ "typescript" : " 5.9.3"
20+ }
21+ }
Original file line number Diff line number Diff line change 4141 },
4242 "typesVersions" : {
4343 "*" : {
44- "index" : [ " ./cjs/index.d.ts" ],
45- "helpers" : [ " ./cjs/helpers.d.ts" ],
46- "types" : [ " ./cjs/types.d.ts" ],
47- "Connection" : [ " ./cjs/Connection.d.ts" ]
44+ "index" : [
45+ " ./cjs/index.d.ts"
46+ ],
47+ "helpers" : [
48+ " ./cjs/helpers.d.ts"
49+ ],
50+ "types" : [
51+ " ./cjs/types.d.ts"
52+ ],
53+ "Connection" : [
54+ " ./cjs/Connection.d.ts"
55+ ]
4856 }
4957 },
5058 "files" : [
7280 "devDependencies" : {
7381 "@types/chai" : " 4.3.20" ,
7482 "@types/mocha" : " 10.0.10" ,
75- "@types/node" : " 25.0.3 " ,
83+ "@types/node" : " 25.3.5 " ,
7684 "chai" : " 4.5.0" ,
7785 "mocha" : " 10.8.2" ,
7886 "ts-mocha" : " 10.0.0" ,
8189 "tsx" : " 4.21.0" ,
8290 "typescript" : " 5.9.3"
8391 }
84- }
92+ }
Original file line number Diff line number Diff line change 4242 },
4343 "typesVersions" : {
4444 "*" : {
45- "index" : [ " ./cjs/index.d.ts" ],
46- "helpers" : [ " ./cjs/helpers.d.ts" ],
47- "types" : [ " ./cjs/types.d.ts" ],
48- "Connection" : [ " ./cjs/Connection.d.ts" ]
45+ "index" : [
46+ " ./cjs/index.d.ts"
47+ ],
48+ "helpers" : [
49+ " ./cjs/helpers.d.ts"
50+ ],
51+ "types" : [
52+ " ./cjs/types.d.ts"
53+ ],
54+ "Connection" : [
55+ " ./cjs/Connection.d.ts"
56+ ]
4957 }
5058 },
5159 "files" : [
7381 "devDependencies" : {
7482 "@types/chai" : " 4.3.20" ,
7583 "@types/mocha" : " 10.0.10" ,
76- "@types/node" : " 25.0.3 " ,
84+ "@types/node" : " 25.3.5 " ,
7785 "@types/pg" : " 8.16.0" ,
7886 "chai" : " 4.5.0" ,
7987 "mocha" : " 10.8.2" ,
8290 "tsx" : " 4.21.0" ,
8391 "typescript" : " 5.9.3"
8492 }
85- }
93+ }
Original file line number Diff line number Diff line change 4242 },
4343 "typesVersions" : {
4444 "*" : {
45- "index" : [ " ./cjs/index.d.ts" ],
46- "helpers" : [ " ./cjs/helpers.d.ts" ],
47- "types" : [ " ./cjs/types.d.ts" ],
48- "Connection" : [ " ./cjs/Connection.d.ts" ]
45+ "index" : [
46+ " ./cjs/index.d.ts"
47+ ],
48+ "helpers" : [
49+ " ./cjs/helpers.d.ts"
50+ ],
51+ "types" : [
52+ " ./cjs/types.d.ts"
53+ ],
54+ "Connection" : [
55+ " ./cjs/Connection.d.ts"
56+ ]
4957 }
5058 },
5159 "files" : [
7684 "@electric-sql/pglite" : " 0.3.14" ,
7785 "@types/chai" : " 4.3.20" ,
7886 "@types/mocha" : " 10.0.10" ,
79- "@types/node" : " 25.0.3 " ,
87+ "@types/node" : " 25.3.5 " ,
8088 "chai" : " 4.5.0" ,
8189 "mocha" : " 10.8.2" ,
8290 "ts-mocha" : " 10.0.0" ,
8391 "ts-node" : " 10.9.2" ,
8492 "tsx" : " 4.21.0" ,
8593 "typescript" : " 5.9.3"
8694 }
87- }
95+ }
You can’t perform that action at this time.
0 commit comments