File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 "test" : " dotenv -e .env -- yarn ts-node ./src/index.ts"
99 },
1010 "dependencies" : {
11- "@stackpress/inquire-pg" : " 0.5.17 " ,
11+ "@stackpress/inquire-pg" : " 0.5.19 " ,
1212 "pg" : " 8.13.1"
1313 },
1414 "devDependencies" : {
Original file line number Diff line number Diff line change 88 "test" : " ts-node ./src/index.ts"
99 },
1010 "dependencies" : {
11- "@stackpress/inquire-mysql2" : " 0.5.17 " ,
11+ "@stackpress/inquire-mysql2" : " 0.5.19 " ,
1212 "mysql2" : " 3.11.5"
1313 },
1414 "devDependencies" : {
Original file line number Diff line number Diff line change 88 "start" : " ts-node ./src/index.ts"
99 },
1010 "dependencies" : {
11- "@stackpress/inquire-pg" : " 0.5.17 " ,
11+ "@stackpress/inquire-pg" : " 0.5.19 " ,
1212 "pg" : " ^8.13.1"
1313 },
1414 "devDependencies" : {
Original file line number Diff line number Diff line change 88 "test" : " ts-node ./src/index.ts"
99 },
1010 "dependencies" : {
11- "@stackpress/inquire-pg" : " 0.5.17 " ,
11+ "@stackpress/inquire-pg" : " 0.5.19 " ,
1212 "pg" : " 8.13.1"
1313 },
1414 "devDependencies" : {
Original file line number Diff line number Diff line change 99 },
1010 "dependencies" : {
1111 "@electric-sql/pglite" : " 0.2.14" ,
12- "@stackpress/inquire-pglite" : " 0.5.17 "
12+ "@stackpress/inquire-pglite" : " 0.5.19 "
1313 },
1414 "devDependencies" : {
1515 "@types/node" : " 22.9.3" ,
Original file line number Diff line number Diff line change 88 "test" : " ts-node ./src/index.ts"
99 },
1010 "dependencies" : {
11- "@stackpress/inquire-sqlite3" : " 0.5.17 " ,
11+ "@stackpress/inquire-sqlite3" : " 0.5.19 " ,
1212 "better-sqlite3" : " 11.7.0"
1313 },
1414 "devDependencies" : {
Original file line number Diff line number Diff line change 88 "start" : " ts-node ./src/index.ts"
99 },
1010 "dependencies" : {
11- "@stackpress/inquire-pg" : " 0.5.17 " ,
11+ "@stackpress/inquire-pg" : " 0.5.19 " ,
1212 "@supabase/supabase-js" : " ^2.42.0" ,
1313 "pg" : " ^8.13.1" ,
1414 "dotenv" : " ^16.4.5"
Original file line number Diff line number Diff line change 1111 "build:pg" : " yarn --cwd packages/inquire-pg build" ,
1212 "build:pglite" : " yarn --cwd packages/inquire-pglite build" ,
1313 "build:sqlite3" : " yarn --cwd packages/inquire-sqlite3 build" ,
14- "report" : " nyc yarn test:inquire && nyc report -r lcov" ,
14+ "report" : " yarn report:env nyc yarn test:inquire && nyc report -r lcov" ,
15+ "report:env" : " NODE_OPTIONS=\" --disable-warning=ExperimentalWarning --experimental-loader @istanbuljs/esm-loader-hook\" " ,
1516 "test" : " yarn test:inquire && yarn test:pglite && yarn test:mysql2 && yarn test:sqlite3 && yarn test:pg" ,
1617 "test:inquire" : " yarn --cwd packages/inquire test" ,
1718 "test:mysql2" : " yarn --cwd packages/inquire-mysql2 test" ,
2526 "test:ex:sqlite3" : " yarn --cwd examples/with-sqlite3 test"
2627 },
2728 "devDependencies" : {
29+ "@istanbuljs/esm-loader-hook" : " 0.3.0" ,
2830 "nyc" : " 17.1.0"
2931 }
3032}
Original file line number Diff line number Diff line change 11{
22 "type" : " module" ,
33 "name" : " @stackpress/inquire-mysql2" ,
4- "version" : " 0.5.17 " ,
4+ "version" : " 0.5.19 " ,
55 "license" : " Apache-2.0" ,
66 "description" : " Generic typed mysql2" ,
77 "author" : " Chris <chris@incept.asia>" ,
6464 "test" : " DATABASE_URL=test ts-mocha -r tsx tests/*.test.ts"
6565 },
6666 "dependencies" : {
67- "@stackpress/inquire" : " 0.5.17 "
67+ "@stackpress/inquire" : " 0.5.19 "
6868 },
6969 "peerDependencies" : {
7070 "mysql2" : " ^3"
Original file line number Diff line number Diff line change 11{
22 "type" : " module" ,
33 "name" : " @stackpress/inquire-pg" ,
4- "version" : " 0.5.17 " ,
4+ "version" : " 0.5.19 " ,
55 "license" : " Apache-2.0" ,
66 "description" : " Generic typed pg" ,
77 "author" : " Chris <chris@incept.asia>" ,
6565 "test" : " DATABASE_URL=test ts-mocha -r tsx tests/*.test.ts"
6666 },
6767 "dependencies" : {
68- "@stackpress/inquire" : " 0.5.17 "
68+ "@stackpress/inquire" : " 0.5.19 "
6969 },
7070 "peerDependencies" : {
7171 "pg" : " ^8"
You can’t perform that action at this time.
0 commit comments