Skip to content

Commit

Permalink
Updated packages (including gen-esm-wrapper@1.1.2, see #92); deleted …
Browse files Browse the repository at this point in the history
…ts-node as devDependency
  • Loading branch information
jawj committed Jun 11, 2021
1 parent 43a27ca commit 3a0ebdc
Show file tree
Hide file tree
Showing 4 changed files with 134 additions and 212 deletions.
1 change: 0 additions & 1 deletion db.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export const Parameter = mod.Parameter;
export const ParentColumn = mod.ParentColumn;
export const SQLFragment = mod.SQLFragment;
export const SelectResultMode = mod.SelectResultMode;
export const __esModule = mod.__esModule;
export const all = mod.all;
export const cols = mod.cols;
export const conditions = mod.conditions;
Expand Down
1 change: 0 additions & 1 deletion generate.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import mod from "./generate.js";

export default mod;
export const __esModule = mod.__esModule;
export const crossTableTypesForTables = mod.crossTableTypesForTables;
export const definitionForRelationInSchema = mod.definitionForRelationInSchema;
export const enumDataForSchema = mod.enumDataForSchema;
Expand Down
Loading

0 comments on commit 3a0ebdc

Please sign in to comment.