@gadmin2n/prisma-react-generator 0.0.42 → 0.0.44

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.
@@ -73,7 +73,7 @@ const run = ({ output, dmmf, ...options }) => {
73
73
  }),
74
74
  };
75
75
  if (existingPageModels === null || existingPageModels === void 0 ? void 0 : existingPageModels.has(modelDirName)) {
76
- sdk_1.logger.info(`Skipping page generation for Model ${model.name} (already exists in pagesDir)`);
76
+ sdk_1.logger.info(`Skipping page generation for Model ${model.name} (already exists in pages/)`);
77
77
  return [configFile, modelFile];
78
78
  }
79
79
  const createPageFile = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gadmin2n/prisma-react-generator",
3
3
  "description": "Generates react props and components from Prisma Schema for Tea/Antd ui lib.",
4
- "version": "0.0.42",
4
+ "version": "0.0.44",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
7
7
  "name": "kavenma",