drizzle-orm 0.9.17 → 0.9.18

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/columns/column.js CHANGED
@@ -45,7 +45,6 @@ class Column extends AbstractColumn {
45
45
  }
46
46
  primaryKey() {
47
47
  this.primaryKeyName = `${this.parentTableName}_${this.columnName}`;
48
- // eslint-disable-next-line max-len
49
48
  return this;
50
49
  }
51
50
  foreignKey(table, callback, onConstraint) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drizzle-orm",
3
- "version": "0.9.17",
3
+ "version": "0.9.18",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",