@trenskow/pged 5.1.71 → 5.1.73

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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -133,7 +133,7 @@ export default class PGed extends EventEmitter {
133
133
  throw error;
134
134
  }
135
135
 
136
- await wait(this._options.connectionRetryDelay);
136
+ await wait(this._options.connection.retry.delay);
137
137
 
138
138
  }
139
139
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trenskow/pged",
3
- "version": "5.1.71",
3
+ "version": "5.1.73",
4
4
  "description": "Just a silly little db management and query builder for PostgreSQL.",
5
5
  "main": "index.js",
6
6
  "type": "module",