@prisma-next/core-control-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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -108,7 +108,7 @@ This package is part of the **framework domain**, **core layer**, **migration pl
108
108
  - **Domain**: framework (target-agnostic)
109
109
  - **Layer**: core
110
110
  - **Plane**: migration (control plane operations)
111
- - **Path**: `packages/framework/core-control-plane`
111
+ - **Path**: `packages/1-framework/1-core/migration/control-plane`
112
112
 
113
113
  ## Related Documentation
114
114
 
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@prisma-next/core-control-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": "Control plane domain actions, config types, validation, and error factories for Prisma Next",
7
7
  "dependencies": {
8
8
  "arktype": "^2.1.26",
9
9
  "prettier": "^3.3.3",
10
- "@prisma-next/contract": "0.1.0-dev.11",
11
- "@prisma-next/operations": "0.1.0-dev.11"
10
+ "@prisma-next/contract": "0.1.0-dev.13",
11
+ "@prisma-next/operations": "0.1.0-dev.13"
12
12
  },
13
13
  "devDependencies": {
14
14
  "tsup": "^8.3.0",