pqb 0.26.7 → 0.27.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.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -10725,7 +10725,8 @@ class Db {
|
|
|
10725
10725
|
const tableData = getTableData();
|
|
10726
10726
|
this.internal = __spreadProps(__spreadValues({}, tableData), {
|
|
10727
10727
|
transactionStorage,
|
|
10728
|
-
scopes
|
|
10728
|
+
scopes,
|
|
10729
|
+
snakeCase: options.snakeCase
|
|
10729
10730
|
});
|
|
10730
10731
|
this.baseQuery = this;
|
|
10731
10732
|
const logger = options.logger || console;
|