create-db 1.0.10-pr54-user-agent-sent-to-mgmt-api-17502093016.0 → 1.0.10-pr55-DC-5180-analytics-fixed-17504196954.0

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/index.js +1 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -431,8 +431,7 @@ async function createDatabase(name, region, userAgent, silent = false) {
431
431
  body: JSON.stringify({
432
432
  region,
433
433
  name,
434
- utm_source: CLI_NAME,
435
- userAgent,
434
+ utm_source: userAgent || CLI_NAME,
436
435
  }),
437
436
  });
438
437
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-db",
3
- "version": "1.0.10-pr54-user-agent-sent-to-mgmt-api-17502093016.0",
3
+ "version": "1.0.10-pr55-DC-5180-analytics-fixed-17504196954.0",
4
4
  "description": "Instantly create a temporary Prisma Postgres database with one command, then claim and persist it in your Prisma Data Platform project when ready.",
5
5
  "main": "index.js",
6
6
  "author": "",