prisma-client-php 2.0.7 → 2.0.8
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/init.js +0 -2
- package/package.json +1 -1
package/dist/init.js
CHANGED
|
@@ -87,7 +87,6 @@ function installNpmDependencies(isPrismaPHP) {
|
|
|
87
87
|
npmPkg("prisma"),
|
|
88
88
|
npmPkg("@prisma/client"),
|
|
89
89
|
npmPkg("@prisma/internals"),
|
|
90
|
-
npmPkg("prisma-client-php"),
|
|
91
90
|
];
|
|
92
91
|
if (!isPrismaPHP) {
|
|
93
92
|
npmDependencies.push(
|
|
@@ -192,7 +191,6 @@ const npmPinnedVersions = {
|
|
|
192
191
|
prisma: "^6.8.2",
|
|
193
192
|
"@prisma/client": "^6.8.2",
|
|
194
193
|
"@prisma/internals": "^6.8.2",
|
|
195
|
-
"prisma-client-php": "latest",
|
|
196
194
|
tsx: "^4.19.4",
|
|
197
195
|
typescript: "^5.8.3",
|
|
198
196
|
"@types/node": "^22.15.18",
|
package/package.json
CHANGED