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.mjs
CHANGED
|
@@ -10723,7 +10723,8 @@ class Db {
|
|
|
10723
10723
|
const tableData = getTableData();
|
|
10724
10724
|
this.internal = __spreadProps(__spreadValues({}, tableData), {
|
|
10725
10725
|
transactionStorage,
|
|
10726
|
-
scopes
|
|
10726
|
+
scopes,
|
|
10727
|
+
snakeCase: options.snakeCase
|
|
10727
10728
|
});
|
|
10728
10729
|
this.baseQuery = this;
|
|
10729
10730
|
const logger = options.logger || console;
|