File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @event-driven-io/pongo-core" ,
3- "version" : " 0.16.4-alpha.1 " ,
3+ "version" : " 0.16.4-alpha.2 " ,
44 "description" : " Pongo - Mongo with strong consistency on top of Postgres" ,
55 "type" : " module" ,
66 "engines" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @event-driven-io/dumbo" ,
3- "version" : " 0.12.1-alpha.1 " ,
3+ "version" : " 0.12.1-alpha.2 " ,
44 "description" : " Dumbo - tools for dealing with PostgreSQL" ,
55 "type" : " module" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export default defineConfig({
77 clean : true , // clean up the dist folder
88 dts : true , // generate dts files
99 format : [ 'esm' , 'cjs' ] , // generate cjs and esm files
10- minify : true , //env === 'production',
10+ minify : false , //env === 'production',
1111 bundle : true , //env === 'production',
1212 skipNodeModulesBundle : true ,
1313 watch : env === 'development' ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @event-driven-io/pongo" ,
3- "version" : " 0.16.4-alpha.1 " ,
3+ "version" : " 0.16.4-alpha.2 " ,
44 "description" : " Pongo - Mongo with strong consistency on top of Postgres" ,
55 "type" : " module" ,
66 "scripts" : {
8787 "pongo" : " ./dist/cli.js"
8888 },
8989 "peerDependencies" : {
90- "@event-driven-io/dumbo" : " 0.12.1-alpha.1 " ,
90+ "@event-driven-io/dumbo" : " 0.12.1-alpha.2 " ,
9191 "@types/mongodb" : " ^4.0.7" ,
9292 "@types/pg" : " ^8.11.6" ,
9393 "@types/uuid" : " ^10.0.0" ,
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ const startRepl = async (options: {
124124 setLogLevel ( process . env . DUMBO_LOG_LEVEL ?? options . logging . logLevel ) ;
125125 setLogStyle ( process . env . DUMBO_LOG_STYLE ?? options . logging . logStyle ) ;
126126
127- console . log ( color . green ( 'Starting Pongo Shell (version: 0.16.4-alpha.1 )' ) ) ;
127+ console . log ( color . green ( 'Starting Pongo Shell (version: 0.16.4-alpha.2 )' ) ) ;
128128
129129 if ( options . logging . printOptions ) {
130130 console . log ( color . green ( 'With Options:' ) ) ;
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export default defineConfig({
77 clean : true , // clean up the dist folder
88 dts : true , // generate dts files
99 format : [ 'esm' , 'cjs' ] , // generate cjs and esm files
10- minify : true , //env === 'production',
10+ minify : false , //env === 'production',
1111 bundle : true , //env === 'production',
1212 skipNodeModulesBundle : true ,
1313 watch : env === 'development' ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export default defineConfig({
77 clean : true , // clean up the dist folder
88 dts : true , // generate dts files
99 format : [ 'cjs' , 'esm' ] , // generate cjs and esm files
10- minify : true , //env === 'production',
10+ minify : false , //env === 'production',
1111 bundle : true , //env === 'production',
1212 skipNodeModulesBundle : true ,
1313 watch : env === 'development' ,
You can’t perform that action at this time.
0 commit comments