prisma-sql 1.61.0 → 1.63.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/generator.cjs +2 -3
- package/dist/generator.cjs.map +1 -1
- package/dist/generator.js +2 -3
- package/dist/generator.js.map +1 -1
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/readme.md +3 -3
package/dist/index.cjs
CHANGED
|
@@ -6620,6 +6620,7 @@ exports.createTransactionExecutor = createTransactionExecutor;
|
|
|
6620
6620
|
exports.generateAllSQL = generateAllSQL;
|
|
6621
6621
|
exports.generateSQL = generateSQL2;
|
|
6622
6622
|
exports.generateSQLByModel = generateSQLByModel;
|
|
6623
|
+
exports.normalizeValue = normalizeValue;
|
|
6623
6624
|
exports.parseBatchCountResults = parseBatchCountResults;
|
|
6624
6625
|
exports.parseBatchResults = parseBatchResults;
|
|
6625
6626
|
exports.transformQueryResults = transformQueryResults;
|