@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.
Files changed (2) hide show
  1. package/dist/index.js +2 -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", "cli");
3189
- authUrl.searchParams.set("utm_campaign", "oauth");
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) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/cli-init",
3
- "version": "0.0.0-dev.202511271345",
3
+ "version": "0.0.0-dev.202511271346",
4
4
  "description": "Init CLI for Prisma",
5
5
  "type": "module",
6
6
  "sideEffects": false,