create-db 1.0.10-pr58-DC-4635-add-tests-17775249224.0 → 1.0.10-pr60-user-agent-sent-to-mgmt-api-18380858926.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 +2 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -431,7 +431,8 @@ async function createDatabase(name, region, userAgent, silent = false) {
431
431
  body: JSON.stringify({
432
432
  region,
433
433
  name,
434
- utm_source: userAgent || CLI_NAME,
434
+ utm_source: CLI_NAME,
435
+ userAgent,
435
436
  }),
436
437
  });
437
438
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-db",
3
- "version": "1.0.10-pr58-DC-4635-add-tests-17775249224.0",
3
+ "version": "1.0.10-pr60-user-agent-sent-to-mgmt-api-18380858926.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": "",