Skip to content

Commit

Permalink
Bumped to 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oskardudycz committed Aug 8, 2024
1 parent 31b3aa7 commit 4d6f37b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 12 deletions.
6 changes: 3 additions & 3 deletions src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@event-driven-io/pongo-core",
"version": "0.12.1",
"version": "0.12.2",
"description": "Pongo - Mongo with strong consistency on top of Postgres",
"type": "module",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion src/packages/pongo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@event-driven-io/pongo",
"version": "0.12.1",
"version": "0.12.2",
"description": "Pongo - Mongo with strong consistency on top of Postgres",
"type": "module",
"scripts": {
Expand Down
7 changes: 0 additions & 7 deletions src/packages/pongo/src/e2e/postgres.e2e.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@ type User = {
tags?: string[];
};

type UserWithoutId = {
name: string;
age: number;
address?: Address;
tags?: string[];
};

void describe('MongoDB Compatibility Tests', () => {
let postgres: StartedPostgreSqlContainer;
let postgresConnectionString: string;
Expand Down

0 comments on commit 4d6f37b

Please sign in to comment.