@prisma-next/migration-tools 0.12.0-dev.33 → 0.12.0-dev.35

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.
@@ -469,7 +469,7 @@ interface PerSpacePlan {
469
469
  * strategy; absent for synth-produced plans.
470
470
  *
471
471
  * `migrate` surfaces this for the app member as
472
- * `MigrationApplySuccess.pathDecision` (back-compat with single-
472
+ * `MigrateSuccess.pathDecision` (back-compat with single-
473
473
  * space callers).
474
474
  */
475
475
  readonly pathDecision?: PathDecision;
package/package.json CHANGED
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "@prisma-next/migration-tools",
3
- "version": "0.12.0-dev.33",
3
+ "version": "0.12.0-dev.35",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "sideEffects": false,
7
7
  "description": "On-disk migration persistence, hash verification, and chain reconstruction for Prisma Next",
8
8
  "dependencies": {
9
- "@prisma-next/contract": "0.12.0-dev.33",
10
- "@prisma-next/framework-components": "0.12.0-dev.33",
11
- "@prisma-next/utils": "0.12.0-dev.33",
9
+ "@prisma-next/contract": "0.12.0-dev.35",
10
+ "@prisma-next/framework-components": "0.12.0-dev.35",
11
+ "@prisma-next/utils": "0.12.0-dev.35",
12
12
  "arktype": "^2.2.0",
13
13
  "pathe": "^2.0.3",
14
14
  "prettier": "^3.8.3"
15
15
  },
16
16
  "devDependencies": {
17
- "@prisma-next/test-utils": "0.12.0-dev.33",
18
- "@prisma-next/tsconfig": "0.12.0-dev.33",
19
- "@prisma-next/tsdown": "0.12.0-dev.33",
17
+ "@prisma-next/test-utils": "0.12.0-dev.35",
18
+ "@prisma-next/tsconfig": "0.12.0-dev.35",
19
+ "@prisma-next/tsdown": "0.12.0-dev.35",
20
20
  "tsdown": "0.22.0",
21
21
  "typescript": "5.9.3",
22
22
  "vitest": "4.1.6"
@@ -131,7 +131,7 @@ export interface PerSpacePlan {
131
131
  * strategy; absent for synth-produced plans.
132
132
  *
133
133
  * `migrate` surfaces this for the app member as
134
- * `MigrationApplySuccess.pathDecision` (back-compat with single-
134
+ * `MigrateSuccess.pathDecision` (back-compat with single-
135
135
  * space callers).
136
136
  */
137
137
  readonly pathDecision?: PathDecision;