pqb 0.40.4 → 0.40.5

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
@@ -12862,6 +12862,7 @@ const _initQueryBuilder = (adapter, columnTypes, transactionStorage, commonOptio
12862
12862
  qb.internal.extensions = arr;
12863
12863
  }
12864
12864
  qb.internal.domains = options.domains;
12865
+ qb.internal.generatorIgnore = options.generatorIgnore;
12865
12866
  return qb.queryBuilder = qb;
12866
12867
  };
12867
12868