@m1212e/rumble 0.12.21 → 0.12.22
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/out/index.cjs +1 -1
- package/out/index.cjs.map +1 -1
- package/out/index.mjs +1 -1
- package/out/index.mjs.map +1 -1
- package/package.json +1 -1
package/out/index.mjs
CHANGED
|
@@ -680,7 +680,7 @@ const dateLikeSQLTypeStrings = ["date"];
|
|
|
680
680
|
function isDateLikeSQLTypeString(sqlType) {
|
|
681
681
|
return dateLikeSQLTypeStrings.includes(sqlType);
|
|
682
682
|
}
|
|
683
|
-
const jsonLikeSQLTypeStrings = ["json"];
|
|
683
|
+
const jsonLikeSQLTypeStrings = ["json", "jsonb"];
|
|
684
684
|
function isJSONLikeSQLTypeString(sqlType) {
|
|
685
685
|
return jsonLikeSQLTypeStrings.includes(sqlType);
|
|
686
686
|
}
|