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/package.json
CHANGED
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
|
|