@prisma/cli-init 0.0.0-dev.202511271345 → 0.0.0-dev.202511271346
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/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3185,8 +3185,8 @@ var LoginState = class {
|
|
|
3185
3185
|
authUrl.searchParams.set("code_challenge", challenge);
|
|
3186
3186
|
authUrl.searchParams.set("code_challenge_method", "S256");
|
|
3187
3187
|
authUrl.searchParams.set("utm_source", "orm");
|
|
3188
|
-
authUrl.searchParams.set("utm_medium", "
|
|
3189
|
-
authUrl.searchParams.set("utm_campaign", "
|
|
3188
|
+
authUrl.searchParams.set("utm_medium", "command-prisma-init-db");
|
|
3189
|
+
authUrl.searchParams.set("utm_campaign", "6.X.X");
|
|
3190
3190
|
await open(authUrl.href);
|
|
3191
3191
|
}
|
|
3192
3192
|
async handleCallback(url2) {
|