@prisma/orm-toolchain 8.0.0-rc.4-dev.13 → 8.0.0-rc.4-dev.14

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.
@@ -1,6 +1,6 @@
1
1
  # {{projectName}}
2
2
 
3
- Generated by `prisma-cli init` with the Minimal template.
3
+ Generated by `prisma orm init` with the Minimal template.
4
4
 
5
5
  ## First run
6
6
 
@@ -1,6 +1,6 @@
1
1
  # {{projectName}}
2
2
 
3
- Generated by `prisma-cli init` with the Minimal template.
3
+ Generated by `prisma orm init` with the Minimal template.
4
4
 
5
5
  ## First run
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/orm-toolchain",
3
- "version": "8.0.0-rc.4-dev.13",
3
+ "version": "8.0.0-rc.4-dev.14",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -9,7 +9,7 @@
9
9
  "dist"
10
10
  ],
11
11
  "dependencies": {
12
- "@prisma/orm-framework": "8.0.0-rc.4-dev.13",
12
+ "@prisma/orm-framework": "8.0.0-rc.4-dev.14",
13
13
  "@vercel/detect-agent": "^1.2.4",
14
14
  "arktype": "^2.2.2",
15
15
  "c12": "^3.3.4",
@@ -29,16 +29,16 @@
29
29
  "wrap-ansi": "^10.0.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@internal/cli": "8.0.0-rc.4-dev.13",
33
- "@internal/cli-telemetry": "8.0.0-rc.4-dev.13",
34
- "@internal/config-loader": "8.0.0-rc.4-dev.13",
35
- "@internal/emitter": "8.0.0-rc.4-dev.13",
36
- "@internal/language-server": "8.0.0-rc.4-dev.13",
37
- "@internal/migration-tools": "8.0.0-rc.4-dev.13",
38
- "@internal/publish-surface": "8.0.0-rc.4-dev.13",
39
- "@repo/tsconfig": "8.0.0-rc.4-dev.13",
40
- "@repo/tsdown": "8.0.0-rc.4-dev.13",
41
- "@internal/vite-plugin-contract-emit": "8.0.0-rc.4-dev.13",
32
+ "@internal/cli": "8.0.0-rc.4-dev.14",
33
+ "@internal/cli-telemetry": "8.0.0-rc.4-dev.14",
34
+ "@internal/config-loader": "8.0.0-rc.4-dev.14",
35
+ "@internal/emitter": "8.0.0-rc.4-dev.14",
36
+ "@internal/language-server": "8.0.0-rc.4-dev.14",
37
+ "@internal/migration-tools": "8.0.0-rc.4-dev.14",
38
+ "@internal/publish-surface": "8.0.0-rc.4-dev.14",
39
+ "@repo/tsconfig": "8.0.0-rc.4-dev.14",
40
+ "@repo/tsdown": "8.0.0-rc.4-dev.14",
41
+ "@internal/vite-plugin-contract-emit": "8.0.0-rc.4-dev.14",
42
42
  "tsdown": "0.22.14",
43
43
  "typescript": "5.9.3"
44
44
  },