create-prisma-php-app 1.6.6 → 1.6.7

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/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -32,6 +32,7 @@ async function main() {
32
32
  return;
33
33
  }
34
34
  // execSync(`npm install -g create-prisma-php-app`, { stdio: "inherit" }); // TODO: Uncomment this line before publishing the package
35
+ execSync(`npm install -g create-prisma-php-app@alpha-update-command`, { stdio: "inherit" }); // TODO: Uncomment this line before publishing the package
35
36
  // Support for browser-sync
36
37
  execSync(`npm install -g browser-sync`, { stdio: "inherit" });
37
38
  // Create the project directory
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-prisma-php-app",
3
- "version": "1.6.6",
3
+ "version": "1.6.7",
4
4
  "description": "Prisma-PHP: A Revolutionary Library Bridging PHP with Prisma ORM",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",