File tree Expand file tree Collapse file tree 9 files changed +48
-48
lines changed Expand file tree Collapse file tree 9 files changed +48
-48
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
3- "version" : " 2.4.3 "
3+ "version" : " 2.5.0 "
44}
Original file line number Diff line number Diff line change 11{
22 "name" : " @pgtyped/cli" ,
3- "version" : " 2.4.3 " ,
3+ "version" : " 2.5.0 " ,
44 "type" : " module" ,
55 "main" : " lib/index.js" ,
66 "exports" : {
3434 "pgtyped" : " lib/index.js"
3535 },
3636 "dependencies" : {
37- "@pgtyped/typegen" : " ^2.4.2" ,
38- "piscina" : " ^5.0.0" ,
39- "yargs" : " ^18.0.0" ,
37+ "@pgtyped/typegen" : " ^2.5.0" ,
38+ "chokidar" : " ^4.0.0" ,
39+ "debug" : " ^4.1.1" ,
40+ "glob" : " ^11.0.0" ,
4041 "io-ts" : " ^2.2.20" ,
4142 "io-ts-reporters" : " ^2.0.1" ,
42- "ts-parse-database-url" : " ^1.0.3" ,
43- "chokidar" : " ^4.0.0" ,
4443 "nunjucks" : " 3.2.4" ,
45- "glob" : " ^11.0.0" ,
46- "debug" : " ^4.1.1"
44+ "piscina" : " ^5.0.0" ,
45+ "ts-parse-database-url" : " ^1.0.3" ,
46+ "yargs" : " ^18.0.0"
4747 },
4848 "devDependencies" : {
4949 "@types/debug" : " 4.1.12" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @pgtyped/example" ,
3- "version" : " 2.4.3 " ,
3+ "version" : " 2.5.0 " ,
44 "description" : " A package demonstrating how pgtyped works." ,
55 "author" : " Adel Salakh" ,
66 "private" : true ,
2222 "check" : " tsc --noEmit"
2323 },
2424 "dependencies" : {
25- "@pgtyped/cli" : " ^2.4.3 " ,
26- "@pgtyped/query" : " ^2.4.2 " ,
25+ "@pgtyped/cli" : " ^2.5.0 " ,
26+ "@pgtyped/query" : " ^2.5.0 " ,
2727 "expect" : " 29.7.0" ,
2828 "pg" : " 8.14.1" ,
2929 "typescript" : " 4.9.4"
Original file line number Diff line number Diff line change 11{
22 "name" : " @pgtyped/parser" ,
3- "version" : " 2.4.2 " ,
3+ "version" : " 2.5.0 " ,
44 "type" : " module" ,
55 "exports" : {
66 "." : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @pgtyped/query" ,
3- "version" : " 2.4.2 " ,
3+ "version" : " 2.5.0 " ,
44 "type" : " module" ,
55 "exports" : {
66 "." : {
3434 "watch" : " tsc --watch --preserveWatchOutput"
3535 },
3636 "dependencies" : {
37- "@pgtyped/runtime" : " ^2.4.2 " ,
38- "@pgtyped/wire" : " ^2.4.2 " ,
37+ "@pgtyped/runtime" : " ^2.5.0 " ,
38+ "@pgtyped/wire" : " ^2.5.0 " ,
3939 "chalk" : " ^4.1.0" ,
4040 "debug" : " ^4.1.1"
4141 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @pgtyped/runtime" ,
3- "version" : " 2.4.2 " ,
3+ "version" : " 2.5.0 " ,
44 "type" : " module" ,
55 "exports" : {
66 "." : {
3838 "watch" : " tsc --watch --preserveWatchOutput"
3939 },
4040 "dependencies" : {
41- "@pgtyped/parser" : " ^2.4.2 " ,
41+ "@pgtyped/parser" : " ^2.5.0 " ,
4242 "chalk" : " ^4.1.0" ,
4343 "debug" : " ^4.1.1"
4444 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @pgtyped/typegen" ,
3- "version" : " 2.4.2 " ,
3+ "version" : " 2.5.0 " ,
44 "type" : " module" ,
55 "exports" : {
66 "." : {
3232 "watch" : " tsc --watch --preserveWatchOutput"
3333 },
3434 "dependencies" : {
35- "@pgtyped/parser" : " ^2.4.2 " ,
36- "@pgtyped/query" : " ^2.4.2 " ,
37- "@pgtyped/wire" : " ^2.4.2 " ,
35+ "@pgtyped/parser" : " ^2.5.0 " ,
36+ "@pgtyped/query" : " ^2.5.0 " ,
37+ "@pgtyped/wire" : " ^2.5.0 " ,
3838 "camel-case" : " ^5.0.0" ,
3939 "chalk" : " ^4.0.0" ,
4040 "debug" : " ^4.1.1" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @pgtyped/wire" ,
3- "version" : " 2.4.2 " ,
3+ "version" : " 2.5.0 " ,
44 "type" : " module" ,
55 "exports" : {
66 "." : {
You can’t perform that action at this time.
0 commit comments