@prisma-next/plan 0.1.0-pr.49.1 → 0.1.0-pr.50.2

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 +3 -3
package/README.md CHANGED
@@ -77,7 +77,7 @@ This package is part of the **framework domain**, **core layer**, **shared plane
77
77
  - **Domain**: framework (target-agnostic)
78
78
  - **Layer**: core
79
79
  - **Plane**: shared
80
- - **Path**: `packages/framework/core-plan`
80
+ - **Path**: `packages/1-framework/1-core/shared/plan`
81
81
 
82
82
  ## Related Subsystems
83
83
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma-next/plan",
3
- "version": "0.1.0-pr.49.1",
3
+ "version": "0.1.0-pr.50.2",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "description": "Plan helpers, diagnostics, and shared errors for Prisma Next",
@@ -31,9 +31,9 @@
31
31
  "test": "vitest run",
32
32
  "test:coverage": "vitest run --coverage",
33
33
  "typecheck": "tsc --project tsconfig.json --noEmit",
34
- "lint": "biome check . --config-path ../../../biome.json --error-on-warnings",
34
+ "lint": "biome check . --config-path ../../../../../biome.json --error-on-warnings",
35
35
  "lint:fix": "biome check --write . --config-path ../../../biome.json",
36
36
  "lint:fix:unsafe": "biome check --write --unsafe . --config-path ../../../biome.json",
37
- "clean": "node ../../../scripts/clean.mjs"
37
+ "clean": "node ../../../../../scripts/clean.mjs"
38
38
  }
39
39
  }