diff --git a/create-db/package.json b/create-db/package.json index 50a3d1a..6f03c7c 100644 --- a/create-db/package.json +++ b/create-db/package.json @@ -1,6 +1,6 @@ { "name": "create-db", - "version": "1.1.2", + "version": "1.1.3", "description": "Instantly create a temporary Prisma Postgres database with one command, then claim and persist it in your Prisma Data Platform project when ready.", "type": "module", "exports": { diff --git a/create-db/src/index.ts b/create-db/src/index.ts index a9ff3bf..d9f3aee 100644 --- a/create-db/src/index.ts +++ b/create-db/src/index.ts @@ -144,7 +144,7 @@ const router = os.router({ "has-interactive-flag": input.interactive, "has-json-flag": input.json, "has-env-flag": !!input.env, - "has-user-agent": !!userAgent, + "user-agent": userAgent || undefined, "node-version": process.version, platform: process.platform, arch: process.arch, diff --git a/create-pg/package.json b/create-pg/package.json index 52ea4e9..8ffec8b 100644 --- a/create-pg/package.json +++ b/create-pg/package.json @@ -1,6 +1,6 @@ { "name": "create-pg", - "version": "1.1.2", + "version": "1.1.3", "description": "Instantly create a temporary Prisma Postgres database with one command, then claim and persist it in your Prisma Data Platform project when ready.", "author": "prisma", "repository": { diff --git a/create-postgres/package.json b/create-postgres/package.json index 3959a5b..ec05ef9 100644 --- a/create-postgres/package.json +++ b/create-postgres/package.json @@ -1,6 +1,6 @@ { "name": "create-postgres", - "version": "1.1.2", + "version": "1.1.3", "description": "Instantly create a temporary Prisma Postgres database with one command, then claim and persist it in your Prisma Data Platform project when ready.", "author": "prisma", "repository": {