create-db 1.1.2 → 1.1.3
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/cli.mjs
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { a as isDatabaseError, i as RegionSchema, n as createDbCli, o as isDatabaseSuccess, r as regions, t as create } from "./src-
|
|
2
|
+
import { a as isDatabaseError, i as RegionSchema, n as createDbCli, o as isDatabaseSuccess, r as regions, t as create } from "./src-1WiR7iEz.mjs";
|
|
3
3
|
|
|
4
4
|
export { RegionSchema, create, createDbCli, isDatabaseError, isDatabaseSuccess, regions };
|
|
@@ -342,7 +342,7 @@ const router = os.router({
|
|
|
342
342
|
"has-interactive-flag": input.interactive,
|
|
343
343
|
"has-json-flag": input.json,
|
|
344
344
|
"has-env-flag": !!input.env,
|
|
345
|
-
"
|
|
345
|
+
"user-agent": userAgent || void 0,
|
|
346
346
|
"node-version": process.version,
|
|
347
347
|
platform: process.platform,
|
|
348
348
|
arch: process.arch
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-db",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3",
|
|
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
|
"type": "module",
|
|
6
6
|
"exports": {
|