create-db 1.0.10-pr61-petradonka-patch-1-18747519608.0 → 1.0.10-pr62-posthog-and-minor-fixes-18783851498.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 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -618,7 +618,7 @@ async function createDatabase(name, region, userAgent, silent = false) {
618
618
  });
619
619
  }
620
620
 
621
- async function main() {
621
+ export async function main() {
622
622
  try {
623
623
  const rawArgs = process.argv.slice(2);
624
624
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-db",
3
- "version": "1.0.10-pr61-petradonka-patch-1-18747519608.0",
3
+ "version": "1.0.10-pr62-posthog-and-minor-fixes-18783851498.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": "",