latticesql 1.6.2 → 1.6.4

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.
package/dist/cli.js CHANGED
@@ -6153,7 +6153,7 @@ var PostgresAdapter = class {
6153
6153
  _opened = false;
6154
6154
  constructor(connectionString, options = {}) {
6155
6155
  this._connectionString = connectionString;
6156
- this._workerPath = options.workerPath ?? path.join(__dirname2, "postgres-worker.js");
6156
+ this._workerPath = options.workerPath ?? path.join(__dirname2, "postgres-worker.cjs");
6157
6157
  }
6158
6158
  open() {
6159
6159
  if (this._opened) return;