@objectstack/driver-sql 11.0.0 → 11.2.0

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/index.mjs CHANGED
@@ -455,7 +455,7 @@ var SqlDriver = class {
455
455
  await this.knex.destroy();
456
456
  }
457
457
  // ===================================
458
- // CRUD — DriverInterface core
458
+ // CRUD — IDataDriver core
459
459
  // ===================================
460
460
  async find(object, query, options) {
461
461
  const buildBase = () => {