@prisma-next/core-execution-plane 0.1.0-dev.11 → 0.1.0-dev.13

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 +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -83,11 +83,11 @@ This package is part of the **framework domain**, **core layer**, **runtime plan
83
83
  - **Domain**: framework (target-agnostic)
84
84
  - **Layer**: core
85
85
  - **Plane**: runtime
86
- - **Path**: `packages/framework/core-execution-plane`
86
+ - **Path**: `packages/1-framework/1-core/runtime/execution-plane`
87
87
 
88
88
  ## Related Documentation
89
89
 
90
90
  - `docs/architecture docs/adrs/ADR 152 - Runtime Plane Descriptors and Instances.md`: Complete ADR specification
91
91
  - `.cursor/rules/multi-plane-packages.mdc`: Multi-plane package structure
92
- - `packages/framework/core-control-plane/README.md`: Control plane counterpart
92
+ - `packages/1-framework/1-core/migration/control-plane/README.md`: Control plane counterpart
93
93
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@prisma-next/core-execution-plane",
3
- "version": "0.1.0-dev.11",
3
+ "version": "0.1.0-dev.13",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "description": "Execution/runtime plane descriptor and instance types for Prisma Next",
7
7
  "dependencies": {
8
- "@prisma-next/contract": "0.1.0-dev.11",
9
- "@prisma-next/core-control-plane": "0.1.0-dev.11"
8
+ "@prisma-next/contract": "0.1.0-dev.13",
9
+ "@prisma-next/core-control-plane": "0.1.0-dev.13"
10
10
  },
11
11
  "devDependencies": {
12
12
  "tsup": "^8.3.0",