pqb 0.2.7 → 0.2.8

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 CHANGED
@@ -3252,10 +3252,10 @@ class QueryGet {
3252
3252
 
3253
3253
  const queryMethodByReturnType = {
3254
3254
  all: "query",
3255
- one: "query",
3256
- oneOrThrow: "query",
3257
3255
  rows: "arrays",
3258
3256
  pluck: "arrays",
3257
+ one: "query",
3258
+ oneOrThrow: "query",
3259
3259
  value: "arrays",
3260
3260
  valueOrThrow: "arrays",
3261
3261
  rowCount: "arrays",