Skip to content

Commit 6361d99

Browse files
committed
Bumped to 0.17.0-alpha.4
1 parent a54636e commit 6361d99

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

src/package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@event-driven-io/pongo-core",
3-
"version": "0.17.0-alpha.3",
3+
"version": "0.17.0-alpha.4",
44
"description": "Pongo - Mongo with strong consistency on top of Postgres",
55
"type": "module",
66
"engines": {

src/packages/dumbo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@event-driven-io/dumbo",
3-
"version": "0.13.0-alpha.3",
4-
"description": "Dumbo - tools for dealing with PostgreSQL",
3+
"version": "0.13.0-alpha.4",
4+
"description": "Dumbo - tools for dealing with Relational Databases",
55
"type": "module",
66
"scripts": {
77
"build": "tsup",

src/packages/pongo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@event-driven-io/pongo",
3-
"version": "0.17.0-alpha.3",
3+
"version": "0.17.0-alpha.4",
44
"description": "Pongo - Mongo with strong consistency on top of Postgres",
55
"type": "module",
66
"scripts": {
@@ -113,7 +113,7 @@
113113
"pongo": "./dist/cli.js"
114114
},
115115
"peerDependencies": {
116-
"@event-driven-io/dumbo": "0.13.0-alpha.3",
116+
"@event-driven-io/dumbo": "0.13.0-alpha.4",
117117
"@types/mongodb": "^4.0.7",
118118
"@types/pg": "^8.11.11",
119119
"@types/sqlite3": "^5.1.0",

src/packages/pongo/src/commandLine/shell.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.17.0-alpha.3)'));
127+
console.log(color.green('Starting Pongo Shell (version: 0.17.0-alpha.4)'));
128128

129129
if (options.logging.printOptions) {
130130
console.log(color.green('With Options:'));

0 commit comments

Comments
 (0)