create-db 1.0.3-pr45-DC-4829-source-flag-17134940199.0 → 1.0.3-pr45-DC-4829-source-flag-17135144702.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 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -431,6 +431,7 @@ async function createDatabase(name, region, source, returnJson = false ) {
431
431
  region: database?.region?.id || region,
432
432
  name: database?.name,
433
433
  projectId: projectId,
434
+ source: source || null,
434
435
  };
435
436
  }
436
437
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-db",
3
- "version": "1.0.3-pr45-DC-4829-source-flag-17134940199.0",
3
+ "version": "1.0.3-pr45-DC-4829-source-flag-17135144702.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": "",