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.d.ts +6 -6
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/queryMethods/then.ts +2 -2
- package/src/queryMethods/update.ts +12 -12
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",
|