create-db 0.0.13-pr27-feat-posthog-16472861967.0 → 0.0.13-pr27-feat-posthog-16472910143.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 +0 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -399,9 +399,6 @@ async function createDatabase(name, region) {
399
399
  async function main() {
400
400
  try {
401
401
  const rawArgs = process.argv.slice(2);
402
- log.message(
403
- chalk.white(`POSTHOG: ${process.env.POSTHOG_API_KEY} ${process.env.POSTHOG_API_HOST}`)
404
- );
405
402
  try {
406
403
  await analytics.capture("create_db:cli_command_ran", {
407
404
  command: CLI_NAME,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-db",
3
- "version": "0.0.13-pr27-feat-posthog-16472861967.0",
3
+ "version": "0.0.13-pr27-feat-posthog-16472910143.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": "",