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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prisma-sql",
3
- "version": "1.61.0",
3
+ "version": "1.63.0",
4
4
  "description": "Convert Prisma queries to optimized SQL with type safety. 2-7x faster than Prisma Client.",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",
package/readme.md CHANGED
@@ -1287,7 +1287,7 @@ PRs welcome! Priority areas:
1287
1287
  Setup:
1288
1288
 
1289
1289
  ```bash
1290
- git clone https://github.com/multipliedtwice/prisma-sql
1290
+ git clone https://github.com/multipliedtwice/prisma-to-sql
1291
1291
  cd prisma-sql
1292
1292
  npm install
1293
1293
  npm run build
@@ -1347,8 +1347,8 @@ MIT
1347
1347
  ## Links
1348
1348
 
1349
1349
  - [NPM Package](https://www.npmjs.com/package/prisma-sql)
1350
- - [GitHub Repository](https://github.com/multipliedtwice/prisma-sql)
1351
- - [Issue Tracker](https://github.com/multipliedtwice/prisma-sql/issues)
1350
+ - [GitHub Repository](https://github.com/multipliedtwice/prisma-to-sql)
1351
+ - [Issue Tracker](https://github.com/multipliedtwice/prisma-to-sql/issues)
1352
1352
 
1353
1353
  ---
1354
1354