mythix-orm-postgresql 1.9.4 → 1.9.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -294,7 +294,7 @@ class PostgreSQLConnection extends SQLConnectionBase {
294
294
  }
295
295
 
296
296
  try {
297
- let result = await await inheritedThis.createContext(callback, inheritedThis, inheritedThis);
297
+ let result = await inheritedThis.createContext(callback, inheritedThis, inheritedThis);
298
298
 
299
299
  if (savePointName)
300
300
  await inheritedThis.query(`RELEASE SAVEPOINT ${savePointName}`, options, client);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mythix-orm-postgresql",
3
- "version": "1.9.4",
3
+ "version": "1.9.5",
4
4
  "description": "PostgreSQL driver for Mythix ORM",
5
5
  "main": "lib/index.js",
6
6
  "type": "commonjs",
@@ -33,8 +33,8 @@
33
33
  },
34
34
  "homepage": "https://github.com/th317erd/mythix-orm-postgresql#readme",
35
35
  "peerDependencies": {
36
- "mythix-orm": "^1.11.5",
37
- "mythix-orm-sql-base": "^1.9.4"
36
+ "mythix-orm": "^1.11.6",
37
+ "mythix-orm-sql-base": "^1.9.5"
38
38
  },
39
39
  "dependencies": {
40
40
  "luxon": "^3.1.0",