create-db 0.0.15 → 1.0.1-pr36-version-1-bump-16474083211.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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -85,7 +85,7 @@ The CLI output includes a **claim URL** that allows you to keep the database per
85
85
 
86
86
  **What claiming does:**
87
87
 
88
- - Moves the database into your Prisma Postgres account.
88
+ - Moves the database into your Prisma Data Platform account.
89
89
  - Prevents it from being auto-deleted.
90
90
  - Lets you continue using the database as a long-term instance.
91
91
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-db",
3
- "version": "0.0.15",
3
+ "version": "1.0.1-pr36-version-1-bump-16474083211.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": "",