@appxdigital/appx-core 0.1.112 → 0.1.114

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.
@@ -28,7 +28,7 @@ const child_process_1 = require("child_process");
28
28
  const path = __importStar(require("path"));
29
29
  const scriptsDir = path.join(__dirname);
30
30
  console.log('Running Prisma Generate...');
31
- (0, child_process_1.execSync)(`npx prisma generate`, {
31
+ (0, child_process_1.execSync)(`prisma generate`, {
32
32
  stdio: 'inherit',
33
33
  });
34
34
  console.log('Generating Modules...');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appxdigital/appx-core",
3
- "version": "0.1.112",
3
+ "version": "0.1.114",
4
4
  "description": "Appx Core is a library that provides a set of tools to help you build your application faster.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -73,7 +73,8 @@
73
73
  "@adminjs/nestjs": "~7.0.0",
74
74
  "@adminjs/passwords": "~4.0.0",
75
75
  "@adminjs/prisma": "~5.0.4",
76
- "@prisma/sdk": "~3.15.2"
76
+ "@prisma/sdk": "~3.15.2",
77
+ "prisma": "~6.5.0"
77
78
  },
78
79
  "files": [
79
80
  "dist"