@alevnyacow/nzmt 0.8.0 → 0.8.1

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.
Files changed (2) hide show
  1. package/bin/cli.js +1 -1
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -292,7 +292,7 @@ function initPrisma() {
292
292
 
293
293
  fs.writeFileSync(path.resolve(prismaFolder, 'client.ts'), [
294
294
  `import { PrismaPg } from '@prisma/adapter-pg'`,
295
- `import { PrismaClient } from '${prismaClientPath}'`,
295
+ `import { PrismaClient } from '${prismaClientPath.replace('.', '@')}'`,
296
296
  ``,
297
297
  `const adapter = new PrismaPg({`,
298
298
  `\tconnectionString: process.env.DATABASE_URL`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alevnyacow/nzmt",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "Next Zod Modules Toolkit",
5
5
  "repository": {
6
6
  "type": "git",