File tree 7 files changed +8
-8
lines changed
7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @event-driven-io/pongo-core" ,
3
- "version" : " 0.16.4-alpha.1 " ,
3
+ "version" : " 0.16.4-alpha.2 " ,
4
4
"description" : " Pongo - Mongo with strong consistency on top of Postgres" ,
5
5
"type" : " module" ,
6
6
"engines" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @event-driven-io/dumbo" ,
3
- "version" : " 0.12.1-alpha.1 " ,
3
+ "version" : " 0.12.1-alpha.2 " ,
4
4
"description" : " Dumbo - tools for dealing with PostgreSQL" ,
5
5
"type" : " module" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export default defineConfig({
7
7
clean : true , // clean up the dist folder
8
8
dts : true , // generate dts files
9
9
format : [ 'esm' , 'cjs' ] , // generate cjs and esm files
10
- minify : true , //env === 'production',
10
+ minify : false , //env === 'production',
11
11
bundle : true , //env === 'production',
12
12
skipNodeModulesBundle : true ,
13
13
watch : env === 'development' ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @event-driven-io/pongo" ,
3
- "version" : " 0.16.4-alpha.1 " ,
3
+ "version" : " 0.16.4-alpha.2 " ,
4
4
"description" : " Pongo - Mongo with strong consistency on top of Postgres" ,
5
5
"type" : " module" ,
6
6
"scripts" : {
87
87
"pongo" : " ./dist/cli.js"
88
88
},
89
89
"peerDependencies" : {
90
- "@event-driven-io/dumbo" : " 0.12.1-alpha.1 " ,
90
+ "@event-driven-io/dumbo" : " 0.12.1-alpha.2 " ,
91
91
"@types/mongodb" : " ^4.0.7" ,
92
92
"@types/pg" : " ^8.11.6" ,
93
93
"@types/uuid" : " ^10.0.0" ,
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ const startRepl = async (options: {
124
124
setLogLevel ( process . env . DUMBO_LOG_LEVEL ?? options . logging . logLevel ) ;
125
125
setLogStyle ( process . env . DUMBO_LOG_STYLE ?? options . logging . logStyle ) ;
126
126
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 )' ) ) ;
128
128
129
129
if ( options . logging . printOptions ) {
130
130
console . log ( color . green ( 'With Options:' ) ) ;
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export default defineConfig({
7
7
clean : true , // clean up the dist folder
8
8
dts : true , // generate dts files
9
9
format : [ 'esm' , 'cjs' ] , // generate cjs and esm files
10
- minify : true , //env === 'production',
10
+ minify : false , //env === 'production',
11
11
bundle : true , //env === 'production',
12
12
skipNodeModulesBundle : true ,
13
13
watch : env === 'development' ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export default defineConfig({
7
7
clean : true , // clean up the dist folder
8
8
dts : true , // generate dts files
9
9
format : [ 'cjs' , 'esm' ] , // generate cjs and esm files
10
- minify : true , //env === 'production',
10
+ minify : false , //env === 'production',
11
11
bundle : true , //env === 'production',
12
12
skipNodeModulesBundle : true ,
13
13
watch : env === 'development' ,
You can’t perform that action at this time.
0 commit comments