@prisma/cli 3.0.0-dev.47.1 → 3.0.0-dev.49.1

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 +2 -2
package/README.md CHANGED
@@ -113,7 +113,7 @@ the result, and route CLI / Compute feedback to the right Prisma channel.
113
113
 
114
114
  ## Beta notes
115
115
 
116
- - Requires Node.js 20 or newer.
116
+ - Requires Node.js 22.12 or newer.
117
117
  - This is a beta package and may change quickly.
118
118
  - Official beta releases publish as `@prisma/cli`.
119
119
  - The package binary is `prisma-cli`, not `prisma`, during beta.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/cli",
3
- "version": "3.0.0-dev.47.1",
3
+ "version": "3.0.0-dev.49.1",
4
4
  "description": "Command-line interface for the Prisma Developer Platform.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -15,7 +15,7 @@
15
15
  "access": "public"
16
16
  },
17
17
  "engines": {
18
- "node": ">=20"
18
+ "node": ">=22.12.0"
19
19
  },
20
20
  "keywords": [
21
21
  "prisma",